Class GenericScope
java.lang.Object
org.exoplatform.portal.mop.navigation.GenericScope
Flexible scope implementations.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScopebranchShape(String[] path) static ScopebranchShape(String[] path, Scope federated) static ScopebranchShape(List<String> path) static ScopebranchShape(List<String> path, Scope federated) A scope with the shape of a tree branch following the rules: the first node with depth 0 will have all of its children visited any node above the root node that fits in thepatharray will be matched only if the node name matches the corresponding value in thepatharray.static ScopetreeShape(int height)
-
Constructor Details
-
GenericScope
public GenericScope()
-
-
Method Details
-
branchShape
-
branchShape
-
treeShape