| 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 |
|---|---|
<T> T |
ServerModel.run(ModelRegistrationTask<T> task,
boolean asynchronous)
Utility method of the global
ServerModel to ensure serial invocation of configuration/registration
tasks. |
<T> void |
ServerModel.runAsync(ModelRegistrationTask<T> task)
Utility method of the global
ServerModel to allow asynchronous configuration/registration
tasks. |
<T> T |
ServerModel.runSilently(ModelRegistrationTask<T> task,
boolean asynchronous) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.