| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementModel<T,D extends WebElementEventData>
Base class for all models representing actual elements of a web application (or
context), the most obvious model is representing
Servlet. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementModel.setCommonEventProperties(WebElementEventData data)
Set
ElementModel information in WebElementEventData - to be called in specializations
of ElementModel.asEventData() method. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerInitializerEventData |
class |
ErrorPageEventData |
class |
EventListenerEventData |
class |
FilterEventData |
class |
JspEventData |
class |
SecurityConfigurationEventData |
class |
ServletEventData |
class |
WebSocketEventData |
class |
WelcomeFileEventData |
| Modifier and Type | Method and Description |
|---|---|
WebElementEventData |
WebElementEvent.getData() |
| Constructor and Description |
|---|
WebElementEvent(WebElementEvent.State type,
WebElementEventData data) |
WebElementEvent(WebElementEvent.State type,
WebElementEventData data,
Exception exception) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.