
public class JspTemplateGeneratorFactory extends Object implements TemplateGeneratorFactory
| Constructor and Description |
|---|
JspTemplateGeneratorFactory(OutputLocator classesOutputLocator,
OutputLocator resourcesOutputLocator,
org.apache.velocity.app.VelocityEngine velocityEngine,
TemplateGeneratorBuilder templateGeneratorBuilder)
Constructor.
|
public JspTemplateGeneratorFactory(OutputLocator classesOutputLocator, OutputLocator resourcesOutputLocator, org.apache.velocity.app.VelocityEngine velocityEngine, TemplateGeneratorBuilder templateGeneratorBuilder)
classesOutputLocator - The directory where classes will be generated.resourcesOutputLocator - The directory where the TLD file will be generated.velocityEngine - The Velocity engine.templateGeneratorBuilder - The template generator builder.public TemplateGenerator createTemplateGenerator()
TemplateGeneratorFactorycreateTemplateGenerator in interface TemplateGeneratorFactoryCopyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.