Class AttributeUtils
- java.lang.Object
- 
- org.apache.myfaces.core.api.shared.AttributeUtils
 
- 
 public class AttributeUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AttributeUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetBooleanAttribute(UIComponent component, String attrName, boolean defaultValue)static intgetIntegerAttribute(UIComponent component, String attrName, int defaultValue)
 
- 
- 
- 
Method Detail- 
getBooleanAttributepublic static boolean getBooleanAttribute(UIComponent component, String attrName, boolean defaultValue) 
 - 
getIntegerAttributepublic static int getIntegerAttribute(UIComponent component, String attrName, int defaultValue) 
 
- 
 
-