| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi |
Main SPI package for Pax Web.
|
| org.ops4j.pax.web.service.spi.model.views |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ServerController.getConfiguration()
Returns
Configuration associated with this ServerController |
| 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). |
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 |
|---|---|
Configuration |
WebAppWebContainerView.getConfiguration()
Returns
Configuration object related to current container |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.