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

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

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:
$Id: FrameLayout.java 322471 2005-10-16 13:24:19Z cziegeler $

Field Summary
protected  String source
           
 
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
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
copy, 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

source

protected String source
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
See Also:
Object.clone()


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