Mojarra JSF Tools 2.1.28.SP9

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
 void addAllBehaviors(List<String> behaviors)
           
 void addBehavior(String behavior)
          

 String getAttributeClass()
           
 String getAttributeName()
           
 List<String> getBehaviors()
          

 String getDefaultValue()
           
 String getSuggestedValue()
           
 boolean isAttributeIgnoredForRenderer()
           
 boolean isDefaultBehavior()
          

 boolean isPassThrough()
           
 boolean isRequired()
           
 boolean isTagAttribute()
           
 void setAttributeClass(String attributeClass)
           
 void setAttributeIgnoredForRenderer(boolean renderAttributeIgnore)
           
 void setAttributeName(String attributeName)
           
 void setDefaultBehavior(boolean defaultBehavior)
          

 void setDefaultValue(String defaultValue)
           
 void setPassThrough(boolean passThrough)
           
 void setRequired(boolean required)
           
 void setSuggestedValue(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 String getAttributeClass()

setAttributeClass

public void setAttributeClass(String attributeClass)

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getSuggestedValue

public String getSuggestedValue()

setSuggestedValue

public void setSuggestedValue(String suggestedValue)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(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)

getBehaviors

public List<String> getBehaviors()

Returns:
the behaviorAttribute

addBehavior

public void addBehavior(String behavior)

Parameters:
behaviorAttribute - the behaviorAttribute to set

addAllBehaviors

public void addAllBehaviors(List<String> behaviors)

isDefaultBehavior

public boolean isDefaultBehavior()

Returns:
the defaultBehavior

setDefaultBehavior

public void setDefaultBehavior(boolean defaultBehavior)

Parameters:
defaultBehavior - the defaultBehavior to set

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.