public final class

ConfluenceAutowireInterceptor

extends Object
implements Interceptor
java.lang.Object
   ↳ com.atlassian.confluence.core.ConfluenceAutowireInterceptor

Class Overview

Intercepts an action created by xwork and autowires dependencies before xwork can execute the action. If the action implements org.springframework.beans.factory.InitializingBean the afterPropertiesSet() method will be invoked after autowiring is completed.

Summary

Public Constructors
ConfluenceAutowireInterceptor()
Public Methods
void destroy()
void init()
String intercept(ActionInvocation actionInvocation)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.xwork.interceptor.Interceptor

Public Constructors

public ConfluenceAutowireInterceptor ()

Public Methods

public void destroy ()

public void init ()

public String intercept (ActionInvocation actionInvocation)

Throws
Exception