|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.portal.aspect.impl.AbstractAspectalizable org.apache.cocoon.portal.factory.impl.AbstractProducible org.apache.cocoon.portal.layout.AbstractLayout org.apache.cocoon.portal.layout.impl.FrameLayout
public class FrameLayout
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
.
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 |
---|
public FrameLayout()
Method Detail |
---|
public String getSource()
public void setSource(String source)
source
- The source to setprotected Object clone() throws CloneNotSupportedException
clone
in class AbstractLayout
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |