Uses of Interface
info.magnolia.jcr.wrapper.NodeWrapperFactory

Packages that use NodeWrapperFactory
info.magnolia.jcr.iterator   
info.magnolia.jcr.wrapper   
 

Uses of NodeWrapperFactory in info.magnolia.jcr.iterator
 

Constructors in info.magnolia.jcr.iterator with parameters of type NodeWrapperFactory
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator, AbstractPredicate<javax.jcr.Node> predicate, NodeWrapperFactory wrapperFactory)
          Deprecated. since 4.5.9 use FilteringNodeIterator.FilteringNodeIterator(NodeIterator, AbstractPredicate, ContentDecorator) instead.
WrappingNodeIterator(javax.jcr.NodeIterator iterator, NodeWrapperFactory wrapperFactory)
          Deprecated. since 4.5.9 use WrappingNodeIterator.WrappingNodeIterator(NodeIterator, ContentDecorator)
 

Uses of NodeWrapperFactory in info.magnolia.jcr.wrapper
 

Classes in info.magnolia.jcr.wrapper that implement NodeWrapperFactory
 class ChildWrappingNodeWrapper
          Deprecated. since magnolia 4.5.8 use ContentDecoratorNodeWrapper instead
 class ExtendingNodeWrapper
          This wrapper allows extending other nodes (mainly useful to extend configurations).
 class InheritanceNodeWrapper
          Deprecated. since 4.5.9 use InheritanceContentDecorator
 

Constructors in info.magnolia.jcr.wrapper with parameters of type NodeWrapperFactory
WrappingPropertyWrapper(javax.jcr.Property wrapped, NodeWrapperFactory nodeWrapperFactory, PropertyWrapperFactory propertyWrapperFactory)
           
 



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