| 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.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.views | |
| 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 | |
| org.ops4j.pax.web.service.spi.task |
Package containing tools for batch/transactional operations on Pax Web model and
ServerController. |
| org.ops4j.pax.web.service.spi.whiteboard |
| Modifier and Type | Method and Description |
|---|---|
Set<EventListenerModel> |
ServiceModel.getEventListenerModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.addEventListenerModel(EventListenerModel model,
Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.removeEventListenerModels(List<EventListenerModel> models,
Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
static EventListenerKey |
EventListenerKey.ofModel(EventListenerModel model)
Create a key from
EventListenerModel |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicJEEWebContainerView.registerListener(EventListenerModel model)
Dynamically registers a listener without a way to unregister it.
|
| Modifier and Type | Method and Description |
|---|---|
Map<EventListener,EventListenerModel> |
DynamicRegistrations.getDynamicListenerModels() |
| Constructor and Description |
|---|
OsgiSessionAttributeListener(List<EventListenerModel> sessionListenerModels) |
| Modifier and Type | Method and Description |
|---|---|
EventListenerModel |
DynamicEventListenerRegistration.getModel() |
| Constructor and Description |
|---|
DynamicEventListenerRegistration(EventListenerModel model,
OsgiContextModel osgiContextModel) |
| Modifier and Type | Method and Description |
|---|---|
EventListenerModel |
EventListenerModelChange.getEventListenerModel() |
| Modifier and Type | Method and Description |
|---|---|
List<EventListenerModel> |
EventListenerModelChange.getEventListenerModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.addEventListenerModel(EventListenerModel model,
OsgiContextModel... newModels)
Add new
EventListenerModel |
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.removeEventListenerModels(List<EventListenerModel> models)
Remove existing
EventListenerModel |
| Constructor and Description |
|---|
EventListenerModelChange(OpCode op,
EventListenerModel eventListenerModel,
OsgiContextModel... newModels) |
| Constructor and Description |
|---|
EventListenerModelChange(OpCode op,
List<EventListenerModel> eventListenerModels) |
| Modifier and Type | Method and Description |
|---|---|
void |
WhiteboardWebContainerView.registerListener(EventListenerModel model)
Registers a
EventListenerModel. |
void |
WhiteboardWebContainerView.unregisterListener(EventListenerModel model)
Unregisters a
EventListenerModel. |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.