Class OgnlSupport
- java.lang.Object
-
- com.aspectran.core.context.expr.ognl.OgnlSupport
-
public class OgnlSupport extends java.lang.ObjectSupport for expressions using OGNL.- Since:
- 6.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.BooleanevaluateAsBoolean(java.lang.String expression, java.lang.Object root)static java.lang.BooleanevaluateAsBoolean(java.lang.String expression, java.lang.Object represented, java.lang.Object root)static java.lang.ObjectparseExpression(java.lang.String expression)
-
-
-
Method Detail
-
parseExpression
public static java.lang.Object parseExpression(java.lang.String expression) throws IllegalRuleException- Throws:
IllegalRuleException
-
evaluateAsBoolean
public static java.lang.Boolean evaluateAsBoolean(java.lang.String expression, java.lang.Object root) throws IllegalRuleException- Throws:
IllegalRuleException
-
evaluateAsBoolean
public static java.lang.Boolean evaluateAsBoolean(java.lang.String expression, java.lang.Object represented, java.lang.Object root) throws IllegalRuleException- Throws:
IllegalRuleException
-
-