Uses of Interface
org.apache.torque.generator.template.TemplateFilter
Packages that use TemplateFilter
Package
Description
This package contains the handling of template-based outlets
in the Torque generator.
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 TemplateFilterModifier and TypeMethodDescriptionprotected StringTemplateOutletImpl.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 TemplateFilterModifierConstructorDescriptionprotectedTemplateOutletImpl(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