| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model |
SPI model hierarchy contains classes to internally represent all the information
required during registration (adding to running server) of web components (servlets, filters,
welcome files, error pages, security constraints, ...).
|
| org.ops4j.pax.web.service.spi.servlet |
Package with classes used in different runtimes for common tasks, like wrapping
HttpServletRequest. |
| org.ops4j.pax.web.service.spi.servlet.dynamic |
| Class and Description |
|---|
| OsgiServletContextClassLoader
A
ClassLoader added in Pax Web to replace all pax-swissbox/xbean bundle classloaders and to be used
as the ClassLoader for OsgiServletContext. |
| Class and Description |
|---|
| 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. |
| 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. |
| OsgiSessionAttributeListener
A runtime-agnostic interface used to call actual
HttpSessionAttributeListener
listeners registered in specific runtime. |
| PreprocessorFilterConfig |
| SCIWrapper
A
ServletContainerInitializer that calls actual SCI with different ServletContext |
| Class and Description |
|---|
| DynamicRegistrations
This class may be used by container-specific classes to collect dynamic servlets/filters/listeners
being registered by
ServletContainerInitializers. |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.