|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CopletInstanceData in org.apache.cocoon.portal.coplet |
Methods in org.apache.cocoon.portal.coplet that return CopletInstanceData | |
CopletInstanceData |
CopletInstanceData.copy()
|
CopletInstanceData |
CopletFactory.newInstance(CopletData copletData)
Create a new coplet instance. |
CopletInstanceData |
CopletFactory.newInstance(CopletData copletData,
String id)
Create a new coplet instance. |
Methods in org.apache.cocoon.portal.coplet with parameters of type CopletInstanceData | |
static CopletLayout |
CopletInstanceDataFeatures.searchLayout(CopletInstanceData cid,
Layout rootLayout)
Search for a layout containing the coplet instance data. |
static void |
CopletInstanceDataFeatures.addChangedCopletInstanceData(PortalService service,
CopletInstanceData cid)
|
void |
CopletFactory.remove(CopletInstanceData copletInstanceData)
Remove the coplet instance data. |
Uses of CopletInstanceData in org.apache.cocoon.portal.coplet.adapter |
Methods in org.apache.cocoon.portal.coplet.adapter with parameters of type CopletInstanceData | |
void |
CopletAdapter.init(CopletInstanceData coplet)
Initialize the coplet This method is called immediately after a new instance is created. |
void |
CopletAdapter.destroy(CopletInstanceData coplet)
Destroy the coplet This method is invoked when a coplet instance will be destroyed For each coplet, this method is only invoked once. |
void |
CopletAdapter.toSAX(CopletInstanceData coplet,
ContentHandler contentHandler)
Stream the content of the coplet |
void |
CopletAdapter.login(CopletInstanceData coplet)
User logs in to a coplet This method is invoked when a user logs in for each coplet instance of the user |
void |
CopletAdapter.logout(CopletInstanceData coplet)
User logs out from a coplet This method is invoked when a user logs out for each coplet instance of this user. |
Uses of CopletInstanceData in org.apache.cocoon.portal.coplet.adapter.impl |
Methods in org.apache.cocoon.portal.coplet.adapter.impl with parameters of type CopletInstanceData | |
void |
URICopletAdapter.streamContent(CopletInstanceData coplet,
ContentHandler contentHandler)
|
void |
URICopletAdapter.streamContent(CopletInstanceData coplet,
String uri,
ContentHandler contentHandler)
|
protected boolean |
URICopletAdapter.renderErrorContent(CopletInstanceData coplet,
ContentHandler handler,
Exception error)
Render the error content for a coplet |
void |
CachingURICopletAdapter.streamContent(CopletInstanceData coplet,
ContentHandler contentHandler)
|
void |
CachingURICopletAdapter.streamContent(CopletInstanceData coplet,
String uri,
ContentHandler contentHandler)
|
protected String |
CachingURICopletAdapter.getCacheKey(CopletInstanceData coplet,
String uri)
Build the key for the global cache. |
void |
ApplicationCopletAdapter.streamContent(CopletInstanceData coplet,
String uri,
ContentHandler contentHandler)
|
protected boolean |
ApplicationCopletAdapter.renderErrorContent(CopletInstanceData coplet,
ContentHandler handler)
Render the error content for a coplet |
protected Object |
AbstractCopletAdapter.getConfiguration(CopletInstanceData coplet,
String key)
Get a configuration value First the coplet data is queried and if it doesn't provide an attribute with the given name, the coplet base data is used. |
protected Object |
AbstractCopletAdapter.getConfiguration(CopletInstanceData coplet,
String key,
Object defaultValue)
Get a configuration value First the coplet data is queried and if it doesn't provide an attribute with the given name, the coplet base data is used. |
abstract void |
AbstractCopletAdapter.streamContent(CopletInstanceData coplet,
ContentHandler contentHandler)
Implement this and not toSAX() |
void |
AbstractCopletAdapter.toSAX(CopletInstanceData coplet,
ContentHandler contentHandler)
This method streams the content of a coplet instance data. |
void |
AbstractCopletAdapter.init(CopletInstanceData coplet)
|
void |
AbstractCopletAdapter.destroy(CopletInstanceData coplet)
|
void |
AbstractCopletAdapter.login(CopletInstanceData coplet)
|
void |
AbstractCopletAdapter.logout(CopletInstanceData coplet)
|
protected boolean |
AbstractCopletAdapter.renderErrorContent(CopletInstanceData coplet,
ContentHandler handler,
Exception error)
Render the error content for a coplet |
Uses of CopletInstanceData in org.apache.cocoon.portal.coplet.impl |
Methods in org.apache.cocoon.portal.coplet.impl that return CopletInstanceData | |
CopletInstanceData |
DefaultCopletFactory.newInstance(CopletData copletData)
|
CopletInstanceData |
DefaultCopletFactory.newInstance(CopletData copletData,
String id)
|
Methods in org.apache.cocoon.portal.coplet.impl with parameters of type CopletInstanceData | |
void |
DefaultCopletFactory.remove(CopletInstanceData copletInstanceData)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.coplets.basket |
Constructors in org.apache.cocoon.portal.coplets.basket with parameters of type CopletInstanceData | |
ContentItem(CopletInstanceData cid,
boolean content)
Create a new item referencing a coplet instance data |
Uses of CopletInstanceData in org.apache.cocoon.portal.event.coplet |
Constructors in org.apache.cocoon.portal.event.coplet with parameters of type CopletInstanceData | |
CopletInstanceSizingEvent(CopletInstanceData target,
int size)
|
|
CopletInstanceDataRemovedEvent(CopletInstanceData target)
|
|
CopletInstanceDataAddedEvent(CopletInstanceData target)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.event.impl |
Fields in org.apache.cocoon.portal.event.impl declared as CopletInstanceData | |
protected CopletInstanceData |
CopletStatusEvent.coplet
|
Methods in org.apache.cocoon.portal.event.impl that return CopletInstanceData | |
CopletInstanceData |
CopletStatusEvent.getCopletInstanceData()
|
Methods in org.apache.cocoon.portal.event.impl with parameters of type CopletInstanceData | |
void |
CopletStatusEvent.setCopletInstanceData(CopletInstanceData data)
|
Constructors in org.apache.cocoon.portal.event.impl with parameters of type CopletInstanceData | |
CopletLinkEvent(CopletInstanceData target,
String link)
Creates a new LinkEvent. |
|
CopletJXPathEvent(CopletInstanceData target,
String path,
Object value)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.generation |
Methods in org.apache.cocoon.portal.generation that return CopletInstanceData | |
protected CopletInstanceData |
AbstractCopletGenerator.getCopletInstanceData()
Try to get the coplet instance data belonging to the current request |
protected CopletInstanceData |
AbstractCopletGenerator.getCopletInstanceData(String copletId)
Try to get the coplet instance data with the given id |
Uses of CopletInstanceData in org.apache.cocoon.portal.layout.impl |
Fields in org.apache.cocoon.portal.layout.impl declared as CopletInstanceData | |
protected CopletInstanceData |
CopletLayout.copletInstanceData
|
Methods in org.apache.cocoon.portal.layout.impl that return CopletInstanceData | |
CopletInstanceData |
CopletLayout.getCopletInstanceData()
|
Methods in org.apache.cocoon.portal.layout.impl with parameters of type CopletInstanceData | |
void |
CopletLayout.setCopletInstanceData(CopletInstanceData cid)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.pluto |
Constructors in org.apache.cocoon.portal.pluto with parameters of type CopletInstanceData | |
PortletURLConverter(CopletInstanceData cid)
Constructor used when the URL will be marshalled. |
Uses of CopletInstanceData in org.apache.cocoon.portal.pluto.adapter |
Methods in org.apache.cocoon.portal.pluto.adapter with parameters of type CopletInstanceData | |
void |
PortletAdapter.login(CopletInstanceData coplet)
|
void |
PortletAdapter.streamContent(CopletInstanceData coplet,
ContentHandler contentHandler)
|
void |
PortletAdapter.logout(CopletInstanceData coplet)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.pluto.om |
Fields in org.apache.cocoon.portal.pluto.om declared as CopletInstanceData | |
protected CopletInstanceData |
PortletEntityImpl.coplet
|
Methods in org.apache.cocoon.portal.pluto.om that return CopletInstanceData | |
CopletInstanceData |
PortletEntityImpl.getCopletInstanceData()
Return the coplet instance data. |
Methods in org.apache.cocoon.portal.pluto.om with parameters of type CopletInstanceData | |
org.apache.pluto.om.entity.PortletEntity |
PortletEntityListImpl.add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity,
String definitionId,
CopletInstanceData coplet,
PortletDefinitionRegistry registry)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.profile |
Methods in org.apache.cocoon.portal.profile that return CopletInstanceData | |
CopletInstanceData |
ProfileManager.getCopletInstanceData(String copletID)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.profile.impl |
Methods in org.apache.cocoon.portal.profile.impl that return CopletInstanceData | |
CopletInstanceData |
StaticProfileManager.getCopletInstanceData(String copletID)
|
CopletInstanceData |
GroupBasedProfileManager.getCopletInstanceData(String copletID)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.reading |
Fields in org.apache.cocoon.portal.reading declared as CopletInstanceData | |
protected CopletInstanceData |
ProxyReader.copletInstanceData
The coplet instance data |
Uses of CopletInstanceData in org.apache.cocoon.portal.scratchpad |
Methods in org.apache.cocoon.portal.scratchpad that return CopletInstanceData | |
CopletInstanceData |
ProfileImpl.searchCopletInstanceData(String copletId)
|
CopletInstanceData |
Profile.searchCopletInstanceData(String copletId)
|
Methods in org.apache.cocoon.portal.scratchpad with parameters of type CopletInstanceData | |
void |
ProfileImpl.add(CopletInstanceData cid)
|
void |
ProfileImpl.remove(CopletInstanceData cid)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.source |
Fields in org.apache.cocoon.portal.source declared as CopletInstanceData | |
protected CopletInstanceData |
CopletSource.copletInstanceData
|
Constructors in org.apache.cocoon.portal.source with parameters of type CopletInstanceData | |
CopletSource(String location,
String protocol,
CopletInstanceData coplet)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.tools.copletManagement |
Methods in org.apache.cocoon.portal.tools.copletManagement that return CopletInstanceData | |
CopletInstanceData |
LayoutActions.getCopletInstanceData(String id)
|
Uses of CopletInstanceData in org.apache.cocoon.portal.transformation |
Fields in org.apache.cocoon.portal.transformation declared as CopletInstanceData | |
protected CopletInstanceData |
ProxyTransformer.copletInstanceData
The coplet instance data |
protected CopletInstanceData |
LinkTransformer.copletInstanceData
The coplet instance data |
Methods in org.apache.cocoon.portal.transformation that return CopletInstanceData | |
static CopletInstanceData |
ProxyTransformer.getInstanceData(ServiceManager manager,
String copletID,
String portalName)
|
static CopletInstanceData |
ProxyTransformer.getInstanceData(ServiceManager manager,
Map objectModel,
Parameters parameters)
Method getInstanceData. |
protected CopletInstanceData |
AbstractCopletTransformer.getCopletInstanceData()
Try to get the coplet instance data belonging to the current request |
protected CopletInstanceData |
AbstractCopletTransformer.getCopletInstanceData(String copletId)
Try to get the coplet instance data with the given id |
Uses of CopletInstanceData in org.apache.cocoon.portal.wsrp.adapter |
Fields in org.apache.cocoon.portal.wsrp.adapter declared as CopletInstanceData | |
protected CopletInstanceData |
WSRPEvent.coplet
The corresponding coplet instance data. |
Methods in org.apache.cocoon.portal.wsrp.adapter that return CopletInstanceData | |
CopletInstanceData |
WSRPAdapter.getCurrentCopletInstanceData()
Return the current coplet instance data |
Methods in org.apache.cocoon.portal.wsrp.adapter with parameters of type CopletInstanceData | |
void |
WSRPAdapter.login(CopletInstanceData coplet)
Gets the required information of the producer, user, wsrp-portlet, window-states, window-modes and stores its into the copletInstanceData After that it initiates the getServiceDescription()-call |
void |
WSRPAdapter.streamContent(CopletInstanceData coplet,
ContentHandler contentHandler)
Checks the values of the portlet-key and the user for current portlet-instance After that all passed the getMarkup()-call will be initiated |
void |
WSRPAdapter.logout(CopletInstanceData coplet)
Releases all sessions (userSession, groupSession, portletSession) |
protected String |
WSRPAdapter.getPortletInstanceKey(org.apache.wsrp4j.consumer.PortletKey key,
CopletInstanceData coplet,
String userName)
Creates a String consists of the producer-id_portlet-handle_coplet-id_user-name |
void |
WSRPAdapter.setCurrentCopletInstanceData(CopletInstanceData coplet)
This sets the current coplet instance data for the thread |
Constructors in org.apache.cocoon.portal.wsrp.adapter with parameters of type CopletInstanceData | |
WSRPEvent(CopletInstanceData coplet,
Map pParams)
constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |