public class Tags extends Object
| Constructor and Description |
|---|
Tags() |
| 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(javax.faces.component.UIComponent component,
String attributeValue) |
static void |
setActionListener(javax.faces.component.UIComponent component,
String attributeValue) |
static void |
setBoolean(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
static void |
setDouble(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
static void |
setInteger(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
static void |
setMethodBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue,
Class[] paramTypes) |
static void |
setString(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
static void |
setStrings(javax.faces.component.UIComponent component,
Map map) |
static void |
setValidator(javax.faces.component.UIComponent component,
String attributeValue) |
static void |
setValueBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
static void |
setValueChangeListener(javax.faces.component.UIComponent component,
String attributeValue) |
public static void setString(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
public static void setInteger(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
public static void setDouble(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
public static void setBoolean(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
public static void setStrings(javax.faces.component.UIComponent component,
Map map)
public static void setValueBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
public static void setActionListener(javax.faces.component.UIComponent component,
String attributeValue)
public static void setValueChangeListener(javax.faces.component.UIComponent component,
String attributeValue)
public static void setValidator(javax.faces.component.UIComponent component,
String attributeValue)
public static void setAction(javax.faces.component.UIComponent component,
String attributeValue)
public static void setMethodBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue,
Class[] paramTypes)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.