Class AllowAllAnnotationAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class AllowAllAnnotationAction extends ConfluenceActionSupport
See Also:
  • Constructor Details

    • AllowAllAnnotationAction

      public AllowAllAnnotationAction()
  • Method Details

    • doDefault

      @XsrfProtectionExcluded public String doDefault() throws Exception
      Description copied from class: ConfluenceActionSupport
      Convenient Action execution method which defaults to returning INPUT
      Overrides:
      doDefault in class ConfluenceActionSupport
      Throws:
      Exception
    • execute

      @XsrfProtectionExcluded public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • customAction

      @XsrfProtectionExcluded public String customAction()