public class ServletConfigInterceptor extends BaseActionInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected InjectorsManager |
injectorsManager |
protected MadvocConfig |
madvocConfig |
enabled| 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.
|
invoke, toStringinit, isEnabled, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinit, isEnabled, setEnabled@In(scope=CONTEXT) protected MadvocConfig madvocConfig
@In(scope=CONTEXT) protected InjectorsManager injectorsManager
public java.lang.Object intercept(ActionRequest actionRequest) throws java.lang.Exception
java.lang.Exceptionprotected void inject(ActionRequest actionRequest)
protected void outject(ActionRequest actionRequest)
Copyright © 2003-2013 Jodd Team