org.apache.myfaces.config.element
Class Property
java.lang.Object
org.apache.myfaces.config.element.Property
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Property
public abstract class Property
- extends Object
- implements Serializable
- Version:
- $Revision: 1188686 $ $Date: 2011-10-25 09:59:52 -0500 (Tue, 25 Oct 2011) $
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
getDescriptions
public abstract Collection<? extends String> getDescriptions()
getDisplayNames
public abstract Collection<? extends String> getDisplayNames()
getIcons
public abstract Collection<? extends String> getIcons()
getPropertyName
public abstract String getPropertyName()
getPropertyClass
public abstract String getPropertyClass()
getDefaultValue
public abstract String getDefaultValue()
getSuggestedValue
public abstract String getSuggestedValue()
getPropertyExtensions
public abstract Collection<? extends String> getPropertyExtensions()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.