public class ErrorPageStateChange extends Change
| Constructor and Description |
|---|
ErrorPageStateChange(Map<String,TreeMap<ErrorPageModel,List<OsgiContextModel>>> contextErrorPages) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BatchVisitor visitor)
Perform an operation in acceptor-visitor pattern.
|
Map<String,TreeMap<ErrorPageModel,List<OsgiContextModel>>> |
getContextErrorPages() |
void |
uninstall(List<Change> operations)
|
getBatchCompletedAction, getContextModels, getKind, registerBatchCompletedActionpublic ErrorPageStateChange(Map<String,TreeMap<ErrorPageModel,List<OsgiContextModel>>> contextErrorPages)
public Map<String,TreeMap<ErrorPageModel,List<OsgiContextModel>>> getContextErrorPages()
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.