| 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.task |
Package containing tools for batch/transactional operations on Pax Web model and
ServerController. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceModel.visitServletContextModelChange(ServletContextModelChange change) |
void |
ServerModel.visitServletContextModelChange(ServletContextModelChange change) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchVisitor.visitServletContextModelChange(ServletContextModelChange change)
Processing the most high-level change - related to
ServletContextModel, which creates (or destroys) entire
context (1:1 with "context path"). |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.