Package com.atlassian.confluence.core
Class ConfluenceAutowireInterceptor
java.lang.Object
com.atlassian.confluence.core.ConfluenceAutowireInterceptor
- All Implemented Interfaces:
- Serializable,- org.apache.struts2.interceptor.Interceptor
public final class ConfluenceAutowireInterceptor
extends Object
implements org.apache.struts2.interceptor.Interceptor
Intercepts an action created by Struts and autowires dependencies before its execution.
 
 If the action implements InitializingBean the
 InitializingBean.afterPropertiesSet() method will be invoked after
 autowiring is completed.
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ConfluenceAutowireInterceptorpublic ConfluenceAutowireInterceptor()
 
- 
- 
Method Details- 
destroypublic void destroy()- Specified by:
- destroyin interface- org.apache.struts2.interceptor.Interceptor
 
- 
initpublic void init()- Specified by:
- initin interface- org.apache.struts2.interceptor.Interceptor
 
- 
intercept- Specified by:
- interceptin interface- org.apache.struts2.interceptor.Interceptor
- Throws:
- Exception
 
 
-