public interface ActionFilter extends ActionWrapper
Modifier and Type | Method and Description |
---|---|
default java.lang.Object |
apply(ActionRequest actionRequest)
Invokes a wrapper.
|
java.lang.Object |
filter(ActionRequest actionRequest)
Filters action requests.
|
init
default java.lang.Object apply(ActionRequest actionRequest) throws java.lang.Exception
ActionWrapper
apply
in interface ActionWrapper
java.lang.Exception
java.lang.Object filter(ActionRequest actionRequest) throws java.lang.Exception
java.lang.Exception
Copyright © 2003-present Jodd Team