org.apache.myfaces.tobago.internal.util
Class ComponentAttributeUtils
java.lang.Object
org.apache.myfaces.tobago.internal.util.ComponentAttributeUtils
public class ComponentAttributeUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentAttributeUtils
public ComponentAttributeUtils()
setBooleanProperty
public static void setBooleanProperty(javax.faces.component.UIComponent component,
String name,
String value)
setStringProperty
public static void setStringProperty(javax.faces.component.UIComponent component,
String name,
String value)
isValueReference
public static boolean isValueReference(String value)
createValueBinding
public static javax.faces.el.ValueBinding createValueBinding(String value)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.