|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.core.ConfluenceAutowireInterceptor
public final class ConfluenceAutowireInterceptor
Intercepts an action created by xwork and autowires dependencies before xwork can execute the action.
If the action implements InitializingBean the
InitializingBean.afterPropertiesSet() method will be invoked after
autowiring is completed.
| Constructor Summary | |
|---|---|
ConfluenceAutowireInterceptor()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
init()
|
java.lang.String |
intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfluenceAutowireInterceptor()
| Method Detail |
|---|
public void destroy()
destroy in interface com.opensymphony.xwork.interceptor.Interceptorpublic void init()
init in interface com.opensymphony.xwork.interceptor.Interceptor
public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws java.lang.Exception
intercept in interface com.opensymphony.xwork.interceptor.Interceptorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||