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

Packages that use PropertyHolder
org.apache.myfaces.buildtools.maven2.plugin.builder.model   
org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.parse   
org.apache.myfaces.buildtools.maven2.plugin.builder.utils   
org.apache.myfaces.buildtools.maven2.plugin.tagdoc   
 

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

Classes in org.apache.myfaces.buildtools.maven2.plugin.builder.model that implement PropertyHolder
 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 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 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 PropertyHolder
static void ModelUtils.mergeProps(PropertyHolder dst, PropertyHolder src)
          Given two JSF artifacts that can have associated user-settable properties, merge all the properties one one into the other.
 

Uses of PropertyHolder 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 PropertyHolder
 void ClassMetaPropertyParsingStrategy.processComponentProperties(com.thoughtworks.qdox.model.JavaClass clazz, PropertyHolder component)
          Look for any methods on the specified class that are annotated as being component properties, and add metadata about them to the model.
 

Uses of PropertyHolder in org.apache.myfaces.buildtools.maven2.plugin.builder.utils
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.utils with parameters of type PropertyHolder
static String MyfacesUtils.importTagClasses(PropertyHolder component)
           
 

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

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



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