Interface | Description |
---|---|
ContentDecorator |
Applies custom behavior in a graph of JCR objects by wrapping objects.
|
Class | Description |
---|---|
AbstractContentDecorator |
Abstract implementation of
ContentDecorator that filters out nothing and wraps everything to carry the
decoration to the entire graph. |
ContentDecoratorNodeIterator |
NodeIterator that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorNodeWrapper<D extends ContentDecorator> |
Node wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorPropertyIterator |
PropertyIterator that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorPropertyWrapper<D extends ContentDecorator> |
Property wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorSessionWrapper<D extends ContentDecorator> |
Session wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorUtil |
Utility class for
ContentDecorator . |
ContentDecoratorVersionHistoryWrapper |
VersionHistory wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorVersionIterator |
VersionIterator that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorVersionManagerWrapper<D extends ContentDecorator> |
VersionManager wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorVersionWrapper |
Version wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
ContentDecoratorWorkspaceWrapper |
Workspace wrapper that applies wrappers and filtering by delegating to a
ContentDecorator . |
NodePredicateContentDecorator |
ContentDecorator that applies a predicate to all nodes and properties in a JCR object graph. |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.