public class ServletContextModelChange extends Change
ServletContextModel| Constructor and Description |
|---|
ServletContextModelChange(OpCode op,
ServletContextModel servletContextModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BatchVisitor visitor)
Perform an operation in acceptor-visitor pattern.
|
ServletContextModel |
getServletContextModel() |
String |
toString() |
void |
uninstall(List<Change> operations)
|
getBatchCompletedAction, getContextModels, getKind, registerBatchCompletedActionpublic ServletContextModelChange(OpCode op, ServletContextModel servletContextModel)
public ServletContextModel getServletContextModel()
public void uninstall(List<Change> operations)
ChangeChange may be reversed, which is handy when rolling back existing Batch. A single
change may be a no-op during uninstallation (like for example welcome files), but also may consist of
more uninstallation changes - like OsgiContextModelChange which has to follow unregistrations of
dynamic servlets/filters/listeners.public void accept(BatchVisitor visitor)
ChangeCopyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.