See: Description
| Interface | Description |
|---|---|
| ServerListener |
Interface to use in order to get notified about container lifecycle events.
|
| WebApplicationEventListener |
128.5 Events - a listener interface to send and receive (by callback) events related to entire web
application.
|
| 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 | Description |
|---|---|
| ContainerInitializerEventData | |
| ErrorPageEventData | |
| EventListenerEventData | |
| FilterEventData | |
| JspEventData | |
| SecurityConfigurationEventData | |
| ServerEvent |
Event related to entire
ServerController state. |
| ServerEvent.Address | |
| ServletEventData | |
| WebApplicationEvent |
Event related to registration of a web application (WAB), described in OSGi CMPN 128 Web Applications Specification.
|
| WebElementEvent |
Event related to registration of single
ElementModel which
may represent any web element like Servlet or Filter. |
| WebElementEventData |
Base class for data for events related to registration/unregistration of web elements like
servlets or filters. |
| WebSocketEventData | |
| WelcomeFileEventData |
| Enum | Description |
|---|---|
| ServerEvent.State | |
| WebApplicationEvent.State |
A state described in 128.5 Events + one extra
WAITING state. |
| WebElementEvent.State |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.