MCPcopy Index your code
hub / github.com/apache/tomcat / init

Method init

java/org/apache/catalina/Lifecycle.java:206–206  ·  view source on GitHub ↗

Prepare the component for starting. This method should perform any initialization required post object creation. The following LifecycleEvents will be fired in the following order: BEFORE_INIT_EVENT: At the beginning of the method. AFTER_INIT_EVENT: On the successful comple

()

Source from the content-addressed store, hash-verified

204 * used
205 */
206 void init() throws LifecycleException;
207
208 /**
209 * Prepare for the beginning of active use of the public methods other than property getters/setters and life cycle

Callers 7

createCompilerMethod · 0.65
nextCharMethod · 0.65
skipUntilMethod · 0.65
getProjectMethod · 0.65
initMethod · 0.65
initializeMethod · 0.65
initMethod · 0.65

Implementers 4

WebappClassLoaderBasejava/org/apache/catalina/loader/Webapp
LifecycleBasejava/org/apache/catalina/util/Lifecycl
TesterContexttest/org/apache/tomcat/unittest/Tester
TesterHosttest/org/apache/tomcat/unittest/Tester

Calls

no outgoing calls

Tested by

no test coverage detected