public class TagUtils extends Object
Constructor and Description |
---|
TagUtils() |
Modifier and Type | Method and Description |
---|---|
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) |
public static void setIntegerProperty(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 void setConverterProperty(javax.faces.component.UIComponent component, String name, String value)
public static void setSeverityProperty(javax.faces.component.UIComponent component, String name, String value)
public static void setObjectProperty(javax.faces.component.UIComponent component, String name, String value)
public static void setCharacterProperty(javax.faces.component.UIComponent component, String name, String value)
public static javax.faces.el.ValueBinding createValueBinding(String value)
public static void setStateChangeListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setSortActionListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setSuggestMethodMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setValueChangeListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setValidatorMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setActionListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setActionMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setTabChangeListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
public static void setStringArrayProperty(javax.faces.component.UIComponent component, String name, String value)
public static void setValueBindingProperty(javax.faces.component.UIComponent component, String name, String value)
public static void setOrderByProperty(javax.faces.component.UIComponent component, String name, String value)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.