|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.VelocityTemplateGenerator
@Deprecated public class VelocityTemplateGenerator
Generator of template base on velocity.
| Field Summary | |
|---|---|
protected org.apache.velocity.app.VelocityEngine |
engine
Deprecated. |
protected org.apache.maven.project.MavenProject |
mavenProject
Deprecated. |
protected org.apache.velocity.Template |
velocityTemplate
Deprecated. |
| Constructor Summary | |
|---|---|
VelocityTemplateGenerator(org.apache.maven.project.MavenProject mavenProject,
URL template)
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
addPropertiesToContext(Properties properties,
org.apache.velocity.VelocityContext context)
Deprecated. |
void |
generate(Properties context,
File outputFile)
Deprecated. |
void |
generate(Properties context,
Writer writer)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.velocity.app.VelocityEngine engine
protected final org.apache.maven.project.MavenProject mavenProject
protected org.apache.velocity.Template velocityTemplate
| Constructor Detail |
|---|
public VelocityTemplateGenerator(org.apache.maven.project.MavenProject mavenProject,
URL template)
throws URISyntaxException
URISyntaxException| Method Detail |
|---|
public void generate(Properties context,
Writer writer)
throws Exception
Exception
public void generate(Properties context,
File outputFile)
throws Exception
Exception
protected void addPropertiesToContext(Properties properties,
org.apache.velocity.VelocityContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||