public interface ActionWrapper
ActionInterceptor
and ActionFilter.| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initializes wrapper once everything is injected.
|
java.lang.Object |
invoke(ActionRequest actionRequest)
Invokes wrapper using
enabled information. |
boolean |
isEnabled()
Returns
true if wrapper is enabled. |
void |
setEnabled(boolean enabled)
Defines if wrapper is enabled.
|
boolean isEnabled()
true if wrapper is enabled.void setEnabled(boolean enabled)
void init()
java.lang.Object invoke(ActionRequest actionRequest) throws java.lang.Exception
enabled information.
When wrapper is disabled, control is passed to the next one.
When wrapper is enabled, it will be invoked before the next
one (or before the action).java.lang.ExceptionCopyright © 2003-2013 Jodd Team