| 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 | Class and Description |
|---|---|
class |
ServerModel
Holds web elements in a global context accross all services (all bundles using the Http Service).
|
class |
ServiceModel
Service Model is kept at
HttpService level, which is bundle-scoped in Pax Web
(though Http Service specification doesn't mention the scope of Http Service). |
| Modifier and Type | Method and Description |
|---|---|
void |
WelcomeFileModelChange.accept(BatchVisitor visitor) |
void |
WebSocketModelChange.accept(BatchVisitor visitor) |
void |
TransactionStateChange.accept(BatchVisitor visitor) |
void |
ServletModelChange.accept(BatchVisitor visitor) |
void |
ServletContextModelChange.accept(BatchVisitor visitor) |
void |
SecurityConfigChange.accept(BatchVisitor visitor) |
void |
OsgiContextModelChange.accept(BatchVisitor visitor) |
void |
MimeAndLocaleMappingChange.accept(BatchVisitor visitor) |
void |
FilterStateChange.accept(BatchVisitor visitor) |
void |
FilterModelChange.accept(BatchVisitor visitor) |
void |
EventListenerModelChange.accept(BatchVisitor visitor) |
void |
ErrorPageStateChange.accept(BatchVisitor visitor) |
void |
ErrorPageModelChange.accept(BatchVisitor visitor) |
void |
ContextStopChange.accept(BatchVisitor visitor) |
void |
ContextStartChange.accept(BatchVisitor visitor) |
void |
ContextParamsChange.accept(BatchVisitor visitor) |
void |
ContextMetadataModelChange.accept(BatchVisitor visitor) |
void |
ContainerInitializerModelChange.accept(BatchVisitor visitor) |
void |
ClearDynamicRegistrationsChange.accept(BatchVisitor visitor) |
abstract void |
Change.accept(BatchVisitor visitor)
Perform an operation in acceptor-visitor pattern.
|
void |
Batch.accept(BatchVisitor visitor)
Assuming everything is ok, this method simply invokes all the collected operations which will:
alter global
ServerModel sequentially.
alter actual server runtime
...
|
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.