|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegateNodeWrapper | |
---|---|
info.magnolia.cms.core.version | |
info.magnolia.jcr.decoration | |
info.magnolia.jcr.inheritance | |
info.magnolia.jcr.util | |
info.magnolia.jcr.wrapper |
Uses of DelegateNodeWrapper in info.magnolia.cms.core.version |
---|
Subclasses of DelegateNodeWrapper in info.magnolia.cms.core.version | |
---|---|
class |
MgnlVersioningNodeWrapper
Wrapper providing support for Magnolia specific versioning ops (by copy). |
class |
VersionedNode
Wrapper for version of the node exposing frozen node content as its own as used to happen in old Content API. |
Uses of DelegateNodeWrapper in info.magnolia.jcr.decoration |
---|
Subclasses of DelegateNodeWrapper in info.magnolia.jcr.decoration | |
---|---|
class |
ContentDecoratorNodeWrapper
Node wrapper that applies wrappers and filtering by delegating to a ContentDecorator . |
Uses of DelegateNodeWrapper in info.magnolia.jcr.inheritance |
---|
Subclasses of DelegateNodeWrapper in info.magnolia.jcr.inheritance | |
---|---|
class |
InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
Wrapper applied to the destination node. |
Uses of DelegateNodeWrapper in info.magnolia.jcr.util |
---|
Method parameters in info.magnolia.jcr.util with type arguments of type DelegateNodeWrapper | |
---|---|
static javax.jcr.Node |
NodeUtil.deepUnwrap(javax.jcr.Node node,
Class<? extends DelegateNodeWrapper> wrapper)
Removes a wrapper by type. |
static javax.jcr.Node |
NodeUtil.deepUnwrapAll(javax.jcr.Node node,
Class<? extends DelegateNodeWrapper> wrapperClass)
Removes all wrappers of a given type. |
static boolean |
NodeUtil.isWrappedWith(javax.jcr.Node node,
Class<? extends DelegateNodeWrapper> wrapper)
|
Uses of DelegateNodeWrapper in info.magnolia.jcr.wrapper |
---|
Subclasses of DelegateNodeWrapper in info.magnolia.jcr.wrapper | |
---|---|
class |
ChildFilteringNodeWrapper
NodeWrapper that hides children based on a predicate. |
class |
ChildWrappingNodeWrapper
Wrapper providing support for wrapping all child nodes of the wrapped node incl those returned by the NodeIterators. |
class |
HTMLEscapingNodeWrapper
Node wrapper for escaping HTML in property values. |
class |
I18nNodeWrapper
A Node wrapper implementation which knows about i18n support and uses it to select child nodes and properties. |
class |
InheritanceNodeWrapper
This wrapper inherits nodes from the parent hierarchy. |
class |
JCRPropertiesFilteringNodeWrapper
Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed. |
class |
LazyNodeWrapper
Node wrapper that will reacquire the node if its session is closed. |
class |
PropertyAndChildWrappingNodeWrapper
Node wrapper that wraps all returned properties and wraps all returned nodes to extend its property wrapping scheme to an entire hierarchy. |
class |
PropertyFilteringNodeWrapper
Node wrapper that filters out properties based on a predicate, child nodes acquired via this wrapper are also wrapped in order to filter properties on them as well. |
class |
SystemNodeWrapper
Node wrapper that will reacquire the node using LifeTimeJCRSessionUtil if its session is closed. |
Method parameters in info.magnolia.jcr.wrapper with type arguments of type DelegateNodeWrapper | |
---|---|
javax.jcr.Node |
DelegateNodeWrapper.deepUnwrap(Class<? extends DelegateNodeWrapper> wrapper)
Removes a wrapper by type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |