public class AttributeUtilities extends Object
| Constructor and Description |
|---|
AttributeUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getAttribute(javax.faces.component.UIComponent component,
String attributeName)
Apache MyFaces make HMTL attributes of HTML elements pass-through-attributes.
|
static String |
getAttributeAsString(javax.faces.component.UIComponent component,
String attributeName)
Apache MyFaces sometimes returns a ValueExpression when you read an attribute.
|
public static Object getAttribute(javax.faces.component.UIComponent component, String attributeName)
public static String getAttributeAsString(javax.faces.component.UIComponent component, String attributeName)
Copyright © 2015. All rights reserved.