Class Summary |
Config |
Config is an implementation of the standard ServletConfig interface. |
HTTPContext |
todo: authenticators need to be configurable in glue-config.xml |
HTTPContextListeners |
HTTPContextListeners. |
HTTPError |
HTTPError. |
InboundHTTPRequest |
InboundHTTPRequest is an implementation of the standard HttpServletRequest
interface. |
MappedServlet |
MappedServlet represents the result a of URL being
mapped to a servlet. |
OutboundHTTPResponse |
HTTPResponse is an implementation of the standard HttpServletResponse
interface. |
ServletEngine |
ServletEngine manages a collection of HTTPContexts and is responsible for
delegating an incoming ServletRequest to the matching HTTPContext. |
ServletMapper |
ServletMapper maps a URI to a servlet according to the
mapping algorithm defined in chapter SRV.11 of the servlet spec. |