org.xwiki.velocity
Interface VelocityContextInitializer


@Role
public interface VelocityContextInitializer

Populates new Velocity contexts with custom entries.

Since:
1.5M1
Version:
$Id$

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-2012 XWiki. All Rights Reserved.