info.magnolia.jcr.wrapper
Class HTMLEscapingNodeWrapper

java.lang.Object
  extended by info.magnolia.jcr.wrapper.DelegateNodeWrapper
      extended by info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
          extended by info.magnolia.jcr.wrapper.PropertyAndChildWrappingNodeWrapper
              extended by info.magnolia.jcr.wrapper.HTMLEscapingNodeWrapper
All Implemented Interfaces:
NodeWrapperFactory, PropertyWrapperFactory, Cloneable, javax.jcr.Item, javax.jcr.Node

public class HTMLEscapingNodeWrapper
extends PropertyAndChildWrappingNodeWrapper

Node wrapper for escaping HTML in property values.

Version:
$Id$
See Also:
HTMLEscapingPropertyWrapper

Field Summary
 
Fields inherited from class info.magnolia.jcr.wrapper.DelegateNodeWrapper
wrapped
 
Fields inherited from interface javax.jcr.Node
JCR_CHILD_NODE_DEFINITION, JCR_CONTENT, JCR_FROZEN_NODE, JCR_PROPERTY_DEFINITION, JCR_ROOT_VERSION, JCR_VERSION_LABELS
 
Constructor Summary
HTMLEscapingNodeWrapper(javax.jcr.Node wrapped, boolean transformLineBreaks)
           
 
Method Summary
 javax.jcr.Property wrapProperty(javax.jcr.Property property)
           
 
Methods inherited from class info.magnolia.jcr.wrapper.PropertyAndChildWrappingNodeWrapper
getProperties, getProperties, getProperties, getProperty, getReferences, getReferences, getWeakReferences, getWeakReferences, wrapPropertyIterator
 
Methods inherited from class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
addNode, addNode, getNode, getNodes, getNodes, getNodes, wrapNode, wrapNodeIterator
 
Methods inherited from class info.magnolia.jcr.wrapper.DelegateNodeWrapper
accept, addMixin, canAddMixin, cancelMerge, checkin, checkout, clone, deepUnwrap, doneMerge, followLifecycleTransition, getAllowedLifecycleTransistions, getAncestor, getBaseVersion, getCorrespondingNodePath, getDefinition, getDepth, getIdentifier, getIndex, getLock, getMixinNodeTypes, getName, getParent, getPath, getPrimaryItem, getPrimaryNodeType, getSession, getSharedSet, getUUID, getVersionHistory, getWrappedNode, hasNode, hasNodes, hasProperties, hasProperty, holdsLock, initClone, isCheckedOut, isLocked, isModified, isNew, isNode, isNodeType, isSame, lock, merge, orderBefore, refresh, remove, removeMixin, removeShare, removeSharedSet, restore, restore, restore, restoreByLabel, save, setPrimaryType, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setWrappedNode, toString, unlock, update
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLEscapingNodeWrapper

public HTMLEscapingNodeWrapper(javax.jcr.Node wrapped,
                               boolean transformLineBreaks)
Method Detail

wrapProperty

public javax.jcr.Property wrapProperty(javax.jcr.Property property)


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