Class SpringEnvironmentSetupListener

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

    public class SpringEnvironmentSetupListener
    extends Object
    implements javax.servlet.ServletContextListener
    Spring needs to know the location of the pentaho "system" folder before startup. This class computes and stores this path as a System property. User: nbaker Date: 4/8/13
    • Constructor Detail

      • SpringEnvironmentSetupListener

        public SpringEnvironmentSetupListener()
    • Method Detail

      • contextInitialized

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

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