| 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.model.elements |
Model subpackage representing actual web elements, while infrastructure elements
(like contexts) are kept in the package above.
|
| org.ops4j.pax.web.service.spi.servlet |
Package with classes used in different runtimes for common tasks, like wrapping
HttpServletRequest. |
| org.ops4j.pax.web.service.spi.task |
Package containing tools for batch/transactional operations on Pax Web model and
ServerController. |
| Modifier and Type | Method and Description |
|---|---|
ContainerInitializerModel |
ServerModel.createJSPServletContainerInitializerModel(org.osgi.framework.Bundle serviceBundle) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContainerInitializerModel> |
ServiceModel.getContainerInitializerModels() |
Collection<ContainerInitializerModel> |
ServerModel.getContainerInitializerModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerModel.addContainerInitializerModel(ContainerInitializerModel model,
Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
ContainerInitializerModel |
ContainerInitializerModelAware.getContainerInitializerModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerInitializerModelAware.setContainerInitializerModel(ContainerInitializerModel model) |
| Modifier and Type | Method and Description |
|---|---|
ContainerInitializerModel |
SCIWrapper.getModel() |
| Constructor and Description |
|---|
SCIWrapper(OsgiDynamicServletContext context,
ContainerInitializerModel model) |
| Modifier and Type | Method and Description |
|---|---|
ContainerInitializerModel |
ContainerInitializerModelChange.getContainerInitializerModel() |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerInitializerModel> |
ContainerInitializerModelChange.getContainerInitializerModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.addContainerInitializerModel(ContainerInitializerModel model,
OsgiContextModel... newModels)
Add new
ContainerInitializerModel |
void |
Batch.changeContainerInitializerModel(ContainerInitializerModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
Batch.removeContainerInitializerModels(List<ContainerInitializerModel> models)
Remove existing
ContainerInitializerModel |
| Constructor and Description |
|---|
ContainerInitializerModelChange(OpCode op,
ContainerInitializerModel containerInitializerModel,
OsgiContextModel... newModels) |
| Constructor and Description |
|---|
ContainerInitializerModelChange(OpCode op,
List<ContainerInitializerModel> containerInitializerModels) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.