Interface VelocityContextFactory


  • @Role
    public interface VelocityContextFactory
    Creates Velocity Context instances, pre-populated with the Velocity Tools enabled in the component's configuration, and by all the enabled VelocityContextInitializer components. The returned context is supposed to be used only once, as otherwise data may leak between different requests, and the parsing/rendering process would be affected by previous data.
    Version:
    $Id: 72a848ed1163699603a64a35b6171e3c324f95d2 $