public class ServletConfigInterceptor extends java.lang.Object implements ActionInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected FileUploader |
fileUploader |
protected MadvocEncoding |
madvocEncoding |
protected ScopeResolver |
scopeResolver |
| Constructor and Description |
|---|
ServletConfigInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
inject(ActionRequest actionRequest)
Performs injection.
|
java.lang.Object |
intercept(ActionRequest actionRequest)
Intercepts action requests.
|
protected void |
outject(ActionRequest actionRequest)
Performs outjection.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyinit@In @MadvocContext protected ScopeResolver scopeResolver
@In @MadvocContext protected MadvocEncoding madvocEncoding
@In @MadvocContext protected FileUploader fileUploader
public java.lang.Object intercept(ActionRequest actionRequest) throws java.lang.Exception
intercept in interface ActionInterceptorjava.lang.Exceptionprotected void inject(ActionRequest actionRequest)
protected void outject(ActionRequest actionRequest)
Copyright © 2003-present Jodd Team