Uses of Interface
org.apache.torque.generator.template.TemplateFilter

Packages that use TemplateFilter
org.apache.torque.generator.template This package contains the handling of template-based outlets in the Torque generator. 
org.apache.torque.generator.template.velocity This package contains the handling of velocity outlets in the Torque generator. 
 

Uses of TemplateFilter in org.apache.torque.generator.template
 

Methods in org.apache.torque.generator.template with parameters of type TemplateFilter
protected  String TemplateOutletImpl.load(InputStream inputStream, String encoding, TemplateFilter filter)
          Loads the template, possibly filtering the content..
 

Constructors in org.apache.torque.generator.template with parameters of type TemplateFilter
TemplateOutletImpl(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding, TemplateFilter templateFilter)
          Constructs a TemplateOutletImpl with the given name.
 

Uses of TemplateFilter in org.apache.torque.generator.template.velocity
 

Classes in org.apache.torque.generator.template.velocity that implement TemplateFilter
 class VelocityTemplateFilter
          A Filter for velocity templates.
 



Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.