public final class JstlFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
getBigDecimal(BudgetDecimal budgetDecimal)
Returns the BigDecimal value wrapped inside the given BudgetDecimal in order to get correct type coercion for Jetty.
|
static List |
getOptionList(String valuesFinderClassName,
Map params)
Returns a list of key/value pairs for displaying in an HTML option for a select list.
|
public static List getOptionList(String valuesFinderClassName, Map params)
params Map
valuesFinderClassName - params - mapped parameterspublic static BigDecimal getBigDecimal(BudgetDecimal budgetDecimal)
budgetDecimal - Copyright © 2013 The Kuali Foundation. All Rights Reserved.