public abstract class BaseActionWrapper extends java.lang.Object implements ActionWrapper
ActionWrapper.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
| Constructor and Description |
|---|
BaseActionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initializes wrapper once everything is injected.
|
boolean |
isEnabled()
Returns
true if interceptor is enabled. |
void |
setEnabled(boolean enabled)
Defines if interceptor is enabled.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokepublic boolean isEnabled()
true if interceptor is enabled.isEnabled in interface ActionWrapperpublic void setEnabled(boolean enabled)
setEnabled in interface ActionWrapperpublic void init()
init in interface ActionWrapperCopyright © 2003-2013 Jodd Team