Class FourOhFourAction

  • 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 FourOhFourAction
    extends ConfluenceActionSupport
    Simply sets 404 status and returns 404 page to the user. Searching for other related pages is done first in PageNotFoundAction.
    See Also:
    Serialized Form
    • Constructor Detail

      • FourOhFourAction

        public FourOhFourAction()
    • 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
      • getTheme

        public Theme getTheme()
      • getLoginUrl

        public String getLoginUrl()
      • setThemeManager

        public void setThemeManager​(ThemeManager themeManager)
      • setLoginExemptionHelper

        public void setLoginExemptionHelper​(LoginExemptionHelper loginExemptionHelper)