public class TagUtil extends Object
Previously PagerTagUtil
Based on code from "Core JSF"
Copyright: Copyright (c) 2004 Sakai
| Constructor and Description |
|---|
TagUtil() |
| 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 attributeValue) |
static void |
setActionListener(UIComponent component,
String attributeValue) |
static void |
setBoolean(UIComponent component,
String attributeName,
String attributeValue) |
static void |
setDouble(UIComponent component,
String attributeName,
String attributeValue) |
static void |
setInteger(UIComponent component,
String attributeName,
String attributeValue) |
static void |
setMap(UIComponent component,
String attributeName,
String attributeValue) |
static void |
setMethodBinding(UIComponent component,
String attributeName,
String attributeValue,
Class[] paramTypes) |
static void |
setString(UIComponent component,
String attributeName,
String attributeValue) |
static void |
setValidator(UIComponent component,
String attributeValue) |
static void |
setValueBinding(UIComponent component,
String attributeName,
String attributeValue) |
static void |
setValueChangeListener(UIComponent component,
String attributeValue) |
public static void setString(UIComponent component, String attributeName, String attributeValue)
public static void setInteger(UIComponent component, String attributeName, String attributeValue)
public static void setMap(UIComponent component, String attributeName, String attributeValue)
public static void setDouble(UIComponent component, String attributeName, String attributeValue)
public static void setBoolean(UIComponent component, String attributeName, String attributeValue)
public static void setValueBinding(UIComponent component, String attributeName, String attributeValue)
public static void setActionListener(UIComponent component, String attributeValue)
public static void setValueChangeListener(UIComponent component, String attributeValue)
public static void setValidator(UIComponent component, String attributeValue)
public static void setAction(UIComponent component, String attributeValue)
public static void setMethodBinding(UIComponent component, String attributeName, String attributeValue, Class[] paramTypes)
Copyright © 2003-2016 University of Michigan. All Rights Reserved.