Package org.ops4j.pax.web.service.spi.task
Package containing tools for batch/transactional operations on Pax Web model and
ServerController
.-
Interface Summary Interface Description BatchVisitor Single interface that aims to replace all other interfaces with methods likeregisterServlet
,unregisterServlet
, ... -
Class Summary Class Description Batch List of tasks to perform on model.Change Single operation to be performed within aBatch
.ClearDynamicRegistrationsChange A change that clears all dynamic registrations, potentially made using methods likeServletContext.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 newServletContextModel
ServletModelChange TransactionStateChange A change related to transactionalBatch
, 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 Summary Enum Description OpCode Kind of operation to perform on model