org.apache.myfaces.config.impl.digester.elements
Class Property
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.Property
- public class Property
- extends java.lang.Object
- Version:
- $Revision: 169649 $ $Date: 2005-05-11 11:47:12 -0400 (Wed, 11 May 2005) $
The "property" element represents a JavaBean property of the Java class
represented by our parent element.
Property names must be unique within the scope of the Java class
that is represented by the parent element, and must correspond to
property names that will be recognized when performing introspection
against that class via java.beans.Introspector.
- Author:
- Martin Marinschek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
addDescription
public void addDescription(java.lang.String value)
getDescriptions
public java.util.Iterator getDescriptions()
addDisplayName
public void addDisplayName(java.lang.String value)
getDisplayNames
public java.util.Iterator getDisplayNames()
addIcon
public void addIcon(java.lang.String value)
getIcons
public java.util.Iterator getIcons()
setPropertyName
public void setPropertyName(java.lang.String propertyName)
getPropertyName
public java.lang.String getPropertyName()
setPropertyClass
public void setPropertyClass(java.lang.String propertyClass)
getPropertyClass
public java.lang.String getPropertyClass()
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
getDefaultValue
public java.lang.String getDefaultValue()
setSuggestedValue
public void setSuggestedValue(java.lang.String suggestedValue)
getSuggestedValue
public java.lang.String getSuggestedValue()
addPropertyExtension
public void addPropertyExtension(java.lang.String propertyExtension)
getPropertyExtensions
public java.util.Iterator getPropertyExtensions()