Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.IterateContext

Uses of IterateContext in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
 

Methods in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements that return IterateContext
 IterateContext SqlTagContext.popIterateContext()
          iterate context is removed here from the stack when iterate tag is finished being processed
 IterateContext SqlTagContext.peekIterateContext()
          iterate context is removed here from the stack when iterate tag is finished being processed
 

Methods in com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements with parameters of type IterateContext
 void SqlTagContext.pushIterateContext(IterateContext iterateContext)
          iterate context is stored here for nested dynamic tags in the body of the iterate tag
protected  void BaseTagHandler.iteratePropertyReplace(java.lang.StringBuffer bodyContent, IterateContext iterate)