Class AbstractErrorPage

    • Constructor Detail

      • AbstractErrorPage

        protected AbstractErrorPage()
      • AbstractErrorPage

        protected AbstractErrorPage​(IModel<?> model)
      • AbstractErrorPage

        protected AbstractErrorPage​(org.apache.wicket.request.mapper.parameter.PageParameters parameters)
    • Method Detail

      • isErrorPage

        public boolean isErrorPage()
        Description copied from class: Page
        Override this method and return true if your page is used to display Wicket errors. This can help the framework prevent infinite failure loops.
        Overrides:
        isErrorPage in class Page
        Returns:
        True if this page is intended to display an error to the end user.
      • isVersioned

        public boolean isVersioned()
        Overrides:
        isVersioned in class Component
        Returns:
        true if this component should notify its holding page about changes in its state. If a Page is not versioned then it wont track changes in its components and will use the same Page.getPageId() during its lifetime