|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMeta | |
---|---|
org.apache.myfaces.buildtools.maven2.plugin.builder.model |
Uses of AttributeMeta in org.apache.myfaces.buildtools.maven2.plugin.builder.model |
---|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model that return AttributeMeta | |
---|---|
AttributeMeta |
TagMeta.getAttribute(String attributeName)
|
AttributeMeta |
AttributeHolder.getAttribute(String name)
|
AttributeMeta |
FaceletTagMeta.getAttribute(String attributeName)
|
Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type AttributeMeta | |
---|---|
void |
TagMeta.addAttribute(AttributeMeta attribute)
Adds a property to this component. |
void |
AttributeHolder.addAttribute(AttributeMeta prop)
|
void |
FaceletTagMeta.addAttribute(AttributeMeta attribute)
Adds a property to this component. |
void |
AttributeMeta.copy(AttributeMeta other)
Copy all attributes in other to this instance. |
void |
AttributeMeta.merge(AttributeMeta other)
Merge the data in the specified other property into this one, throwing an exception if there is an incompatibility. |
static void |
AttributeMeta.writeXml(XmlWriter out,
AttributeMeta am)
Write this model out as xml. |
Constructors in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type AttributeMeta | |
---|---|
AttributeMeta(AttributeMeta am)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |