@Deprecated public class TagUtils extends Object
Constructor and Description |
---|
TagUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static javax.faces.el.ValueBinding |
createValueBinding(String value)
Deprecated.
since 2.0.0
|
static String |
getValueFromEl(String script)
Deprecated.
since 2.0.0
|
static void |
setActionListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setActionMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setBooleanProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setCharacterProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setConverterProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setIntegerProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setObjectProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setOrderByProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setSeverityProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setSortActionListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setStateChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setStringArrayProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setStringProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setSuggestMethodMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setTabChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setValidatorMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
static void |
setValueBindingProperty(javax.faces.component.UIComponent component,
String name,
String value)
Deprecated.
since 2.0.0
|
static void |
setValueChangeListenerMethodBinding(javax.faces.component.UIComponent component,
String value,
Class[] args)
Deprecated.
since 2.0.0
|
@Deprecated public static void setIntegerProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setBooleanProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setStringProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setConverterProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setSeverityProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setObjectProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setCharacterProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static javax.faces.el.ValueBinding createValueBinding(String value)
@Deprecated public static void setStateChangeListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setSortActionListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setSuggestMethodMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setValueChangeListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setValidatorMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setActionListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setActionMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setTabChangeListenerMethodBinding(javax.faces.component.UIComponent component, String value, Class[] args)
@Deprecated public static void setStringArrayProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setValueBindingProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static void setOrderByProperty(javax.faces.component.UIComponent component, String name, String value)
@Deprecated public static String getValueFromEl(String script)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.