public final class ComponentAttributeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static javax.faces.el.ValueBinding |
createValueBinding(String value)
Deprecated.
Since 2.0.0, please use
FacesUtilsEL.createValueExpression(String string) |
static boolean |
isValueReference(String value) |
static void |
setBooleanProperty(javax.faces.component.UIComponent component,
String name,
String value) |
static void |
setStringProperty(javax.faces.component.UIComponent component,
String name,
String value) |
public static void setBooleanProperty(javax.faces.component.UIComponent component, String name, String value)
public static void setStringProperty(javax.faces.component.UIComponent component, String name, String value)
public static boolean isValueReference(String value)
@Deprecated public static javax.faces.el.ValueBinding createValueBinding(String value)
FacesUtilsEL.createValueExpression(String string)
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.