org.hippoecm.hst.pagecomposer.jaxrs.model
Class PageModelRepresentation

java.lang.Object
  extended by org.hippoecm.hst.pagecomposer.jaxrs.model.PageModelRepresentation

public class PageModelRepresentation
extends Object

Representation of an entire in-memory pageModel for a given pageUUID

Version:
$Id$

Constructor Summary
PageModelRepresentation()
           
 
Method Summary
 List<ComponentRepresentation> getComponents()
           
 PageModelRepresentation represent(HstSite site, String rootComponentId, Mount mount)
           
 void setComponents(List<ComponentRepresentation> components)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageModelRepresentation

public PageModelRepresentation()
Method Detail

represent

public PageModelRepresentation represent(HstSite site,
                                         String rootComponentId,
                                         Mount mount)

getComponents

public List<ComponentRepresentation> getComponents()

setComponents

public void setComponents(List<ComponentRepresentation> components)


Copyright © 2008-2012 Hippo. All Rights Reserved.