124125126127128129130
/** * Called by dependency manager upon start of this component. */ protected void start() { m_artifactPreprocessor = new VelocityArtifactPreprocessor(m_connectionFactory); }
146147148149150151152
243244245246247248249
228229230231232233234