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

Packages that use ContentDecorator
info.magnolia.jcr.decoration   
info.magnolia.jcr.inheritance   
info.magnolia.jcr.wrapper   
 

Uses of ContentDecorator in info.magnolia.jcr.decoration
 

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.
 

Constructors in info.magnolia.jcr.decoration with parameters of type ContentDecorator
ContentDecoratorNodeIterator(javax.jcr.NodeIterator nodeIterator, ContentDecorator contentDecorator)
           
ContentDecoratorNodeWrapper(javax.jcr.Node node, ContentDecorator contentDecorator)
           
ContentDecoratorPropertyIterator(javax.jcr.PropertyIterator propertyIterator, ContentDecorator contentDecorator)
           
ContentDecoratorPropertyWrapper(javax.jcr.Property property, ContentDecorator contentDecorator)
           
ContentDecoratorSessionWrapper(javax.jcr.Session session, 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.wrapper
 

Classes in info.magnolia.jcr.wrapper that implement ContentDecorator
 class ChannelVisibilityContentDecorator
          ContentDecorator that hides content based on a multi-value property called channels.
 



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