Package com.atlassian.confluence.core
Class ConfluenceAutowireInterceptor
java.lang.Object
com.atlassian.confluence.core.ConfluenceAutowireInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable,org.apache.struts2.interceptor.Interceptor
public final class ConfluenceAutowireInterceptor
extends Object
implements com.opensymphony.xwork2.interceptor.Interceptor
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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
com.opensymphony.xwork2.interceptor.Interceptor.LegacyAdapter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.opensymphony.xwork2.interceptor.Interceptor
intercept
-
Constructor Details
-
ConfluenceAutowireInterceptor
public ConfluenceAutowireInterceptor()
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.apache.struts2.interceptor.Interceptor
-
init
public void init()- Specified by:
initin interfaceorg.apache.struts2.interceptor.Interceptor
-
intercept
- Specified by:
interceptin interfacecom.opensymphony.xwork2.interceptor.Interceptor- Throws:
Exception
-