Package org.eclnt.jsfserver.util
Class CCServletContainerIInitializer
java.lang.Object
org.eclnt.jsfserver.util.CCServletContainerIInitializer
- All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer
public class CCServletContainerIInitializer
extends Object
implements jakarta.servlet.ServletContainerInitializer
Initialization of CC environment. This class comes together with file
in META-INF/services/jakarta.servlet.ServletContainerInitializer.
There are three events when the
1. this class (which should be the earliest point of time...)
2. the
3. the
The
There are three events when the
CCInitialize is called...:
1. this class (which should be the earliest point of time...)
2. the
CCServletContextListener class
3. the
CCFilterBase and CCServletBase classes.
The
CCInitialize.initializeCCEnvironment(ServletContext) method is only executed
for the first caller, so there is no danger to call it multiple times. But: in general the
initialization should be done as early as possible.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CCServletContainerIInitializer
public CCServletContainerIInitializer()
-
-
Method Details