org.apache.myfaces.config.element
Class Property

java.lang.Object
  extended by org.apache.myfaces.config.element.Property
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Property

public abstract class Property
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 698799 $ $Date: 2008-09-24 21:03:47 -0500 (mié, 24 sep 2008) $ 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

Constructor Summary
Property()
           
 
Method Summary
abstract  java.lang.String getDefaultValue()
           
abstract  java.util.Collection<? extends java.lang.String> getDescriptions()
           
abstract  java.util.Collection<? extends java.lang.String> getDisplayNames()
           
abstract  java.util.Collection<? extends java.lang.String> getIcons()
           
abstract  java.lang.String getPropertyClass()
           
abstract  java.util.Collection<? extends java.lang.String> getPropertyExtensions()
           
abstract  java.lang.String getPropertyName()
           
abstract  java.lang.String getSuggestedValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

getDescriptions

public abstract java.util.Collection<? extends java.lang.String> getDescriptions()

getDisplayNames

public abstract java.util.Collection<? extends java.lang.String> getDisplayNames()

getIcons

public abstract java.util.Collection<? extends java.lang.String> getIcons()

getPropertyName

public abstract java.lang.String getPropertyName()

getPropertyClass

public abstract java.lang.String getPropertyClass()

getDefaultValue

public abstract java.lang.String getDefaultValue()

getSuggestedValue

public abstract java.lang.String getSuggestedValue()

getPropertyExtensions

public abstract java.util.Collection<? extends java.lang.String> getPropertyExtensions()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.