So in the webwork 1.x code I have, there's a subclass of the velocity runtime Directive class that has some code like the following:
protected VelocityEngine velocityEngine =
VelocityManager.getInstance().getVelocityEngine();
Template template = velocityEngine.getTemplate(templateName);
