public Object evaluate(OgnlContext ctx, OgnlRootObject rootObject) throws OgnlException {
   return Ognl.getValue(getExpression(), ctx, rootObject);
 }
 public Object getValue(OgnlContext context, Object rootObject) throws OgnlException {
   return Ognl.getValue(getExpression(), context, rootObject);
 }