| 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, ...).
|
| org.ops4j.pax.web.service.spi.model.views | |
| org.ops4j.pax.web.service.spi.task |
Package containing tools for batch/transactional operations on Pax Web model and
ServerController. |
| Class and Description |
|---|
| Batch
List of tasks to perform on model.
|
| Class and Description |
|---|
| Batch
List of tasks to perform on model.
|
| BatchVisitor
Single interface that aims to replace all other interfaces with methods like
registerServlet,
unregisterServlet, ... |
| Change
Single operation to be performed within a
Batch. |
| ClearDynamicRegistrationsChange
A change that clears all dynamic registrations, potentially made using methods like
ServletContext.addServlet(java.lang.String, java.lang.String) |
| ContainerInitializerModelChange |
| ErrorPageModelChange |
| ErrorPageStateChange |
| EventListenerModelChange |
| FilterModelChange |
| FilterStateChange |
| OsgiContextModelChange |
| ServletContextModelChange
Adding new
ServletContextModel |
| ServletModelChange |
| WebSocketModelChange |
| WelcomeFileModelChange |
| Class and Description |
|---|
| Batch
List of tasks to perform on model.
|
| Class and Description |
|---|
| Batch
List of tasks to perform on model.
|
| BatchVisitor
Single interface that aims to replace all other interfaces with methods like
registerServlet,
unregisterServlet, ... |
| Change
Single operation to be performed within a
Batch. |
| ClearDynamicRegistrationsChange
A change that clears all dynamic registrations, potentially made using methods like
ServletContext.addServlet(java.lang.String, java.lang.String) |
| ContainerInitializerModelChange |
| ContextMetadataModelChange |
| ContextParamsChange
Change of context params (
ServletContext.getInitParameter(String)). |
| ContextStartChange
An action that's registered not during web element registration (the registering side), but during action handling
(the invoking side).
|
| ContextStopChange
Explicit order to stop the context.
|
| ErrorPageModelChange |
| ErrorPageStateChange |
| EventListenerModelChange |
| FilterModelChange |
| FilterStateChange |
| MimeAndLocaleMappingChange |
| OpCode
Kind of operation to perform on model
|
| OsgiContextModelChange |
| SecurityConfigChange
Change of login config and security constraints.
|
| ServletContextModelChange
Adding new
ServletContextModel |
| ServletModelChange |
| TransactionStateChange
A change related to transactional
Batch, so we know that some operations related to given context path
are transactional, which means that associated context may be started at the end. |
| WebSocketModelChange |
| WelcomeFileModelChange |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.