Package info.magnolia.jcr.wrapper

Interface Summary
NodeWrapperFactory Factory for wrapping nodes.
PropertyWrapperFactory Factory for wrapping properties.
 

Class Summary
ChannelVisibilityContentDecorator ContentDecorator that hides content based on a multi-value property called excludeChannels.
ChannelVisibilitySessionWrapper Session wrapper that applies ChannelVisibilityContentDecorator to a session.
ChildFilteringContentDecorator Content decorator that filters out child nodes with given predicate.
ChildFilteringNodeWrapper NodeWrapper that hides children based on a predicate.
ChildWrappingNodeWrapper Deprecated. since magnolia 4.5.8 use ContentDecoratorNodeWrapper instead
DelegateNodeWrapper Wrapper for JCR node.
DelegatePropertyWrapper Wrapper for JCR property.
DelegateSessionWrapper Wrapper for JCR Session.
DelegateWorkspaceWrapper Wrapper for JCR workspace.
ExtendingNodeWrapper This wrapper allows extending other nodes (mainly useful to extend configurations).
HTMLEscapingContentDecorator HTML escaping content decorator for use by node and property wrapper classes.
HTMLEscapingNodeWrapper Node wrapper for escaping HTML in property values.
HTMLEscapingPropertyWrapper Node wrapper for escaping HTML in property values.
I18nContentDecorator Content decorator providing internationalization support.
I18nNodeWrapper A Node wrapper implementation which knows about i18n support and uses it to select child nodes and properties.
InheritanceNodeWrapper Deprecated. since 4.5.9 use InheritanceContentDecorator
JCRMgnlPropertiesFilteringNodeWrapper Filtering node wrapper with predicate to to filter properties.
JCRPropertiesFilteringNodeWrapper Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed.
LazyNodeWrapper Node wrapper that will reacquire the node if its session is closed.
NodeWrappingDelegateSessionWrapper Session wrapper for wrapping nodes returned by a session.
PropertyAndChildWrappingContentDecorator Content decorator that wraps all properties.
PropertyAndChildWrappingNodeWrapper Node wrapper that wraps all returned properties and wraps all returned nodes to extend its property wrapping scheme to an entire hierarchy.
PropertyFilteringContentDecorator Content decorator that filters out properties.
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.
StringPropertyValueFilteringNodeWrapper Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed.
SystemNodeWrapper Node wrapper that will reacquire the node using LifeTimeJCRSessionUtil if its session is closed.
WrappingPropertyWrapper Wrapper for a JCR Property that will wrap nodes and properties acquired via references.
 



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.