com.sun.faces.config.beans
Class PropertyBean

java.lang.Object
  extended by com.sun.faces.config.beans.FeatureBean
      extended by com.sun.faces.config.beans.PropertyBean

public class PropertyBean
extends FeatureBean

Configuration bean for <property> element.


Constructor Summary
PropertyBean()
           
 
Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getMethodSignature()
           
 java.lang.String getPropertyClass()
           
 java.lang.String getPropertyName()
           
 java.lang.String getSuggestedValue()
           
 boolean isMethodExpressionEnabled()
           
 boolean isPassThrough()
           
 boolean isReadOnly()
           
 boolean isRequired()
           
 boolean isTagAttribute()
           
 boolean isValueExpressionEnabled()
           
 void setDefaultValue(java.lang.String defaultValue)
           
 void setMethodExpressionEnabled(boolean methodExpressionEnabled)
           
 void setMethodSignature(java.lang.String methodSignature)
           
 void setPassThrough(boolean passThrough)
           
 void setPropertyClass(java.lang.String propertyClass)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setReadOnly(boolean readOnly)
           
 void setRequired(boolean required)
           
 void setSuggestedValue(java.lang.String suggestedValue)
           
 void setTagAttribute(boolean tagAttribute)
           
 void setValueExpressionEnabled(boolean valueExpressionEnabled)
           
 
Methods inherited from class com.sun.faces.config.beans.FeatureBean
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBean

public PropertyBean()
Method Detail

getPropertyClass

public java.lang.String getPropertyClass()

setPropertyClass

public void setPropertyClass(java.lang.String propertyClass)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getSuggestedValue

public java.lang.String getSuggestedValue()

setSuggestedValue

public void setSuggestedValue(java.lang.String suggestedValue)

getDefaultValue

public java.lang.String getDefaultValue()

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)

isPassThrough

public boolean isPassThrough()

setPassThrough

public void setPassThrough(boolean passThrough)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean readOnly)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

isTagAttribute

public boolean isTagAttribute()

setTagAttribute

public void setTagAttribute(boolean tagAttribute)

isMethodExpressionEnabled

public boolean isMethodExpressionEnabled()

setMethodExpressionEnabled

public void setMethodExpressionEnabled(boolean methodExpressionEnabled)

getMethodSignature

public java.lang.String getMethodSignature()

setMethodSignature

public void setMethodSignature(java.lang.String methodSignature)

isValueExpressionEnabled

public boolean isValueExpressionEnabled()

setValueExpressionEnabled

public void setValueExpressionEnabled(boolean valueExpressionEnabled)


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.