public class ComponentAttributeUtils extends Object
Constructor and Description |
---|
ComponentAttributeUtils() |
Modifier and Type | Method and Description |
---|---|
static javax.faces.el.ValueBinding |
createValueBinding(String value) |
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)
public static javax.faces.el.ValueBinding createValueBinding(String value)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.