org.apache.wicket.velocity
Class Initializer

java.lang.Object
  extended by org.apache.wicket.velocity.Initializer
All Implemented Interfaces:
IInitializer

public class Initializer
extends Object
implements IInitializer

An implementation of wicket.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 Summary
Initializer()
           
 
Method Summary
 void init(Application application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initializer

public Initializer()
Method Detail

init

public void init(Application application)
Specified by:
init in interface IInitializer
Parameters:
application - The application loading the component
See Also:
IInitializer.init(org.apache.wicket.Application)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.