info.magnolia.module.templating
Class HTMLEncodingNodeDataWrapper

java.lang.Object
  extended by info.magnolia.cms.util.NodeDataWrapper
      extended by info.magnolia.module.templating.HTMLEncodingNodeDataWrapper
All Implemented Interfaces:
NodeData, Cloneable

public class HTMLEncodingNodeDataWrapper
extends NodeDataWrapper

Implementation of wrapped node data in HTML format.

Version:
$Id: HTMLEncodingNodeDataWrapper.java 32669 2010-03-13 00:53:19Z gjoseph $
Author:
pbracher

Field Summary
 
Fields inherited from interface info.magnolia.cms.core.NodeData
MULTIVALUE_FALSE, MULTIVALUE_TRUE, MULTIVALUE_UNDEFINED
 
Constructor Summary
HTMLEncodingNodeDataWrapper(NodeData wrappedNodeData, boolean transformLineBreaks)
           
 
Method Summary
 String getString()
          Returns the String representation of the value.
 
Methods inherited from class info.magnolia.cms.util.NodeDataWrapper
delete, getAttribute, getAttributeNames, getBoolean, getContentLength, getDate, getDouble, getHandle, getHierarchyManager, getJCRProperty, getLong, getName, getParent, getReferencedContent, getReferencedContent, getStream, getString, getType, getValue, getValues, getWrappedNodeData, isExist, isGranted, isMultiValue, refresh, save, setAttribute, setAttribute, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setWrappedNodeData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLEncodingNodeDataWrapper

public HTMLEncodingNodeDataWrapper(NodeData wrappedNodeData,
                                   boolean transformLineBreaks)
Method Detail

getString

public String getString()
Description copied from interface: NodeData
Returns the String representation of the value.

Specified by:
getString in interface NodeData
Overrides:
getString in class NodeDataWrapper
Returns:
String


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