Interface PageRenderRequestFilter

    • Method Detail

      • handle

        void handle​(PageRenderRequestParameters parameters,
                    PageRenderRequestHandler handler)
             throws java.io.IOException
        Invoked to activate and render a page. The return value of the event handler method(s) for the activate event may result in an action response generator being returned.
        Parameters:
        parameters - defines the page name and activation context
        handler - to delegate the invocation to
        Throws:
        java.io.IOException