Class FourOhFourAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

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:
  • Constructor Details

    • FourOhFourAction

      public FourOhFourAction()
  • Method Details