Uses of Class
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.PropertyBean

Packages that use PropertyBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse   
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util   
 

Uses of PropertyBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse
 

Fields in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with type parameters of type PropertyBean
protected  Map<String,PropertyBean> AbstractTagBean._properties
           
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return PropertyBean
 PropertyBean AbstractTagBean.findProperty(String propertyName)
          Returns the property for this property name.
 PropertyBean ComponentBean.findProperty(String propertyName)
          Returns the property for this property name.
 PropertyBean ComponentBean.findProperty(String propertyName, boolean flatten)
          Returns the property for this property name.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return types with arguments of type PropertyBean
 Iterator<PropertyBean> AbstractTagBean.properties()
          Returns an iterator for all properties on this component only.
 Iterator<PropertyBean> ComponentBean.properties()
          Returns an iterator for all properties on this component only.
 Iterator<PropertyBean> ComponentBean.properties(boolean flatten)
          Returns an iterator for properties on this component.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with parameters of type PropertyBean
 void AbstractTagBean.addProperty(PropertyBean property)
          Adds a property to this component.
 void ComponentBean.addProperty(PropertyBean property)
          Adds a property to this component.
 

Uses of PropertyBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util with parameters of type PropertyBean
protected abstract  boolean PropertyFilter.accept(PropertyBean property)
           
static String Util.getAlternatePropertyClass(PropertyBean property)
           
static String Util.getDefaultValue(PropertyBean property)
           
static String Util.getGenericsFromProperty(PropertyBean property)
           
static String Util.getPropertyClass(PropertyBean property)
           
 



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