Class ApplicationSetup

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

    public class ApplicationSetup
    extends Object
    implements javax.servlet.ServletContextListener
    Read the application setup file and create the components it describes.
    • Constructor Detail

      • ApplicationSetup

        public ApplicationSetup()
    • Method Detail

      • contextInitialized

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

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