|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatcherType | |
---|---|
org.eclipse.jst.j2ee.webapplication |
Uses of DispatcherType in org.eclipse.jst.j2ee.webapplication |
---|
Fields in org.eclipse.jst.j2ee.webapplication declared as DispatcherType | |
static DispatcherType |
DispatcherType.FORWARD_LITERAL
The 'FORWARD' literal object |
static DispatcherType |
DispatcherType.INCLUDE_LITERAL
The 'INCLUDE' literal object |
static DispatcherType |
DispatcherType.REQUEST_LITERAL
The 'REQUEST' literal object |
static DispatcherType |
DispatcherType.ERROR_LITERAL
The 'ERROR' literal object |
Methods in org.eclipse.jst.j2ee.webapplication that return DispatcherType | |
static DispatcherType |
DispatcherType.get(java.lang.String literal)
Returns the 'Dispatcher Type' literal with the specified literal value |
static DispatcherType |
DispatcherType.getByName(java.lang.String name)
Returns the 'Dispatcher Type' literal with the specified name |
static DispatcherType |
DispatcherType.get(int value)
Returns the 'Dispatcher Type' literal with the specified integer value |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |