Interface PageActivator

    • Method Detail

      • activatePage

        boolean activatePage​(ComponentResources pageResources,
                             EventContext activationContext,
                             ComponentEventResultProcessor resultProcessor)
                      throws java.io.IOException
        Activates the page.
        Parameters:
        pageResources - resource for the page
        activationContext - the page activation context
        resultProcessor - responsible for handling the value returned from the event handler method
        Returns:
        true if result processor received a non-null value (indicating that the processing of the request should terminate)
        Throws:
        java.io.IOException