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
- Direct Known Subclasses:
- NamedItem
- public class Item
- extends AbstractParameters
- Version:
- $Id: Item.java 322471 2005-10-16 13:24:19Z cziegeler $
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
- See Also:
Object.clone()
copy
public Item copy(CompositeLayout parent)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.