Interface PortletFilterObject

    • Method Detail

      • setPortletApplication

        void setPortletApplication​(PortletApplication application)
        Set the application on the portlet filter.
        Parameters:
        application - the application
      • setContext

        void setContext​(PortletFilterContext context)
        Set the context required by that filter.
        Parameters:
        context - the context
      • create

        void create()
             throws Exception
        Creates the portlet filter.
        Throws:
        Exception - any exception preventing the creation
      • start

        void start()
            throws Exception
        Starts the portlet filer.
        Throws:
        Exception - any exception preventing the start
      • stop

        void stop()
        Stops the portlet filter.
      • destroy

        void destroy()
        Destroys the portlet filter.