org.hippoecm.hst.pagecomposer.jaxrs.model
Class ToolkitRepresentation
java.lang.Object
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$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolkitRepresentation
public ToolkitRepresentation()
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.