org.apache.cocoon.portal.layout
Class Item

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

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, getParameters
 
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

copy

public Item copy(CompositeLayout parent)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.