org.apache.wicket.portlet
Enum WicketPortlet.PageType
java.lang.Object
java.lang.Enum<WicketPortlet.PageType>
org.apache.wicket.portlet.WicketPortlet.PageType
- All Implemented Interfaces:
- Serializable, Comparable<WicketPortlet.PageType>
- Enclosing class:
- WicketPortlet
public static enum WicketPortlet.PageType
- extends Enum<WicketPortlet.PageType>
ACTION
public static final WicketPortlet.PageType ACTION
CUSTOM
public static final WicketPortlet.PageType CUSTOM
EDIT
public static final WicketPortlet.PageType EDIT
HELP
public static final WicketPortlet.PageType HELP
VIEW
public static final WicketPortlet.PageType VIEW
initParameterName
public final String initParameterName
values
public static final WicketPortlet.PageType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(WicketPortlet.PageType c : WicketPortlet.PageType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static WicketPortlet.PageType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
getByInitParameterName
public static WicketPortlet.PageType getByInitParameterName(String initParameterName)
Copyright © 2015. All Rights Reserved.