org.apache.cocoon.portal.layout
Class Item

java.lang.Object
  extended byorg.apache.cocoon.portal.layout.AbstractParameters
      extended byorg.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 $

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.layout.AbstractParameters
parameters
 
Constructor Summary
Item()
           
 
Method Summary
protected  Object clone()
           
 Item copy(CompositeLayout parent)
           
 Layout getLayout()
          Returns the layout.
 CompositeLayout getParent()
           
 void setLayout(Layout layout)
          Sets the layout.
 void setParent(CompositeLayout layout)
           
 
Methods inherited from class org.apache.cocoon.portal.layout.AbstractParameters
addParameter, getCastorParameters, getParameter, getParameters, setParameter
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

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.