Package org.xwiki.velocity
Interface VelocityContextInitializer
-
@Role public interface VelocityContextInitializer
Populates new Velocity contexts with custom entries.- Since:
- 1.5M1
- Version:
- $Id: 1490af4b3b7682f78d4ab2c0e940b6457a419a62 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize(org.apache.velocity.VelocityContext context)
Allow initializing the Velocity Context by putting objects into it.
-