Class CancellingInterceptor

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

    public class CancellingInterceptor
    extends Object
    implements com.opensymphony.xwork2.interceptor.Interceptor

    An interceptor that looks for a request parameter named 'cancel' in the request. If a non-null value is found, this interceptor redirects to the result of ConfluenceActionSupport.getCancelResult().

    See Also:
    Serialized Form
    • Constructor Detail

      • CancellingInterceptor

        public CancellingInterceptor()
    • Method Detail

      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Throws:
        Exception
      • destroy

        public void destroy()
        Specified by:
        destroy in interface com.opensymphony.xwork2.interceptor.Interceptor
      • init

        public void init()
        Specified by:
        init in interface com.opensymphony.xwork2.interceptor.Interceptor