org.hippoecm.hst.jackrabbit.ocm.hippo
Class HippoStdHtml

java.lang.Object
  extended by org.hippoecm.hst.jackrabbit.ocm.hippo.HippoStdHtml
All Implemented Interfaces:
NodeAware

public class HippoStdHtml
extends Object
implements NodeAware


Constructor Summary
HippoStdHtml()
           
 
Method Summary
 String getContent()
           
 javax.jcr.Node getNode()
           
 void setContent(String content)
           
 void setNode(javax.jcr.Node node)
          Callback that supplies the originating JCR node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HippoStdHtml

public HippoStdHtml()
Method Detail

setNode

public void setNode(javax.jcr.Node node)
Description copied from interface: NodeAware
Callback that supplies the originating JCR node.

Specified by:
setNode in interface NodeAware

getNode

public javax.jcr.Node getNode()

getContent

public String getContent()

setContent

public void setContent(String content)


Copyright © 2008-2012 Hippo. All Rights Reserved.