public class TagUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
eval(String expression) |
static Boolean |
evalBoolean(String expression) |
static Double |
evalDouble(String expression) |
static Integer |
evalInteger(String expression) |
static void |
setAction(UIComponent component,
String value)
Set an action on a component - used by tags setProperties() method.
|
static void |
setActionListener(UIComponent component,
String value)
Set an ActionListener on a component - used by tags setProperties()
method.
|
static void |
setBoolean(UIComponent component,
String name,
String value)
Set a boolean value on a component - used by tags setProperties() method.
|
static void |
setDouble(UIComponent component,
String name,
String value)
Set a double value on a component - used by tags setProperties() method.
|
static void |
setInteger(UIComponent component,
String name,
String value)
Set an integer value on a component - used by tags setProperties()
method.
|
static void |
setMap(UIComponent component,
String name,
String value)
Set a Map value on a component - used by tags setProperties() method.
|
static void |
setMethodBinding(UIComponent component,
String name,
String value,
Class[] paramTypes)
Set a MethodBinding on a component - used by tags setProperties() method.
|
static void |
setObject(UIComponent component,
String name,
String value)
Set a string value on a component - used by tags setProperties() method.
|
static void |
setString(UIComponent component,
String name,
String value)
Set a string value on a component - used by tags setProperties() method.
|
static void |
setValidator(UIComponent component,
String value)
Set a Validator on a component - used by tags setProperties() method.
|
static void |
setValueBinding(UIComponent component,
String name,
String value)
Set a ValueBinding on a component - used by tags setProperties() method.
|
static void |
setValueChangeListener(UIComponent component,
String value)
Set a ValueChangeListener on a component - used by tags setProperties()
method.
|
public static void setString(UIComponent component, String name, String value)
public static void setObject(UIComponent component, String name, String value)
public static void setInteger(UIComponent component, String name, String value)
public static void setMap(UIComponent component, String name, String value)
public static void setDouble(UIComponent component, String name, String value)
public static void setBoolean(UIComponent component, String name, String value)
public static void setValueBinding(UIComponent component, String name, String value)
public static void setActionListener(UIComponent component, String value)
public static void setValueChangeListener(UIComponent component, String value)
public static void setValidator(UIComponent component, String value)
public static void setAction(UIComponent component, String value)
public static void setMethodBinding(UIComponent component, String name, String value, Class[] paramTypes)
Copyright © 2003–2017 University of Michigan. All rights reserved.