org.xwiki.velocity
Interface VelocityContextInitializer


@ComponentRole
public interface VelocityContextInitializer

Populates new Velocity contexts with custom entries.

Since:
1.5M1
Version:
$Id: VelocityContextInitializer.java 19862 2009-05-13 08:12:20Z vmassol $

Method Summary
 void initialize(org.apache.velocity.VelocityContext context)
          Allow initializing the Velocity Context by putting objects into it.
 

Method Detail

initialize

void initialize(org.apache.velocity.VelocityContext context)
Allow initializing the Velocity Context by putting objects into it.

Parameters:
context - the Velocity context to initialize


Copyright © 2004-2011 XWiki. All Rights Reserved.