| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi |
Main SPI package for Pax Web.
|
| 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.model.elements |
Model subpackage representing actual web elements, while infrastructure elements
(like contexts) are kept in the package above.
|
| org.ops4j.pax.web.service.spi.model.events |
Package with DTO-like classes that are used to inform about registration/unregistration of web elements
and contexts.
|
| org.ops4j.pax.web.service.spi.whiteboard |
| Class and Description |
|---|
| ServerListener
Interface to use in order to get notified about container lifecycle events.
|
| Class and Description |
|---|
| WebContextEventListener
Listener interface for one particular task - passing information from pax-web-runtime to
pax-web-extender-whiteboard about
OsgiContextModel instances
created in pax-web-extender-war (I know it's ugly, but it's almost the last thing before Pax Web 8!). |
| WebElementEventListener
Listener interface to observe events related to
ElementModel
registration. |
| Class and Description |
|---|
| ContainerInitializerEventData |
| ErrorPageEventData |
| EventListenerEventData |
| FilterEventData |
| JspEventData |
| SecurityConfigurationEventData |
| ServletEventData |
| WebElementEventData
Base class for data for events related to registration/unregistration of web elements like
servlets or filters. |
| WebSocketEventData |
| WelcomeFileEventData |
| Class and Description |
|---|
| ServerEvent
Event related to entire
ServerController state. |
| ServerEvent.Address |
| ServerEvent.State |
| WebApplicationEvent
Event related to registration of a web application (WAB), described in OSGi CMPN 128 Web Applications Specification.
|
| WebApplicationEvent.State
A state described in 128.5 Events + one extra
WAITING state. |
| WebElementEvent
Event related to registration of single
ElementModel which
may represent any web element like Servlet or Filter. |
| WebElementEvent.State |
| WebElementEventData
Base class for data for events related to registration/unregistration of web elements like
servlets or filters. |
| Class and Description |
|---|
| WebContextEventListener
Listener interface for one particular task - passing information from pax-web-runtime to
pax-web-extender-whiteboard about
OsgiContextModel instances
created in pax-web-extender-war (I know it's ugly, but it's almost the last thing before Pax Web 8!). |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.