Package | Description |
---|---|
org.eclipse.jetty.server | |
org.eclipse.jetty.servlet | |
org.eclipse.jetty.servlet.api |
Modifier and Type | Method and Description |
---|---|
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
static DispatcherType |
FilterMapping.dispatch(java.lang.String type)
Dispatch type from name
|
Modifier and Type | Method and Description |
---|---|
static int |
FilterMapping.dispatch(DispatcherType type)
Dispatch type from name
|
Modifier and Type | Method and Description |
---|---|
FilterHolder |
ServletContextHandler.addFilter(java.lang.Class<? extends javax.servlet.Filter> filterClass,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
convenience method to add a filter
|
void |
ServletContextHandler.addFilter(FilterHolder holder,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
conveniance method to add a filter
|
FilterHolder |
ServletContextHandler.addFilter(java.lang.String filterClass,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
convenience method to add a filter
|
FilterHolder |
ServletHandler.addFilter(java.lang.String className,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
Deprecated.
|
FilterHolder |
ServletHandler.addFilterWithMapping(java.lang.Class<? extends javax.servlet.Filter> filter,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
Convenience method to add a filter.
|
void |
ServletHandler.addFilterWithMapping(FilterHolder holder,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
Convenience method to add a filter.
|
FilterHolder |
ServletHandler.addFilterWithMapping(java.lang.String className,
java.lang.String pathSpec,
java.util.EnumSet<DispatcherType> dispatches)
Convenience method to add a filter.
|
void |
FilterHolder.Registration.addMappingForServletNames(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... servletNames) |
void |
FilterHolder.Registration.addMappingForUrlPatterns(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... urlPatterns) |
void |
FilterMapping.setDispatcherTypes(java.util.EnumSet<DispatcherType> dispatcherTypes) |
Modifier and Type | Method and Description |
---|---|
void |
FilterRegistration.addMappingForServletNames(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... servletNames) |
void |
FilterRegistration.addMappingForUrlPatterns(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... urlPatterns) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.