org.apache.myfaces.tobago.internal.taglib
Class TagUtils
java.lang.Object
org.apache.myfaces.tobago.internal.taglib.TagUtils
public class TagUtils
- extends Object
Method Summary |
static javax.faces.el.ValueBinding |
createValueBinding(String value)
|
static String |
getValueFromEl(String script)
|
static void |
setActionListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setActionMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setBooleanProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setCharacterProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setConverterProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setIntegerProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setObjectProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setOrderByProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setSeverityProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setSortActionListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setStateChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setStringArrayProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setStringProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setSuggestMethodMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setTabChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setValidatorMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
static void |
setValueBindingProperty(javax.faces.component.UIComponent component,
String name,
String value)
|
static void |
setValueChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagUtils
public TagUtils()
setIntegerProperty
public static void setIntegerProperty(javax.faces.component.UIComponent component,
String name,
String value)
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)
setConverterProperty
public static void setConverterProperty(javax.faces.component.UIComponent component,
String name,
String value)
setSeverityProperty
public static void setSeverityProperty(javax.faces.component.UIComponent component,
String name,
String value)
setObjectProperty
public static void setObjectProperty(javax.faces.component.UIComponent component,
String name,
String value)
setCharacterProperty
public static void setCharacterProperty(javax.faces.component.UIComponent component,
String name,
String value)
createValueBinding
public static javax.faces.el.ValueBinding createValueBinding(String value)
setStateChangeListenerMethodBinding
public static void setStateChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setSortActionListenerMethodBinding
public static void setSortActionListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setSuggestMethodMethodBinding
public static void setSuggestMethodMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setValueChangeListenerMethodBinding
public static void setValueChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setValidatorMethodBinding
public static void setValidatorMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setActionListenerMethodBinding
public static void setActionListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setActionMethodBinding
public static void setActionMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setTabChangeListenerMethodBinding
public static void setTabChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
setStringArrayProperty
public static void setStringArrayProperty(javax.faces.component.UIComponent component,
String name,
String value)
setValueBindingProperty
public static void setValueBindingProperty(javax.faces.component.UIComponent component,
String name,
String value)
setOrderByProperty
public static void setOrderByProperty(javax.faces.component.UIComponent component,
String name,
String value)
getValueFromEl
public static String getValueFromEl(String script)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.