Class GenericScope.Tree

java.lang.Object
org.exoplatform.portal.mop.navigation.GenericScope.Tree
All Implemented Interfaces:
Scope
Enclosing class:
GenericScope

public static class GenericScope.Tree extends Object implements Scope
  • Constructor Details

    • Tree

      public Tree(int height)
      Creates a new navigation scope. When the height is positive or zero, the tree will be pruned to the specified height, when the height is negative no pruning will occur.
      Parameters:
      height - the max height of the pruned tree
  • Method Details