org.hippoecm.hst.jaxrs.model.content
Class HippoResourceRepresentation

java.lang.Object
  extended by org.hippoecm.hst.jaxrs.model.content.NodeRepresentation
      extended by org.hippoecm.hst.jaxrs.model.content.HippoResourceRepresentation
Direct Known Subclasses:
HippoGalleryImageRepresentation

public class HippoResourceRepresentation
extends NodeRepresentation

Version:
$Id$

Constructor Summary
HippoResourceRepresentation()
           
 
Method Summary
 long getLength()
           
 String getMimeType()
           
 HippoResourceRepresentation represent(HippoResourceBean bean)
           
 void setLength(long length)
           
 void setMimeType(String mimeType)
           
 
Methods inherited from class org.hippoecm.hst.jaxrs.model.content.NodeRepresentation
addLink, getLinks, getLocalizedName, getName, getPath, getPrimaryNodeTypeName, getRequestContext, isLeaf, represent, setLinks, setLocalizedName, setName, setPrimaryNodeTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HippoResourceRepresentation

public HippoResourceRepresentation()
Method Detail

represent

public HippoResourceRepresentation represent(HippoResourceBean bean)
                                      throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getMimeType

public String getMimeType()

setMimeType

public void setMimeType(String mimeType)

getLength

public long getLength()

setLength

public void setLength(long length)


Copyright © 2008-2012 Hippo. All Rights Reserved.