org.xwiki.velocity
Interface VelocityContextInitializer


@ComponentRole
public interface VelocityContextInitializer

Populates new Velocity contexts with custom entries.

Since:
1.5M1
Version:
$Id: e00f89245af0b2b6878843e04918231c9df47ac7 $

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.