|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.velocity.Initializer
public class Initializer
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 |
---|
public Initializer()
Method Detail |
---|
public void init(Application application)
init
in interface IInitializer
application
- The application loading the componentIInitializer.init(org.apache.wicket.Application)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |