Class NonResettingRestartException

    • Constructor Detail

      • NonResettingRestartException

        public NonResettingRestartException​(Class<? extends Page> pageClass)
        Constructor.
        Parameters:
        pageClass - the class of the new page that should be rendered
      • NonResettingRestartException

        public NonResettingRestartException​(Class<? extends Page> pageClass,
                                            org.apache.wicket.request.mapper.parameter.PageParameters params)
        Constructor.
        Parameters:
        pageClass - the class of the new page that should be rendered
        params - the page parameters to use for the new page
      • NonResettingRestartException

        public NonResettingRestartException​(Class<? extends Page> pageClass,
                                            org.apache.wicket.request.mapper.parameter.PageParameters params,
                                            RenderPageRequestHandler.RedirectPolicy redirectPolicy)
        Constructor.
        Parameters:
        pageClass - the class of the new page that should be rendered
        params - the page parameters to use for the new page
        redirectPolicy - the policy that mandates whether to do a redirect
      • NonResettingRestartException

        public NonResettingRestartException​(org.apache.wicket.request.IRequestHandler handler,
                                            boolean removeAll)
        Constructor.
        Parameters:
        handler - the IRequestHandler to use
        removeAll - a flag indicating whether to remove already a scheduled IRequestHandlers