|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.wsrp.ChannelInstanceManager
Manages the interactions between the WSRP consumer and one channel instance.
Constructor Summary | |
ChannelInstanceManager(java.lang.String portletHandle,
java.lang.String sessionId,
UserContext userContext)
Deprecated. Constructs a ChannelInstanceManager. |
Method Summary | |
IChannel |
getChannel()
Deprecated. Accessor to IChannel. |
java.lang.String |
getChannelMarkup(RuntimeContext runtimeContext,
MarkupParams markupParams)
Deprecated. Asks channel to render and retrieves channel markup. |
void |
setChannelRuntimeData(RuntimeContext runtimeContext,
MarkupParams markupParams,
InteractionParams interactionParams)
Deprecated. Retrieves channel runtime data. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChannelInstanceManager(java.lang.String portletHandle, java.lang.String sessionId, UserContext userContext) throws java.lang.Exception
portletHandle
- the portlet handlesessionId
- the session IDuserContext
- the user contextMethod Detail |
public IChannel getChannel()
public void setChannelRuntimeData(RuntimeContext runtimeContext, MarkupParams markupParams, InteractionParams interactionParams) throws PortalException
runtimeContext
- the channel runtime contextmarkupParams
- the channel markup parametersinteractionParams
- the channel interaction parameters
PortalException
public java.lang.String getChannelMarkup(RuntimeContext runtimeContext, MarkupParams markupParams) throws java.lang.Throwable
runtimeContext
- the channel runtime contextmarkupParams
- the channel markup parameters
java.lang.Throwable
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |