org.apache.cocoon.portal.layout.impl
Class FrameLayout
java.lang.Object
org.apache.cocoon.portal.layout.AbstractParameters
org.apache.cocoon.portal.layout.AbstractLayout
org.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 $
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 |
source
protected String source
FrameLayout
public FrameLayout()
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.