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

java.lang.Object
  extended by org.apache.cocoon.portal.aspect.impl.AbstractAspectalizable
      extended by org.apache.cocoon.portal.factory.impl.AbstractProducible
          extended by org.apache.cocoon.portal.layout.AbstractLayout
              extended by org.apache.cocoon.portal.layout.impl.CopletLayout
All Implemented Interfaces:
Cloneable, Aspectalizable, Producible, Layout, Parameters

public final class CopletLayout
extends AbstractLayout

A coplet layout holds a coplet.

Version:
CVS $Id: CopletLayout.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.AbstractLayout
parameters, parent, rendererName
 
Fields inherited from class org.apache.cocoon.portal.factory.impl.AbstractProducible
description, id, name
 
Fields inherited from class org.apache.cocoon.portal.aspect.impl.AbstractAspectalizable
aspectDataHandler, persistentDatas
 
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
addParameter, getCastorParameters, getLayoutRendererName, getParameters, getParent, getRendererName, setLayoutRendererName, setParent
 
Methods inherited from class org.apache.cocoon.portal.factory.impl.AbstractProducible
getId, getName, initialize, setDescription, setId, setName
 
Methods inherited from class org.apache.cocoon.portal.aspect.impl.AbstractAspectalizable
addPersistentAspectData, getAspectData, getAspectDatas, getPersistentAspectData, isAspectSupported, setAspectData, setAspectDataHandler
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.portal.factory.Producible
getId, getName, initialize, setDescription
 
Methods inherited from interface org.apache.cocoon.portal.aspect.Aspectalizable
addPersistentAspectData, getAspectData, getAspectDatas, getPersistentAspectData, isAspectSupported, setAspectData, setAspectDataHandler
 

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

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


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