Interface PageRenderRequestHandler

    • Method Detail

      • handle

        void handle​(PageRenderRequestParameters parameters)
             throws java.io.IOException
        Invoked to activate and render a page. In certain cases, based on values returned when activating the page, a ComponentEventResultProcessor may be used to send an alternate response (typically, a redirect).
        Parameters:
        parameters - defines the page name and activation context
        Throws:
        java.io.IOException