Package com.atlassian.confluence.core
Class ConfluenceAutowireInterceptor
- java.lang.Object
-
- com.atlassian.confluence.core.ConfluenceAutowireInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
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
theInitializingBean.afterPropertiesSet()
method will be invoked after autowiring is completed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceAutowireInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-