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

Packages that use PropertyMeta
org.apache.myfaces.buildtools.maven2.plugin.builder.model   
org.apache.myfaces.buildtools.maven2.plugin.builder.utils   
 

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

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model that return PropertyMeta
 PropertyMeta ViewEntityMeta.getProperty(String propertyName)
           
 PropertyMeta PropertyHolder.getProperty(String name)
           
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type PropertyMeta
 void ViewEntityMeta.addProperty(PropertyMeta property)
          Adds a property to this component.
 void PropertyHolder.addProperty(PropertyMeta prop)
           
 void PropertyMeta.merge(PropertyMeta other)
          Merge the data in the specified other property into this one, throwing an exception if there is an incompatibility.
static void PropertyMeta.writeXml(XmlWriter out, PropertyMeta pm)
          Write this model out as xml.
 

Constructors in org.apache.myfaces.buildtools.maven2.plugin.builder.model with parameters of type PropertyMeta
PropertyMeta(PropertyMeta pm)
           
 

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

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.utils with parameters of type PropertyMeta
static String MyfacesUtils.getDefaultValue(PropertyMeta property)
           
static String MyfacesUtils.getDefaultValueField(PropertyMeta property)
           
static String MyfacesUtils.getFullJspPropertyType11(PropertyMeta property)
           
static String MyfacesUtils.getJspPropertyType11(PropertyMeta property)
           
static String MyfacesUtils.getJspPropertyType12(PropertyMeta property)
           
static String MyfacesUtils.getPropertyClass(PropertyMeta property)
           
 



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