|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DispatcherType | |
|---|---|
| org.eclipse.jetty.server | |
| org.eclipse.jetty.servlet | |
| Uses of DispatcherType in org.eclipse.jetty.server |
|---|
| Methods in org.eclipse.jetty.server that return DispatcherType | |
|---|---|
DispatcherType |
Request.getDispatcherType()
|
static DispatcherType |
DispatcherType.valueOf(java.lang.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)
|
| Uses of DispatcherType in org.eclipse.jetty.servlet |
|---|
| Methods in org.eclipse.jetty.servlet that return DispatcherType | |
|---|---|
static DispatcherType |
FilterMapping.dispatch(int type)
Dispatch type from name |
| Methods in org.eclipse.jetty.servlet with parameters of type DispatcherType | |
|---|---|
static int |
FilterMapping.dispatch(DispatcherType type)
Dispatch type from name |
| Method parameters in org.eclipse.jetty.servlet with type arguments of type DispatcherType | |
|---|---|
void |
ServletContextHandler.Context.addFilterMappingForServletNames(java.lang.String filterName,
java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... servletNames)
|
void |
FilterMapping.setDispatcherTypes(java.util.EnumSet<DispatcherType> dispatcherTypes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||