public abstract class

AbstractAwareInterceptor

extends Object
implements Interceptor
java.lang.Object
   ↳ com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
Known Direct Subclasses

Summary

Public Constructors
AbstractAwareInterceptor()
Public Methods
void destroy()
void init()
abstract String intercept(ActionInvocation actionInvocation)
Protected Methods
String getParameter(String parameterName)
User getUser()
boolean hasParameter(String parameterName)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.xwork.interceptor.Interceptor

Public Constructors

public AbstractAwareInterceptor ()

Public Methods

public void destroy ()

public void init ()

public abstract String intercept (ActionInvocation actionInvocation)

Throws
Exception

Protected Methods

protected String getParameter (String parameterName)

protected User getUser ()

protected boolean hasParameter (String parameterName)