org.apache.myfaces.tobago.internal.util
Class ComponentAttributeUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.internal.util.ComponentAttributeUtils

public final class ComponentAttributeUtils
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

@Deprecated
public static javax.faces.el.ValueBinding createValueBinding(String value)
Deprecated. Since 2.0.0, please use FacesUtilsEL.createValueExpression(String string)



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.