public class Initializer extends Object implements IInitializer
IInitializer for the Velocity Runtime Singleton.
If Application is an instance of WebApplication, Initializer will retrieve
"velocityPropertiesFolder" as an initparam to point to the directory the properties file lives
in, and "velocity.properties" for the name of the properties file. If the params don't exist,
then velocity.properties next to this class will be loaded.| Constructor and Description |
|---|
Initializer() |
public void init(Application application)
init in interface IInitializerpublic void destroy(Application application)
destroy in interface IInitializerCopyright © 2006–2014 Apache Software Foundation. All rights reserved.