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 void
contextDestroyed(javax.servlet.ServletContextEvent sce)
void
contextInitialized(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:
contextDestroyed
in 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:
contextInitialized
in interfacejavax.servlet.ServletContextListener
- Parameters:
sce
-
-
-