Uses of Class
org.apache.myfaces.buildtools.maven2.plugin.builder.model.AttributeMeta

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)
           
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.