|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DispatcherType | |
|---|---|
| org.eclipse.jetty.server | |
| Uses of DispatcherType in org.eclipse.jetty.server |
|---|
| Methods in org.eclipse.jetty.server that return DispatcherType | |
|---|---|
DispatcherType |
Request.getDispatcherType()
|
static DispatcherType |
DispatcherType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DispatcherType[] |
DispatcherType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.jetty.server with parameters of type DispatcherType | |
|---|---|
protected void |
Dispatcher.forward(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
DispatcherType dispatch)
|
void |
Request.setDispatcherType(DispatcherType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||