| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | TemplateOutletImpl. load(InputStream inputStream,
    String encoding,
    TemplateFilter filter)Loads the template, possibly filtering the content.. | 
| Constructor and Description | 
|---|
| TemplateOutletImpl(QualifiedName name,
                  ConfigurationProvider configurationProvider,
                  String path,
                  String encoding,
                  TemplateFilter templateFilter)Constructs a TemplateOutletImpl with the given name. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VelocityTemplateFilterA Filter for velocity templates. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.