Class FourOhFiveAction

  • 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 FourOhFiveAction
    extends ConfluenceActionSupport
    Action to handle 405 error - Method Not Allowed.
    Since:
    7.13.19
    See Also:
    Serialized Form
    • Constructor Detail

      • FourOhFiveAction

        public FourOhFiveAction()
    • Method Detail

      • 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