org.apache.ibatis.scripting.xmltags
Class OgnlCache
java.lang.Object
org.apache.ibatis.scripting.xmltags.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)
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.