public static enum PortletWindow.Action extends Enum<PortletWindow.Action>
Enum Constant and Description |
---|
ACTION |
EVENT |
LOAD |
NOOP |
RENDER |
RESOURCE |
Modifier and Type | Method and Description |
---|---|
static PortletWindow.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortletWindow.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortletWindow.Action NOOP
public static final PortletWindow.Action LOAD
public static final PortletWindow.Action ACTION
public static final PortletWindow.Action EVENT
public static final PortletWindow.Action RESOURCE
public static final PortletWindow.Action RENDER
public static PortletWindow.Action[] values()
for (PortletWindow.Action c : PortletWindow.Action.values()) System.out.println(c);
public static PortletWindow.Action valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.