com.sun.faces.config.beans
Class AttributeBean

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

public class AttributeBean
extends FeatureBean

Configuration bean for <attribute> element.


Constructor Summary
AttributeBean()
           
 
Method Summary
 java.lang.String getAttributeClass()
           
 java.lang.String getAttributeName()
           
 java.lang.String getDefaultValue()
           
 java.lang.String getSuggestedValue()
           
 boolean isAttributeIgnoredForRenderer()
           
 boolean isPassThrough()
           
 boolean isRequired()
           
 boolean isTagAttribute()
           
 void setAttributeClass(java.lang.String attributeClass)
           
 void setAttributeIgnoredForRenderer(boolean renderAttributeIgnore)
           
 void setAttributeName(java.lang.String attributeName)
           
 void setDefaultValue(java.lang.String defaultValue)
           
 void setPassThrough(boolean passThrough)
           
 void setRequired(boolean required)
           
 void setSuggestedValue(java.lang.String suggestedValue)
           
 void setTagAttribute(boolean tagAttribute)
           
 
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

AttributeBean

public AttributeBean()
Method Detail

getAttributeClass

public java.lang.String getAttributeClass()

setAttributeClass

public void setAttributeClass(java.lang.String attributeClass)

getAttributeName

public java.lang.String getAttributeName()

setAttributeName

public void setAttributeName(java.lang.String attributeName)

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)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

isTagAttribute

public boolean isTagAttribute()

setTagAttribute

public void setTagAttribute(boolean tagAttribute)

isAttributeIgnoredForRenderer

public boolean isAttributeIgnoredForRenderer()

setAttributeIgnoredForRenderer

public void setAttributeIgnoredForRenderer(boolean renderAttributeIgnore)


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