|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.util.ExpressionFunctions
public class ExpressionFunctions
Defines functions that can be used in el expressions within the UIF dictionary files
| Constructor Summary | |
|---|---|
ExpressionFunctions()
|
|
| Method Summary | |
|---|---|
static boolean |
empty(Object value)
Checks whether the given value is null or blank string |
static String |
getName(Class<?> clazz)
Returns the name for the given class |
static boolean |
isAssignableFrom(Class<?> assignableClass,
Class<?> objectClass)
Checks whether the given class parameter is assignable from the given object class parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionFunctions()
| Method Detail |
|---|
public static boolean isAssignableFrom(Class<?> assignableClass,
Class<?> objectClass)
assignableClass - - class to use for assignable toobjectClass - - class to use for assignable from
public static boolean empty(Object value)
value - - property value to check
public static String getName(Class<?> clazz)
clazz - - class object to return name for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||