org.apache.myfaces.config.impl.digester.elements
Class Property
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.ElementBaseImpl
org.apache.myfaces.config.impl.digester.elements.Property
- All Implemented Interfaces:
- ElementBase
public class Property
- extends ElementBaseImpl
- Version:
- $Revision: 530668 $ $Date: 2007-04-20 01:40:54 -0500 (Fri, 20 Apr 2007) $
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(String value)
getDescriptions
public Iterator getDescriptions()
addDisplayName
public void addDisplayName(String value)
getDisplayNames
public Iterator getDisplayNames()
addIcon
public void addIcon(String value)
getIcons
public Iterator getIcons()
setPropertyName
public void setPropertyName(String propertyName)
getPropertyName
public String getPropertyName()
setPropertyClass
public void setPropertyClass(String propertyClass)
getPropertyClass
public String getPropertyClass()
setDefaultValue
public void setDefaultValue(String defaultValue)
getDefaultValue
public String getDefaultValue()
setSuggestedValue
public void setSuggestedValue(String suggestedValue)
getSuggestedValue
public String getSuggestedValue()
addPropertyExtension
public void addPropertyExtension(String propertyExtension)
getPropertyExtensions
public Iterator getPropertyExtensions()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.