Uses of Interface
org.apache.myfaces.buildtools.maven2.plugin.builder.model.AttributeHolder

Packages that use AttributeHolder
org.apache.myfaces.buildtools.maven2.plugin.builder.model   
org.apache.myfaces.buildtools.maven2.plugin.tagdoc   
 

Uses of AttributeHolder in org.apache.myfaces.buildtools.maven2.plugin.builder.model
 

Classes in org.apache.myfaces.buildtools.maven2.plugin.builder.model that implement AttributeHolder
 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 TagMeta
          Represents metadata about a class that is just a pure JSF Tag class, with no corresponding JSF component, validator or converter.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type AttributeHolder
static void ModelUtils.mergeAttributes(AttributeHolder dst, AttributeHolder src)
           
 

Uses of AttributeHolder in org.apache.myfaces.buildtools.maven2.plugin.tagdoc
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.tagdoc with parameters of type AttributeHolder
static List TagdocUtils.getSortedAttributeList(AttributeHolder component)
           
 



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