Interface ComponentEventRequestHandler

    • Method Detail

      • handle

        void handle​(ComponentEventRequestParameters parameters)
             throws java.io.IOException
        Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL).
        Parameters:
        parameters - defining the requst
        Throws:
        java.io.IOException