Interface PortletApplicationObject

    • Method Detail

      • setContext

        void setContext​(PortletApplicationContext context)
        Set the context required by that application.
        Parameters:
        context - the context
      • addPortletContainer

        void addPortletContainer​(PortletContainer container)
        Add a container.
        Parameters:
        container - the container
      • removePortletContainer

        void removePortletContainer​(PortletContainer container)
        Remove a container.
        Parameters:
        container - the container
      • addPortletFilter

        void addPortletFilter​(PortletFilter filter)
        Add a filter.
        Parameters:
        filter - the filter
      • removePortletFilter

        void removePortletFilter​(PortletFilter filter)
        Remove a filter.
        Parameters:
        filter - the filter
      • start

        void start()
            throws Exception
        Starts the application only. It does not take care of starting its components.
        Throws:
        Exception - any exception preventing the start
      • stop

        void stop()
        Stops the application only. It does not take care of stopping its components.