Class ResourcesExplorerGenerator

All Implemented Interfaces:
Poolable, Recyclable, Disposable, Component, LogEnabled, Serviceable, Generator, SitemapModelComponent, XMLProducer
Direct Known Subclasses:
ExplorerEntitiesGenerator, ExplorerEntityGenerator, ResourceGenerator, ResourcesExplorerGenerator, ResourcesGenerator, SearchGenerator

Generates a subtree of ExplorerNode.
The subnodes are SAXed to a depth of 0 by default.
  • Depth of -1 means generate all
  • 0 means only the given node and its children (resources and folders)
  • 1 means the given node, its children and their children, and so on.