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 final ParsedExpression parse(String exprStr)
evaluate
public static final Object evaluate(String exprStr,
NetUIVariableResolver vr)
update
public static final void update(String exprStr,
Object value,
NetUIVariableResolver vr)
getPropertyType
public static final Class getPropertyType(Object value,
String name,
PropertyCache cache)
getProperty
public static final Object getProperty(Object value,
String name,
PropertyCache cache)
convertType
public static final Object convertType(Object value,
Class toType)
getContextString
public static String getContextString(String[] contexts)
getRootCause
public static Throwable getRootCause(Throwable t)