public enum JoinPointType extends Enum<JoinPointType>
| Enum Constant and Description |
|---|
PORTLET_ACTION |
PORTLET_EVENT |
PORTLET_RENDER |
PORTLET_RESOURCE |
SERVLET_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JoinPointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinPointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JoinPointType PORTLET_ACTION
public static final JoinPointType PORTLET_EVENT
public static final JoinPointType PORTLET_RENDER
public static final JoinPointType PORTLET_RESOURCE
public static final JoinPointType SERVLET_SERVICE
public static JoinPointType[] values()
for (JoinPointType c : JoinPointType.values()) System.out.println(c);
public static JoinPointType 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 nullpublic String toString()
toString in class Enum<JoinPointType>Copyright © 2003-2017 GateIn. All Rights Reserved.