org.apache.cocoon.portal.layout
Class Item
java.lang.Object
org.apache.cocoon.portal.layout.AbstractParameters
org.apache.cocoon.portal.layout.Item
- All Implemented Interfaces:
- Cloneable, Parameters
- Direct Known Subclasses:
- NamedItem
public class Item
- extends AbstractParameters
- Version:
- CVS $Id: Item.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler, Volker Schmitt
Constructor Summary |
Item()
|
Item
public Item()
getLayout
public final Layout getLayout()
- Returns the layout.
- Returns:
- Layout
setLayout
public final void setLayout(Layout layout)
- Sets the layout.
- Parameters:
layout
- The layout to set
getParent
public final CompositeLayout getParent()
setParent
public final void setParent(CompositeLayout layout)
clone
protected Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class AbstractParameters
- Throws:
CloneNotSupportedException
copy
public Item copy(CompositeLayout parent)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.