Package org.apache.struts2.tiles
Class BuildAutotags
java.lang.Object
org.apache.struts2.tiles.BuildAutotags
Helper class for building/generating the classes and resources used in the
 plugin.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbuildFreemarker(String outputDir) Builds the Freemarker classes.voidBuild JSP tag classes and .tld file.voidbuildVelocity(String outputDir) Builds the velocity classes and velocity.properties.static voidThe main method.
- 
Constructor Details- 
BuildAutotagspublic BuildAutotags()
 
- 
- 
Method Details- 
mainThe main method.- Parameters:
- args- the arguments
 
- 
buildJspBuild JSP tag classes and .tld file. To build, change template-suite.xml as required and then run this program. Copy the classes and .tld from the target autotag folder into the packageName location, .tld to src/main/resources/META-INF/tld/tiles-jsp.tld- Parameters:
- outputDir- the output dir
 
- 
buildFreemarkerBuilds the Freemarker classes. To build, change template-suite.xml as required and then run this program. Copy the classes from the target autotag folder into the packageName location.- Parameters:
- outputDir- the output dir
 
- 
buildVelocityBuilds the velocity classes and velocity.properties. To build, change template-suite.xml as required and then run this program. Copy the classes from the target autotag folder into the packageName location, and velocity.properties to src/main/resources/META-INF/velocity.properties- Parameters:
- outputDir- the output dir
 
 
-