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

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.FrameLayout
All Implemented Interfaces:
Cloneable, Aspectalizable, Producible, Layout, Parameters

public class FrameLayout
extends AbstractLayout

A frame layout holds a source URI. The URI can be changed dynamically through events. The URI may contain any URI that can be resolved by the Cocoon SourceResolver.

Version:
CVS $Id: FrameLayout.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
FrameLayout()
           
 
Method Summary
protected  Object clone()
           
 String getSource()
           
 void setSource(String source)
          Sets the source.
 
Methods inherited from class org.apache.cocoon.portal.layout.AbstractLayout
addParameter, copy, 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

FrameLayout

public FrameLayout()
Method Detail

getSource

public String getSource()
Returns:
String

setSource

public void setSource(String source)
Sets the source.

Parameters:
source - The source to set

clone

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


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