Class PropertyImpl

java.lang.Object
org.apache.myfaces.config.element.Property
org.apache.myfaces.config.impl.element.PropertyImpl
All Implemented Interfaces:
Serializable

public class PropertyImpl extends Property implements Serializable
Version:
$Revision$ $Date$ 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
See Also: