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

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

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.
 

Methods in info.magnolia.jcr.decoration that return ContentDecorator
 ContentDecorator ContentDecoratorNodeWrapper.getContentDecorator()
           
 

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)
           
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 excludeChannels.
 

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-2012 Magnolia International Ltd.. All Rights Reserved.