public interface ActionInterceptor extends ActionWrapper
Modifier and Type | Method and Description |
---|---|
default java.lang.Object |
apply(ActionRequest actionRequest)
Invokes a wrapper.
|
java.lang.Object |
intercept(ActionRequest actionRequest)
Intercepts 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 intercept(ActionRequest actionRequest) throws java.lang.Exception
java.lang.Exception
Copyright © 2003-present Jodd Team