|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.portal.layout.AbstractParameters org.apache.cocoon.portal.layout.Item
public class Item
Field Summary |
---|
Fields inherited from class org.apache.cocoon.portal.layout.AbstractParameters |
---|
parameters |
Constructor Summary | |
---|---|
Item()
|
Method Summary | |
---|---|
protected Object |
clone()
|
Item |
copy(CompositeLayout parent)
|
Layout |
getLayout()
Returns the layout. |
CompositeLayout |
getParent()
|
void |
setLayout(Layout layout)
Sets the layout. |
void |
setParent(CompositeLayout layout)
|
Methods inherited from class org.apache.cocoon.portal.layout.AbstractParameters |
---|
addParameter, getCastorParameters, getParameters |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Item()
Method Detail |
---|
public final Layout getLayout()
public final void setLayout(Layout layout)
layout
- The layout to setpublic final CompositeLayout getParent()
public final void setParent(CompositeLayout layout)
protected Object clone() throws CloneNotSupportedException
clone
in class AbstractParameters
CloneNotSupportedException
public Item copy(CompositeLayout parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |