| 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, ...).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.registerOsgiContextModelIfNeeded(OsgiContextModel contextModel,
ServiceModel serviceModel,
Batch batch)
Ensures that
OsgiContextModel created and managed in pax-web-extender-whiteboard and passed together
with ElementModel is correctly registered in this ServerModel and passed to
ServerController. |
void |
ServerModel.unregisterOsgiContextModel(OsgiContextModel contextModel,
ServiceModel serviceModel,
Batch batch)
Called through
WhiteboardWebContainerView when the
OsgiContextModel managed in pax-web-extender-whiteboard should be removed from the target
ServerController and unassociated from any bundle. |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.