Interface PageActivationContextCollector

    • Method Detail

      • collectPageActivationContext

        java.lang.Object[] collectPageActivationContext​(java.lang.String pageName)
        Fires the passivate event and collects the response, which is coerced to an object array. A page that does not have an event handler for the passivate event will return an empty array.
        Parameters:
        pageName - to collect context from ; this should be the canonical page name
        Returns:
        the activation context, or an empty array of the page does not provide a context