| Activator |
Registers the ServletControllerFactory on startup
|
| JettyServerControllerFactory |
|
| PaxWebFilterHolder |
Special FilterHolder to handle OSGi specific lifecycle related to
OsgiServletContext.
|
| PaxWebFilterMapping |
Special FilterMapping that rememebers FilterModel
that it represents.
|
| PaxWebServletContextHandler |
Main Pax Web specific ServletContextHandler representing single web application
deployed under unique context path, related 1:1 with single, unique
ServletContextModel
|
| PaxWebServletHandler |
Specialized ServletHandler to be used inside specialized
ServletContextHandler for Pax Web specific invocation and management of
servlets.
|
| PaxWebServletHolder |
Jetty ServletHolder that can perform tasks described in Http Service and Whiteboard Service
specifications:
Servlet instance creation using class name and proper class loader (or instantiation of given class)
Servlet instance retrieval from OSGi registry (to ensure proper behavior if the service is
bundle scoped or prototype scoped ServiceFactory)
|
| PaxWebSessionHandler |
|
| PaxWebSessionIdManager |
|
| PrioritizedHandlerCollection |
This ContextHandlerCollection keeps three sets of handlers:
OSGi-registered handlers with priority higher than 0
Main ContextHandlerCollection to keep actual ContextHandler
instances
OSGi-registered handlers with priority lower or equal 0
|
| PriorityValue<T> |
|