public enum BeanPortletMethodType extends java.lang.Enum<BeanPortletMethodType>
Enum Constant and Description |
---|
ACTION |
DESTROY |
EVENT |
HEADER |
INIT |
RENDER |
SERVE_RESOURCE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharacterEncoding(java.lang.reflect.Method method) |
java.lang.String |
getContentType(java.lang.reflect.Method method) |
java.lang.String |
getInclude(java.lang.reflect.Method method) |
int |
getOrdinal(java.lang.reflect.Method method) |
javax.portlet.PortletMode |
getPortletMode(java.lang.reflect.Method method) |
java.lang.String[] |
getPortletNames(java.lang.reflect.Method method) |
boolean |
isMatch(java.lang.reflect.Method method) |
static BeanPortletMethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeanPortletMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanPortletMethodType ACTION
public static final BeanPortletMethodType DESTROY
public static final BeanPortletMethodType EVENT
public static final BeanPortletMethodType HEADER
public static final BeanPortletMethodType INIT
public static final BeanPortletMethodType RENDER
public static final BeanPortletMethodType SERVE_RESOURCE
public static BeanPortletMethodType[] values()
for (BeanPortletMethodType c : BeanPortletMethodType.values()) System.out.println(c);
public static BeanPortletMethodType 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 nullpublic java.lang.String getCharacterEncoding(java.lang.reflect.Method method)
public java.lang.String getContentType(java.lang.reflect.Method method)
public java.lang.String getInclude(java.lang.reflect.Method method)
public int getOrdinal(java.lang.reflect.Method method)
public javax.portlet.PortletMode getPortletMode(java.lang.reflect.Method method)
public java.lang.String[] getPortletNames(java.lang.reflect.Method method)
public boolean isMatch(java.lang.reflect.Method method)