| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi |
Main SPI package for Pax Web.
|
| 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 |
|---|---|
ServerController |
ServerControllerFactory.createServerController(Configuration configuration)
Creates an instance of
ServerController that will control actual server runtime
(Jetty, Tomcat, Undertow). |
| Modifier and Type | Method and Description |
|---|---|
default void |
ServerControllerFactory.releaseServerController(ServerController controller,
Configuration configuration)
Cleanup method, because we don't want controllers to live forever.
|
| Modifier and Type | Method and Description |
|---|---|
OsgiContextModel |
ServerModel.createDefaultSharedtHttpContext(String contextId,
ServerController controller)
Creates named
OsgiContextModel as shared OsgiContextModel. |
void |
ServerModel.deassociateContexts(org.osgi.framework.Bundle bundle,
ServerController controller)
Method to be called when bundle-scoped
WebContainer instance is stopped (usually when the bundle for
which the bundle-scoped WebContainer service was obtained is stopped). |
| Constructor and Description |
|---|
ServiceModel(ServerModel serverModel,
ServerController serverController,
org.osgi.framework.Bundle serviceBundle,
WebElementEventListener eventDispatcher) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.