Uses of Class
org.apache.ibatis.ognl.OgnlParser

Packages that use OgnlParser
org.apache.ibatis.ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of OgnlParser in org.apache.ibatis.ognl
 

Fields in org.apache.ibatis.ognl declared as OgnlParser
protected  OgnlParser SimpleNode.parser
           
 

Constructors in org.apache.ibatis.ognl with parameters of type OgnlParser
ExpressionNode(OgnlParser p, int i)
           
SimpleNode(OgnlParser p, int i)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.