Interface PortletContainer

    • Method Detail

      • getId

        String getId()
        Return the portlet container id, unique within the context of the parent application.
        Returns:
        the id
      • getInfo

        org.gatein.pc.api.info.PortletInfo getInfo()
        Returns the runtime meta data of the container.
        Returns:
        the info
      • dispatch

        org.gatein.pc.api.invocation.response.PortletInvocationResponse dispatch​(org.gatein.pc.api.invocation.PortletInvocation invocation)
                                                                          throws org.gatein.pc.api.PortletInvokerException,
                                                                                 org.gatein.pc.api.invocation.InvocationException
        Invoke the portlet container.
        Parameters:
        invocation - the portlet invocation
        Returns:
        the portlet invocation response
        Throws:
        org.gatein.pc.api.PortletInvokerException - a portlet invoker exception
        org.gatein.pc.api.invocation.InvocationException - an invocation exception
      • getPortletApplication

        PortletApplication getPortletApplication()
        Returns the wired application.
        Returns:
        the application
      • getContext

        PortletContainerContext getContext()
        Returns the context of the portlet container.
        Returns:
        the context