|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.portal.aspect.impl.AbstractAspectalizable
org.apache.cocoon.portal.factory.impl.AbstractProducible
org.apache.cocoon.portal.coplet.CopletInstanceData
public final class CopletInstanceData
Field Summary | |
---|---|
protected Map |
attributes
|
protected CopletData |
copletData
|
protected PreferenceSetImpl |
preferences
Portlet preferences |
protected Map |
temporaryAttributes
Temporary attributes are not persisted |
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 | |
---|---|
CopletInstanceData()
Constructor |
Method Summary | |
---|---|
void |
addAttribute(AttributedMapItem item)
|
protected Object |
clone()
|
CopletInstanceData |
copy()
|
Object |
getAttribute(String key)
|
Map |
getAttributes()
|
Collection |
getCastorAttributes()
|
org.apache.pluto.om.common.PreferenceSet |
getCastorPreferences()
|
CopletData |
getCopletData()
|
String |
getInstanceTitle()
|
org.apache.pluto.om.common.PreferenceSet |
getPreferences()
|
Object |
getTemporaryAttribute(String key)
|
Map |
getTemporaryAttributes()
|
String |
getTitle()
|
Object |
removeAttribute(String key)
|
Object |
removeTemporaryAttribute(String key)
|
void |
setAttribute(String key,
Object value)
|
void |
setCastorPreferences(org.apache.pluto.om.common.PreferenceSet castorPreferences)
|
void |
setCopletData(CopletData copletData)
Sets the copletData. |
void |
setPreferences(PreferenceSetImpl preferences)
|
void |
setTemporaryAttribute(String key,
Object value)
|
void |
setTitle(String title)
|
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.aspect.Aspectalizable |
---|
addPersistentAspectData, getAspectData, getAspectDatas, getPersistentAspectData, isAspectSupported, setAspectData, setAspectDataHandler |
Field Detail |
---|
protected CopletData copletData
protected Map attributes
protected Map temporaryAttributes
protected PreferenceSetImpl preferences
Constructor Detail |
---|
public CopletInstanceData()
Method Detail |
---|
public CopletData getCopletData()
public void setCopletData(CopletData copletData)
copletData
- The copletData to setpublic Object getAttribute(String key)
public void setAttribute(String key, Object value)
public Object removeAttribute(String key)
public Map getAttributes()
public final Collection getCastorAttributes()
public void addAttribute(AttributedMapItem item)
public Object getTemporaryAttribute(String key)
public void setTemporaryAttribute(String key, Object value)
public Object removeTemporaryAttribute(String key)
public Map getTemporaryAttributes()
public String getTitle()
public String getInstanceTitle()
public void setTitle(String title)
public void setPreferences(PreferenceSetImpl preferences)
public org.apache.pluto.om.common.PreferenceSet getPreferences()
public org.apache.pluto.om.common.PreferenceSet getCastorPreferences()
public void setCastorPreferences(org.apache.pluto.om.common.PreferenceSet castorPreferences)
protected Object clone() throws CloneNotSupportedException
clone
in class AbstractProducible
CloneNotSupportedException
Object.clone()
public CopletInstanceData copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |