|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Model in org.apache.myfaces.buildtools.maven2.plugin.builder |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder that return Model | |
---|---|
static Model |
IOUtils.getModelFromArtifact(org.apache.maven.artifact.Artifact artifact)
|
static Model |
IOUtils.loadModel(File infile)
Read the contents of the model from an xml file. |
static Model |
IOUtils.readModel(Reader reader)
Read the contents of the model from a provided Reader object. |
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder with parameters of type Model | |
---|---|
void |
ModelBuilder.buildModel(Model model,
ModelParams parameters)
Given a model (which might already be partly populated with data, add information about JSF artifacts. |
static void |
IOUtils.saveModel(Model model,
File outfile)
Write the contents of the model to an xml file. |
static void |
IOUtils.writeModel(Model model,
Writer writer)
Write the contents of the model to a provided Writer object. |
Constructors in org.apache.myfaces.buildtools.maven2.plugin.builder with parameters of type Model | |
---|---|
Flattener(Model model)
|
Uses of Model in org.apache.myfaces.buildtools.maven2.plugin.builder.model |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type Model | |
---|---|
void |
Model.merge(Model other)
Adds all components from the other model to this model, because only this info is necessary from construct a full model of components and build correctly faces-config.xml, .tld, and component and tag classes. |
static void |
Model.writeXml(XmlWriter out,
Model model)
Write this model out as xml. |
Uses of Model in org.apache.myfaces.buildtools.maven2.plugin.builder.qdox |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.qdox with parameters of type Model | |
---|---|
protected void |
QdoxModelBuilder.buildModel(Model model,
List sourceDirs,
com.thoughtworks.qdox.model.JavaClass[] classes)
|
void |
CompositeComponentModelBuilder.buildModel(Model model,
ModelParams parameters)
|
void |
QdoxModelBuilder.buildModel(Model model,
ModelParams parameters)
Scan the source tree for doc-annotations, and build Model objects containing info extracted from the doc-annotation attributes and introspected info about the item the annotation is attached to. |
protected void |
CompositeComponentModelBuilder.doParseMetadata(Model model,
URL src,
String shortLibraryName,
String libraryName,
String resourceName,
String componentName,
String alias)
|
static void |
QdoxHelper.initBehaviorAncestry(Map javaClassByName,
Model model,
ClassMeta modelItem)
Same as initComponentAncestry but for converters |
static void |
QdoxHelper.initComponentAncestry(Map javaClassByName,
Model model,
ClassMeta modelItem)
For each component, try to find its "logical" parent component, ie the nearest superclass that is also annotated as a component and therefore has an entry in the model. |
static void |
QdoxHelper.initConverterAncestry(Map javaClassByName,
Model model,
ClassMeta modelItem)
Same as initComponentAncestry but for converters |
static void |
QdoxHelper.initFaceletTagHandlerAncestry(Map javaClassByName,
Model model,
ClassMeta modelItem)
|
static void |
QdoxHelper.initValidatorAncestry(Map javaClassByName,
Model model,
ClassMeta modelItem)
Same as initComponentAncestry but for validators. |
void |
ParsingContext.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
Uses of Model in org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.parse |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.parse with parameters of type Model | |
---|---|
void |
ClassMetaParsingStrategy.initClassMeta(Model model,
com.thoughtworks.qdox.model.JavaClass clazz,
ClassMeta modelItem,
String classNameOverride)
Set the basic data on a ClassMeta. |
void |
RenderKitParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
JavaClassParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
BehaviorParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
FaceletFunctionParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
ClientBehaviorParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
ClientBehaviorRendererParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
ValidatorParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
FaceletTagParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
ComponentParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
WebConfigParamParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
ConverterParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
RendererParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
void |
JspTagParsingStrategy.parseClass(com.thoughtworks.qdox.model.JavaClass clazz,
Model model)
|
Uses of Model in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad with parameters of type Model | |
---|---|
void |
TrinidadMavenFacesPluginModelBuilder.buildModel(Model model,
ModelParams parameters)
|
Uses of Model in org.apache.myfaces.buildtools.maven2.plugin.tagdoc |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.tagdoc that return Model | |
---|---|
protected Model |
TagdocContentMojo.getModel()
|
protected Model |
TagdocIndexReport.getModel()
|
Methods in org.apache.myfaces.buildtools.maven2.plugin.tagdoc with parameters of type Model | |
---|---|
static Map |
TagdocUtils.getRendererClasses(ComponentMeta component,
Model model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |