ServerController.See: Description
| Interface | Description |
|---|---|
| BatchVisitor |
Single interface that aims to replace all other interfaces with methods like
registerServlet,
unregisterServlet, ... |
| Class | Description |
|---|---|
| Batch |
List of tasks to perform on model.
|
| 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 | |
| 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 |
| Enum | Description |
|---|---|
| OpCode |
Kind of operation to perform on model
|
ServerController.Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.