Uses of Interface
org.springbyexample.jcr.JcrNodeCallback

Uses of JcrNodeCallback in org.springbyexample.jcr
 

Methods in org.springbyexample.jcr with parameters of type JcrNodeCallback
 void JcrRecurser.recurse(JcrNodeCallback callback)
          Recurses through all nodes processing the callback when a matching node is found.
protected  void JcrRecurser.recurseNodes(javax.jcr.Session session, org.springmodules.jcr.JcrConstants jcrConstants, javax.jcr.Node node, JcrNodeCallback callback)
          Recurse nodes.
 



Copyright © 2008-2012 Spring by Example. All Rights Reserved.