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

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

public class ToolkitRepresentation
extends Object

The Toolkit represents all unique container items found in the provided Mount

Version:
$Id$

Constructor Summary
ToolkitRepresentation()
           
 
Method Summary
 List<ComponentRepresentation> getComponents()
           
 ToolkitRepresentation represent(Mount mount)
          This method returns all the container items for this 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

ToolkitRepresentation

public ToolkitRepresentation()
Method Detail

represent

public ToolkitRepresentation represent(Mount mount)
This method returns all the container items for this mount

Parameters:
mount - the current mount
Returns:
ToolkitRepresentation containing all the containeritem's for this mount

getComponents

public List<ComponentRepresentation> getComponents()

setComponents

public void setComponents(List<ComponentRepresentation> components)


Copyright © 2008-2012 Hippo. All Rights Reserved.