public class

SpaceAwareInterceptor

extends AbstractAwareInterceptor
java.lang.Object
   ↳ com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
     ↳ com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor

Class Overview

Encapsulates all the complicated "how are the many ways I can look up a space so the action knows about it?" stuff. An action just needs to implement SpaceAware, and the interceptor will give it a space if it needs one.

Summary

Public Constructors
SpaceAwareInterceptor()
Public Methods
String intercept(ActionInvocation actionInvocation)
[Expand]
Inherited Methods
From class com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor
From class java.lang.Object
From interface com.opensymphony.xwork.interceptor.Interceptor

Public Constructors

public SpaceAwareInterceptor ()

Public Methods

public String intercept (ActionInvocation actionInvocation)

Throws
Exception