|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.webapplication.DispatcherType
A representation of the literals of the enumeration 'Dispatcher Type', and utility methods for working with them.
WebapplicationPackage.getDispatcherType()
,
Serialized FormField Summary | |
---|---|
static int |
ERROR
The 'ERROR' literal value |
static DispatcherType |
ERROR_LITERAL
The 'ERROR' literal object |
static int |
FORWARD
The 'FORWARD' literal value |
static DispatcherType |
FORWARD_LITERAL
The 'FORWARD' literal object |
static int |
INCLUDE
The 'INCLUDE' literal value |
static DispatcherType |
INCLUDE_LITERAL
The 'INCLUDE' literal object |
static int |
REQUEST
The 'REQUEST' literal value |
static DispatcherType |
REQUEST_LITERAL
The 'REQUEST' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Dispatcher Type' enumerators |
Method Summary | |
---|---|
static DispatcherType |
get(int value)
Returns the 'Dispatcher Type' literal with the specified integer value |
static DispatcherType |
get(java.lang.String literal)
Returns the 'Dispatcher Type' literal with the specified literal value |
static DispatcherType |
getByName(java.lang.String name)
Returns the 'Dispatcher Type' literal with the specified name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int FORWARD
FORWARD_LITERAL
,
Constant Field Valuespublic static final int INCLUDE
INCLUDE_LITERAL
,
Constant Field Valuespublic static final int REQUEST
REQUEST_LITERAL
,
Constant Field Valuespublic static final int ERROR
ERROR_LITERAL
,
Constant Field Valuespublic static final DispatcherType FORWARD_LITERAL
If the meaning of 'FORWARD' literal object isn't clear, there really should be more of a description here...
FORWARD
public static final DispatcherType INCLUDE_LITERAL
If the meaning of 'INCLUDE' literal object isn't clear, there really should be more of a description here...
INCLUDE
public static final DispatcherType REQUEST_LITERAL
If the meaning of 'REQUEST' literal object isn't clear, there really should be more of a description here...
REQUEST
public static final DispatcherType ERROR_LITERAL
If the meaning of 'ERROR' literal object isn't clear, there really should be more of a description here...
ERROR
public static final java.util.List VALUES
Method Detail |
public static DispatcherType get(java.lang.String literal)
public static DispatcherType getByName(java.lang.String name)
public static DispatcherType get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |