public abstract class BaseFacesMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
componentConfigsDir |
protected String |
jsfVersion |
protected String |
license |
protected org.apache.maven.project.MavenProject |
project |
protected String[] |
specialAttributes |
protected String |
templatesDir |
protected String[] |
uicomponentAttributes |
Constructor and Description |
---|
BaseFacesMojo() |
Modifier and Type | Method and Description |
---|---|
protected String |
createPackageDirectory(String outputPath,
Component component) |
protected List |
getComponents() |
protected String |
getCreateOutputDirectory() |
protected org.apache.commons.digester.Digester |
getDigester() |
protected String |
getLicense() |
protected File[] |
getResources() |
protected boolean |
isJSF2() |
protected boolean |
isMethodExpression(Attribute attribute) |
protected void |
writeFacesContextGetter(BufferedWriter writer) |
protected void |
writeLicense(BufferedWriter writer) |
protected void |
writeResourceHolderGetter(BufferedWriter writer) |
getLog, getPluginContext, setLog, setPluginContext
protected org.apache.maven.project.MavenProject project
protected String componentConfigsDir
protected String templatesDir
protected String jsfVersion
protected String license
protected String[] uicomponentAttributes
protected String[] specialAttributes
protected File[] getResources()
protected org.apache.commons.digester.Digester getDigester()
protected List getComponents()
protected String getCreateOutputDirectory()
protected String createPackageDirectory(String outputPath, Component component)
protected String getLicense()
protected void writeLicense(BufferedWriter writer) throws IOException
IOException
protected void writeFacesContextGetter(BufferedWriter writer) throws IOException
IOException
protected void writeResourceHolderGetter(BufferedWriter writer) throws IOException
IOException
protected boolean isMethodExpression(Attribute attribute)
protected boolean isJSF2()
Copyright © 2014. All rights reserved.