org.apache.cocoon.portal.layout.impl
Class CopletLayout

java.lang.Object
  extended byorg.apache.cocoon.portal.layout.AbstractParameters
      extended byorg.apache.cocoon.portal.layout.AbstractLayout
          extended byorg.apache.cocoon.portal.layout.impl.CopletLayout
All Implemented Interfaces:
Cloneable, Layout

public final class CopletLayout
extends AbstractLayout

A coplet layout holds a coplet.

Version:
$Id: CopletLayout.java 322471 2005-10-16 13:24:19Z cziegeler $

Field Summary
protected  CopletInstanceData copletInstanceData
           
 
Fields inherited from class org.apache.cocoon.portal.layout.AbstractLayout
description, id, name, parent, rendererName, temporaryParameters
 
Fields inherited from class org.apache.cocoon.portal.layout.AbstractParameters
parameters
 
Constructor Summary
CopletLayout()
           
 
Method Summary
protected  Object clone()
           
 Layout copy()
          Make a copy of this layout object and of all it's children.
 CopletInstanceData getCopletInstanceData()
           
 void setCopletInstanceData(CopletInstanceData cid)
           
 
Methods inherited from class org.apache.cocoon.portal.layout.AbstractLayout
getId, getLayoutRendererName, getName, getParent, getRendererName, getTemporaryParameter, getTemporaryParameters, initialize, setDescription, setId, setLayoutRendererName, setName, setParent, setTemporaryParameter, toString
 
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, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.portal.layout.Layout
getParameter, getParameters, setParameter
 

Field Detail

copletInstanceData

protected CopletInstanceData copletInstanceData
Constructor Detail

CopletLayout

public CopletLayout()
Method Detail

setCopletInstanceData

public void setCopletInstanceData(CopletInstanceData cid)

getCopletInstanceData

public CopletInstanceData getCopletInstanceData()

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class AbstractLayout
Throws:
CloneNotSupportedException
See Also:
Object.clone()

copy

public Layout copy()
Description copied from interface: Layout
Make a copy of this layout object and of all it's children. This includes copies of items and copletinstancedatas.

Specified by:
copy in interface Layout
Overrides:
copy in class AbstractLayout
See Also:
Layout.copy()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.