org.apache.ibatis.builder.xml.dynamic
Class OgnlCache
java.lang.Object
org.apache.ibatis.builder.xml.dynamic.OgnlCache
public class OgnlCache
- extends Object
Caches OGNL parsed expressions.
Have a look at http://code.google.com/p/mybatis/issues/detail?id=342
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgnlCache
public OgnlCache()
getValue
public static Object getValue(String expression,
Object root)
throws ognl.OgnlException
- Throws:
ognl.OgnlException
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.