Class | Description |
---|---|
DefaultServlet |
Default servlet responsible for serving up resources.
|
FilterHandler | |
ServletChain | |
ServletDebugPageHandler |
generates a servlet error page with a stack trace
|
ServletDispatchingHandler |
Handler that dispatches to the resolved servlet.
|
ServletHandler |
The handler that is responsible for invoking the servlet
TODO: do we want to move lifecycle considerations out of this handler?
|
ServletInitialHandler |
This must be the initial handler in the blocking servlet chain.
|
ServletPathMatch | |
ServletPathMatches |
Facade around
ServletPathMatchesData . |
ServletRequestContext |
All the information that servlet needs to attach to the exchange.
|
SessionRestoringHandler |
A handler that restores persistent HTTP session state for requests in development mode.
|
Enum | Description |
---|---|
ServletPathMatch.Type |
Copyright © 2014 JBoss by Red Hat. All rights reserved.