Class PlutoPortletContainer

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.ServletContextListener

    public class PlutoPortletContainer
    extends java.lang.Object
    implements javax.servlet.ServletContextListener
    Performs the pluto portlet container initialization and contains the access entry point for it.
    Since:
    4.0.7
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • PlutoPortletContainer

        public PlutoPortletContainer()
      • PlutoPortletContainer

        public PlutoPortletContainer​(org.apache.pluto.PortletContainer portletContainer)
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent ev)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent ev)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener