Class FMModelRepositoryGenerator
java.lang.Object
org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
org.apache.tiles.autotag.freemarker.FMModelRepositoryGenerator
- All Implemented Interfaces:
TemplateSuiteGenerator
Generates the model repository, given the template suite.
-
Constructor Summary
ConstructorsConstructorDescriptionFMModelRepositoryGenerator
(org.apache.velocity.app.VelocityEngine velocityEngine) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getDirectoryName
(File directory, String packageName, TemplateSuite suite, Map<String, String> parameters) Calculates and returns the directory where the file will be written..protected String
getFilename
(File directory, String packageName, TemplateSuite suite, Map<String, String> parameters) Calculates and returns the filename of the generated file.protected String
getTemplatePath
(File directory, String packageName, TemplateSuite suite, Map<String, String> parameters) Calculates and returns the template path.Methods inherited from class org.apache.tiles.autotag.generate.AbstractTemplateSuiteGenerator
generate
-
Constructor Details
-
FMModelRepositoryGenerator
public FMModelRepositoryGenerator(org.apache.velocity.app.VelocityEngine velocityEngine) Constructor.- Parameters:
velocityEngine
- The Velocity engine.
-
-
Method Details
-
getTemplatePath
protected String getTemplatePath(File directory, String packageName, TemplateSuite suite, Map<String, String> parameters) Description copied from class:AbstractTemplateSuiteGenerator
Calculates and returns the template path.- Specified by:
getTemplatePath
in classAbstractTemplateSuiteGenerator
- Parameters:
directory
- The directory where the file will be written.packageName
- The name of the package.suite
- The template suite.parameters
- The map of parameters.- Returns:
- The template path.
-
getFilename
protected String getFilename(File directory, String packageName, TemplateSuite suite, Map<String, String> parameters) Description copied from class:AbstractTemplateSuiteGenerator
Calculates and returns the filename of the generated file.- Specified by:
getFilename
in classAbstractTemplateSuiteGenerator
- Parameters:
directory
- The directory where the file will be written.packageName
- The name of the package.suite
- The template suite.parameters
- The map of parameters.- Returns:
- The template path.
-
getDirectoryName
protected String getDirectoryName(File directory, String packageName, TemplateSuite suite, Map<String, String> parameters) Description copied from class:AbstractTemplateSuiteGenerator
Calculates and returns the directory where the file will be written..- Specified by:
getDirectoryName
in classAbstractTemplateSuiteGenerator
- Parameters:
directory
- The directory where the file will be written.packageName
- The name of the package.suite
- The template suite.parameters
- The map of parameters.- Returns:
- The template path.
-