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.
|
initdefault java.lang.Object apply(ActionRequest actionRequest) throws java.lang.Exception
ActionWrapperapply in interface ActionWrapperjava.lang.Exceptionjava.lang.Object intercept(ActionRequest actionRequest) throws java.lang.Exception
java.lang.ExceptionCopyright © 2003-present Jodd Team