public static enum Bridge.PortletPhase extends java.lang.Enum<Bridge.PortletPhase>
| Enum Constant and Description |
|---|
ACTION_PHASE |
EVENT_PHASE |
RENDER_PHASE |
RESOURCE_PHASE |
| Modifier and Type | Method and Description |
|---|---|
static Bridge.PortletPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bridge.PortletPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bridge.PortletPhase ACTION_PHASE
public static final Bridge.PortletPhase EVENT_PHASE
public static final Bridge.PortletPhase RENDER_PHASE
public static final Bridge.PortletPhase RESOURCE_PHASE
public static Bridge.PortletPhase[] values()
for (Bridge.PortletPhase c : Bridge.PortletPhase.values()) System.out.println(c);
public static Bridge.PortletPhase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020 Liferay, Inc. All Rights Reserved.