Package org.silverpeas.web.bootstrap
Class SilverpeasContextBootStrapper
- java.lang.Object
-
- org.silverpeas.web.bootstrap.SilverpeasContextBootStrapper
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class SilverpeasContextBootStrapper extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description SilverpeasContextBootStrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)Loads the system settings from the systemSettings.properties and apply the corresponding configuration.
-
-
-
Method Detail
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.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:
contextInitializedin interfacejavax.servlet.ServletContextListener- Parameters:
sce-
-
-