Class SpaceAwareInterceptor

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.Interceptor, Serializable

    public class SpaceAwareInterceptor
    extends AbstractAwareInterceptor
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • SpaceAwareInterceptor

        public SpaceAwareInterceptor()
    • Method Detail