
@Mojo(name="generate-jsp",
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=COMPILE)
public class GenerateJspMojo
extends AbstractGenerateMojo
| Constructor and Description |
|---|
GenerateJspMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateGeneratorFactory |
createTemplateGeneratorFactory(org.apache.velocity.app.VelocityEngine velocityEngine)
Creates a template generator factory.
|
protected Map<String,String> |
getParameters()
Returns the map of parameters.
|
protected String |
getRuntimeClass()
Name of the Runtime class.
|
executeprotected Map<String,String> getParameters()
getParameters in class AbstractGenerateMojoprotected String getRuntimeClass()
getRuntimeClass in class AbstractGenerateMojoprotected TemplateGeneratorFactory createTemplateGeneratorFactory(org.apache.velocity.app.VelocityEngine velocityEngine)
AbstractGenerateMojocreateTemplateGeneratorFactory in class AbstractGenerateMojovelocityEngine - The Velocity engine.Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.