Uses of Interface
info.magnolia.jcr.decoration.ContentDecorator

Packages that use ContentDecorator
info.magnolia.audit   
info.magnolia.cms.core.version   
info.magnolia.jcr.decoration   
info.magnolia.jcr.inheritance   
info.magnolia.jcr.iterator   
info.magnolia.jcr.wrapper   
info.magnolia.templating.inheritance   
 

Uses of ContentDecorator in info.magnolia.audit
 

Classes in info.magnolia.audit that implement ContentDecorator
 class MgnlAuditLoggingContentDecorator
          Magnolia audit logging content decorator for use by node, property and session wrapper classes.
 

Constructors in info.magnolia.audit with parameters of type ContentDecorator
MgnlAuditLoggingContentDecoratorWorspaceWrapper(javax.jcr.Workspace workspace, ContentDecorator contentDecorator)
           
 

Uses of ContentDecorator in info.magnolia.cms.core.version
 

Classes in info.magnolia.cms.core.version that implement ContentDecorator
 class MgnlVersioningContentDecorator
          Content decorator used in MgnlVersioningNodeWrapper.
 class VersionedNodeChildContentDecorator
          Content decorator for VersionedNodeChild.
 class VersionedNodeContentDecorator
          Content decorator for VersionedNode.
 

Uses of ContentDecorator in info.magnolia.jcr.decoration
 

Classes in info.magnolia.jcr.decoration with type parameters of type ContentDecorator
 class ContentDecoratorNodeWrapper<D extends ContentDecorator>
          Node wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
 class ContentDecoratorPropertyWrapper<D extends ContentDecorator>
          Property wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
 class ContentDecoratorSessionWrapper<D extends ContentDecorator>
          Session wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
 

Classes in info.magnolia.jcr.decoration that implement ContentDecorator
 class AbstractContentDecorator
          Abstract implementation of ContentDecorator that filters out nothing and wraps everything to carry the decoration to the entire graph.
 class NodePredicateContentDecorator
          ContentDecorator that applies a predicate to all nodes in a JCR object graph.
 

Method parameters in info.magnolia.jcr.decoration with type arguments of type ContentDecorator
static boolean ContentDecoratorUtil.isDecoratedWith(javax.jcr.Node node, Class<? extends ContentDecorator> clazz)
          Determines if the passed node is wrapped by a ContentDecorator that is assignment compatible with the passed class.
 

Constructors in info.magnolia.jcr.decoration with parameters of type ContentDecorator
ContentDecoratorNodeIterator(javax.jcr.NodeIterator nodeIterator, ContentDecorator contentDecorator)
           
ContentDecoratorPropertyIterator(javax.jcr.PropertyIterator propertyIterator, ContentDecorator contentDecorator)
           
ContentDecoratorWorkspaceWrapper(javax.jcr.Workspace workspace, ContentDecorator contentDecorator)
           
 

Uses of ContentDecorator in info.magnolia.jcr.inheritance
 

Classes in info.magnolia.jcr.inheritance that implement ContentDecorator
 class InheritanceContentDecorator
          Provides inheritance on JCR level by applying wrapper objects.
 

Uses of ContentDecorator in info.magnolia.jcr.iterator
 

Constructors in info.magnolia.jcr.iterator with parameters of type ContentDecorator
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator, AbstractPredicate<javax.jcr.Node> predicate, ContentDecorator decorator)
           
FilteringPropertyIterator(javax.jcr.PropertyIterator propertyIterator, AbstractPredicate<javax.jcr.Property> predicate, ContentDecorator decorator)
           
WrappingNodeIterator(javax.jcr.NodeIterator iterator, ContentDecorator decorator)
           
WrappingPropertyIterator(javax.jcr.PropertyIterator iterator, ContentDecorator decorator)
           
 

Uses of ContentDecorator in info.magnolia.jcr.wrapper
 

Classes in info.magnolia.jcr.wrapper that implement ContentDecorator
 class ChannelVisibilityContentDecorator
          ContentDecorator that hides content based on a multi-value property called excludeChannels.
 class ChildFilteringContentDecorator
          Content decorator that filters out child nodes with given predicate.
 class HTMLEscapingContentDecorator
          HTML escaping content decorator for use by node and property wrapper classes.
 class I18nContentDecorator
          Content decorator providing internationalization support.
 class PropertyAndChildWrappingContentDecorator
          Content decorator that wraps all properties.
 class PropertyFilteringContentDecorator
          Content decorator that filters out properties.
 

Uses of ContentDecorator in info.magnolia.templating.inheritance
 

Classes in info.magnolia.templating.inheritance that implement ContentDecorator
 class DefaultInheritanceContentDecorator
          Provides an inheritance model that can be customized with configuration on the nodes.
 



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