Uses of Interface
org.apache.jackrabbit.taglib.traverser.Traverser

Packages that use Traverser
org.apache.jackrabbit.taglib.traverser Contains Traverser interface and implementations. 
 

Uses of Traverser in org.apache.jackrabbit.taglib.traverser
 

Classes in org.apache.jackrabbit.taglib.traverser that implement Traverser
 class AbstractTraverser
          Abstract Traverser
 class AncestorsTraverser
          This Traverser collect the parent nodes.
It may be useful for building the breadcrumb.
 class ExpandedNodesTraverser
          This Traverser collects the children of the ancestors in the path from the root node to any of the target nodes.
 class ExpandedNodeTraverser
           ExpandedNodeTraverser collects only the children of the ancestors in the path from the root node to the target node.
 class LevelByLevelTraverser
          Level by level traverse strategy
 class PostorderTraverser
          Postorder traverse strategy
 class PreorderTraverser
          Preorder traverse strategy
 



Copyright © 2005 . All Rights Reserved.