com.corejsf.util
Class Tags
java.lang.Object
com.corejsf.util.Tags
public class Tags
- extends Object
|
Constructor Summary |
Tags()
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tags
public Tags()
setString
public static void setString(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
setInteger
public static void setInteger(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
setDouble
public static void setDouble(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
setBoolean
public static void setBoolean(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
setStrings
public static void setStrings(javax.faces.component.UIComponent component,
Map map)
setValueBinding
public static void setValueBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
setActionListener
public static void setActionListener(javax.faces.component.UIComponent component,
String attributeValue)
setValueChangeListener
public static void setValueChangeListener(javax.faces.component.UIComponent component,
String attributeValue)
setValidator
public static void setValidator(javax.faces.component.UIComponent component,
String attributeValue)
setAction
public static void setAction(javax.faces.component.UIComponent component,
String attributeValue)
setMethodBinding
public static void setMethodBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue,
Class[] paramTypes)
eval
public static String eval(String expression)
evalInteger
public static Integer evalInteger(String expression)
evalDouble
public static Double evalDouble(String expression)
evalBoolean
public static Boolean evalBoolean(String expression)
Copyright © 2005-2012 Sakai Project. All Rights Reserved.