public abstract class BaseActionFilter extends BaseActionWrapper implements ActionFilter
action filter.enabled| Constructor and Description |
|---|
BaseActionFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(ActionRequest actionRequest)
Invokes wrapper using
enabled information. |
java.lang.String |
toString() |
init, isEnabled, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfilterinit, isEnabled, setEnabledpublic final java.lang.Object invoke(ActionRequest actionRequest) throws java.lang.Exception
ActionWrapperenabled 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).invoke in interface ActionWrapperjava.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2003-2013 Jodd Team