Interface | Description |
---|---|
InvocationBuilder |
Builds the dispatch for an invocation.
|
InvocationMatcher |
Matches an invocation.
|
ServerListener |
Callbacks for the server starting or closing.
|
UrlMap.Filter<X> |
Class | Description |
---|---|
ClassLoaderFilterChain |
Represents the next filter in a filter chain.
|
CometServletFilterChain |
Represents the final servlet in a filter chain.
|
ErrorFilterChain |
Responds with an error code.
|
ExceptionFilterChain |
Represents the final servlet in a filter chain.
|
FilterChainBuilder |
A factory for filter chains
|
FilterChainFilterBuilder |
A filter chain factory which adds a filter.
|
FilterConfigImpl |
Configuration for a filter.
|
FilterFilterChain |
Represents the next filter in a filter chain.
|
FilterManager |
Manages the servlets.
|
FilterMapper |
Manages dispatching: servlets and filters.
|
FilterMapping |
Configuration for a filter.
|
ForwardAbsoluteFilterChain |
Does an internal forward of the request based on the host's root, not
relative
|
ForwardErrorFilterChain |
Does an internal forward of the request.
|
ForwardFilterChain |
Does an internal forward of the request.
|
Invocation |
A repository for request information gleaned from the uri.
|
InvocationDecoder |
Decodes invocation URI.
|
InvocationServer |
The dispatch server is responsible for building Invocations,
specifically for creating the FilterChain for the invocation.
|
MovedFilterChain |
Represents the final servlet in a filter chain.
|
MultipartConfigImpl |
Configuration for a multipart-config
|
PageFilterChain |
Represents the final servlet in a filter chain.
|
PrecompilePageFilterChain |
Represents the final servlet in a filter chain.
|
RedirectFilterChain |
Represents the final servlet in a filter chain.
|
RedirectSecureFilterChain |
Represents the final servlet in a filter chain.
|
RewriteDispatchFilterChain |
Does an internal dispatch of the request.
|
RewriteIncludeFilterChain |
Does an internal dispatch of the request.
|
RunAt |
Configuration for a run-at
|
SecurityRoleMapFilterChain |
Represents the next filter in a filter chain.
|
SecurityRoleRef |
Configuration for a servlet.
|
ServletConfigImpl |
Configuration for a servlet.
|
ServletConfigImpl.RunAs | |
ServletFilterChain |
Represents the final servlet in a filter chain.
|
ServletInvocation |
A repository for request information gleaned from the uri.
|
ServletManager |
Manages the servlets.
|
ServletMapper |
Manages dispatching: servlets and filters.
|
ServletMapping |
Configuration for a servlet.
|
ServletProtocolConfig |
Configuration for a servlet web-service protocol.
|
ServletRegexp |
Configuration for a servlet regexp.
|
SingleThreadServletFilterChain |
Represents the final servlet in a filter chain.
|
SubInvocation |
A repository for request information gleaned from the uri.
|
UrlMap<E> |
Maps uris to objects, using the syntax in the servlet2.2 deployment
descriptors:
/foo/bar -- exact match
/foo/bar/* -- matches anything with the /foo/bar prefix
*.jsp -- matches anything with the .jsp suffix
|
VersionInvocation |
A repository for request information gleaned from the uri.
|
WebServiceFilterChain |
Represents the final servlet in a filter chain.
|
Enum | Description |
---|---|
ServletConfigImpl.FRAGMENT_MODE |
Exception | Description |
---|---|
BadRequestException | |
ServletConfigException |
Represents the final servlet in a filter chain.
|
ServletLineConfigException |
Represents the final servlet in a filter chain.
|