| 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.whiteboard |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.registerWabOsgiContextListener(WebContextEventListener listener)
When WABs send their
OsgiContextModel to ServerModel, this should be the only, always-winning
OsgiContextModel used both by the Whiteboard and HttpService web elements. |
| Modifier and Type | Method and Description |
|---|---|
void |
WhiteboardWebContainerView.registerWabOsgiContextListener(WebContextEventListener whiteboardExtenderContext)
Register a listener/hook, that'll be called when there's
OsgiContextModel created for the WAB. |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.