| Package | Description |
|---|---|
| org.eclipse.jetty.server |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Dispatcher.forward(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
DispatcherType dispatch) |
void |
Request.setDispatcherType(DispatcherType type) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.