|
||||||||||
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.LinkLayout
public class LinkLayout
A link layout references another layout to be used instead. The reference can be changed using events.
Field Summary | |
---|---|
protected String |
linkedLayoutId
|
protected String |
linkedLayoutKey
|
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 | |
---|---|
LinkLayout()
|
Method Summary | |
---|---|
protected Object |
clone()
|
String |
getLayoutId()
|
String |
getLayoutKey()
|
void |
setLayoutId(String layoutId)
|
void |
setLayoutKey(String key)
|
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.layout.Layout |
---|
copy, getLayoutRendererName, getParent, getRendererName, setParent |
Methods inherited from interface org.apache.cocoon.portal.layout.Parameters |
---|
getParameters |
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 |
Field Detail |
---|
protected String linkedLayoutKey
protected String linkedLayoutId
Constructor Detail |
---|
public LinkLayout()
Method Detail |
---|
public void setLayoutId(String layoutId)
public String getLayoutId()
public String getLayoutKey()
public void setLayoutKey(String key)
protected 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 |