Class OgnlCache

java.lang.Object
org.apache.ibatis.scripting.xmltags.OgnlCache

public final class OgnlCache extends Object
Caches OGNL parsed expressions.
See Also:
  • Field Details

  • Constructor Details

    • OgnlCache

      private OgnlCache()
  • Method Details

    • getValue

      public static Object getValue(String expression, Object root)
    • parseExpression

      private static Object parseExpression(String expression) throws org.apache.commons.ognl.OgnlException
      Throws:
      org.apache.commons.ognl.OgnlException