Class SilverpeasContextBootStrapper

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

    public class SilverpeasContextBootStrapper
    extends Object
    implements javax.servlet.ServletContextListener
    • Constructor Detail

      • SilverpeasContextBootStrapper

        public SilverpeasContextBootStrapper()
    • Method Detail

      • contextDestroyed

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

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Loads the system settings from the systemSettings.properties and apply the corresponding configuration. It is mainly used to perform the proxy and SSL setting up.
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
        Parameters:
        sce -