org.xwiki.velocity
Interface VelocityContextInitializer
@Role
public interface VelocityContextInitializer
Populates new Velocity contexts with custom entries.
- Since:
- 1.5M1
- Version:
- $Id: 1265c192f4416276f4e6110b534849f7fad927e2 $
|
Method Summary |
void |
initialize(org.apache.velocity.VelocityContext context)
Allow initializing the Velocity Context by putting objects into it. |
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-2013 XWiki. All Rights Reserved.