Package org.xwiki.velocity
-
Interface Summary Interface Description VelocityConfiguration Configuration properties for the Velocity module.VelocityContextFactory Creates Velocity Context instances, pre-populated with the Velocity Tools enabled in the component's configuration, and by all the enabledVelocityContextInitializer
components.VelocityContextInitializer Populates new Velocity contexts with custom entries.VelocityEngine Initialize a Velocity Engine and make Velocity services available.VelocityManager Provides access to the main XWiki Velocity objects. -
Class Summary Class Description ScriptVelocityContext Maintains the current ScriptContext in sync with any modification of the VelocityContext.VelocityTemplate Expose a VelocityTemplate
and its macros (which have been extracted and removed from theTemplate
).XWikiVelocityContext Extends the standardVelocityContext
to add some retro compatibility (for example support for $velocityCount and $velocityHasNext). -
Exception Summary Exception Description XWikiVelocityException Any exception raised in the XWiki Velocity component must raise an exception of this type.