HttpServletRequest.See: Description
| Class | Description |
|---|---|
| Default404Servlet | |
| DefaultJspPropertyGroupDescriptor | |
| DefaultSessionCookieConfig | |
| DefaultTaglibDescriptor | |
| DynamicRegistrations |
This class may be used by container-specific classes to collect dynamic servlets/filters/listeners
being registered by
ServletContainerInitializers. |
| OsgiDynamicServletContext |
This class wraps
OsgiServletContext and is used to perform "dynamic registration operations" of
servlets, filters and listeners into single physical ServletContext. |
| OsgiFilterChain |
A
FilterChain that can be configured in any runtime to correctly handle two concepts defined in
Http Service / Whiteboard Service specifications:
Preprocessor filters
HttpContext.handleSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) and/or
ServletContextHelper.handleSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) +
ServletContextHelper.finishSecurity(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
|
| OsgiHttpServletRequestWrapper |
This
HttpServletRequestWrapper ensures that servlets/filters will always get proper
ServletContext that implements proper, specification-defined delegation of selected methods. |
| OsgiHttpSession |
Special
HttpSession that:
Implements session separation from 140.2.7 "Relation to the Servlet Container"
Returns OSGi context specific ServletContext
|
| OsgiInitializedFilter |
Filter wrapper that uses correct FilterConfig wrapper that returns correct wrapper
for ServletContext |
| OsgiInitializedServlet |
Servlet wrapper that uses correct ServletConfig wrapper that returns correct wrapper
for ServletContext related to given servlet. |
| OsgiScopedServletContext |
This class provides special
ServletContext.getClassLoader() method for Whiteboard elements. |
| OsgiServletContext |
Implementation of
ServletContext for the contract described in 140.2.6 "Behavior of the Servlet Context"
from OSGi CMPN R7 Whiteboard Service specification. |
| OsgiServletContextClassLoader |
A
ClassLoader added in Pax Web to replace all pax-swissbox/xbean bundle classloaders and to be used
as the ClassLoader for OsgiServletContext. |
| OsgiSessionAttributeListener |
A runtime-agnostic interface used to call actual
HttpSessionAttributeListener
listeners registered in specific runtime. |
| PreprocessorFilterConfig | |
| RegisteringContainerInitializer |
The
ServletContainerInitializer that's supposed to collect all the servlets/filters/listeners
that may have beed dynamically added when other SCIs were called and actually register them using full Pax Web
procedure of going through the ServerModel, batches and server
controllers. |
| RegisteringContextListener |
A
ServletContextListener that performs the dynamic registrations made by SCIs and other
servlet context listeners. |
| SCIWrapper |
A
ServletContainerInitializer that calls actual SCI with different ServletContext |
| ScopedFilter |
Filter wrapper that can skip delegate's invocation if
OsgiContextModel doesn't match. |
HttpServletRequest.Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.