|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClassMeta in org.apache.myfaces.buildtools.maven2.plugin.builder.model |
---|
Subclasses of ClassMeta in org.apache.myfaces.buildtools.maven2.plugin.builder.model | |
---|---|
class |
BehaviorMeta
Store metadata about a class that is either a JSF Behavior, or some base class or interface that a Behavior can be derived from. |
class |
ClientBehaviorMeta
|
class |
ClientBehaviorRendererMeta
Store metadata about a class that is either a JSF Renderer, or some base class or interface that a Renderer can be derived from. |
class |
ComponentMeta
Store metadata about a JSF UIComponent, or some base class or interface that a UIComponent can be derived from. |
class |
ConverterMeta
Store metadata about a class that is either a JSF Converter, or some base class or interface that a Converter can be derived from. |
class |
FaceletTagMeta
Store metadata about a JSF Facelet Tag Handler, or some base class or interface that a Tag Handler can be derived from. |
class |
RendererMeta
Store metadata about a class that is either a JSF Renderer, or some base class or interface that a Renderer can be derived from. |
class |
TagMeta
Represents metadata about a class that is just a pure JSF Tag class, with no corresponding JSF component, validator or converter. |
class |
ValidatorMeta
Store metadata about a class that is either a JSF Validator, or some base class or interface that a Validator can be derived from. |
class |
ViewEntityMeta
Base class for metadata about any class whose instances can be used in a JSF view. |
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type ClassMeta | |
---|---|
protected void |
ClassMeta.merge(ClassMeta other)
Merge any inheritable data from the specified "other" instance into the metadata held by this instance. |
protected void |
WebConfigMeta.merge(ClassMeta other)
Merge any inheritable data from the specified "other" instance into the metadata held by this instance. |
Uses of ClassMeta in org.apache.myfaces.buildtools.maven2.plugin.builder.qdox |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.qdox with parameters of type ClassMeta | |
---|---|
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. |
Uses of ClassMeta 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 ClassMeta | |
---|---|
void |
ClassMetaParsingStrategy.initClassMeta(Model model,
com.thoughtworks.qdox.model.JavaClass clazz,
ClassMeta modelItem,
String classNameOverride)
Set the basic data on a ClassMeta. |
Uses of ClassMeta in org.apache.myfaces.buildtools.maven2.plugin.tagdoc |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.tagdoc with parameters of type ClassMeta | |
---|---|
boolean |
TagdocContentMojo.canGenerate(ClassMeta component)
|
boolean |
TagdocIndexReport.canGenerate(ClassMeta component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |