org.apache.beehive.netui.script.el.util
Class ParseUtils
Object
ParseUtils
public class ParseUtils
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static ParsedExpression parse(String exprStr)
evaluate
public static Object evaluate(String exprStr,
NetUIVariableResolver vr)
update
public static void update(String exprStr,
Object value,
NetUIVariableResolver vr)
getPropertyType
public static Class getPropertyType(Object value,
String name,
PropertyCache cache)
getProperty
public static Object getProperty(Object value,
String name,
PropertyCache cache)
convertType
public static Object convertType(Object value,
Class toType)
printStack
public static void printStack(String message,
Throwable t)
getContextString
public static String getContextString(String[] contexts)
getRootCause
public static Throwable getRootCause(Throwable t)