|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The portlet driver is a wrapper for all action which can be performed on an portlet. There is one portlet driver for all instances of an portlet.
| Method Summary | |
oasis.names.tc.wsrp.v1.types.PortletContext |
clonePortlet(java.lang.String userID)
Clone the portlet |
oasis.names.tc.wsrp.v1.types.DestroyPortletsResponse |
destroyPortlets(java.lang.String[] portletHandles,
java.lang.String userID)
Destroy the producer portlets specified in the entiyHandles array. |
oasis.names.tc.wsrp.v1.types.MarkupResponse |
getMarkup(MarkupRequest markupRequest,
java.lang.String userID)
This method is used to retrieve the markup generated by the portlet instance. |
WSRPPortlet |
getPortlet()
Get the portlet this driver is bound to. |
oasis.names.tc.wsrp.v1.types.PortletDescriptionResponse |
getPortletDescription(java.lang.String userID,
java.lang.String[] desiredLocales)
Fetches information about the portlet from the producer. |
oasis.names.tc.wsrp.v1.types.PropertyList |
getPortletProperties(java.lang.String[] names,
java.lang.String userID)
Get the current values of the properties with the given names. |
oasis.names.tc.wsrp.v1.types.PortletPropertyDescriptionResponse |
getPortletPropertyDescription(java.lang.String userID)
Fetches all published properties of an remote portlet. |
void |
initCookie()
|
oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse |
performBlockingInteraction(InteractionRequest actionRequest,
java.lang.String userID)
This method is used to perform a blocking interaction on the portlet instance. |
oasis.names.tc.wsrp.v1.types.ReturnAny |
releaseSessions(java.lang.String[] sessionIDs,
java.lang.String userID)
Inform the producer that the sessions specified in the sessionIDs array will no longer be used by the consumer and can therefor be released. |
oasis.names.tc.wsrp.v1.types.PortletContext |
setPortletProperties(oasis.names.tc.wsrp.v1.types.PropertyList properties,
java.lang.String userID)
Set the portlet properties specified in the property list |
| Method Detail |
public WSRPPortlet getPortlet()
public oasis.names.tc.wsrp.v1.types.MarkupResponse getMarkup(MarkupRequest markupRequest,
java.lang.String userID)
throws WSRPException
markupRequest - The markup request
WSRPException
public oasis.names.tc.wsrp.v1.types.BlockingInteractionResponse performBlockingInteraction(InteractionRequest actionRequest,
java.lang.String userID)
throws WSRPException
actionRequest - The interaction request
WSRPException
public oasis.names.tc.wsrp.v1.types.PortletContext clonePortlet(java.lang.String userID)
throws WSRPException
WSRPException
public void initCookie()
throws WSRPException
WSRPException
public oasis.names.tc.wsrp.v1.types.DestroyPortletsResponse destroyPortlets(java.lang.String[] portletHandles,
java.lang.String userID)
throws WSRPException
WSRPException
public oasis.names.tc.wsrp.v1.types.ReturnAny releaseSessions(java.lang.String[] sessionIDs,
java.lang.String userID)
throws WSRPException
WSRPException
public oasis.names.tc.wsrp.v1.types.PortletDescriptionResponse getPortletDescription(java.lang.String userID,
java.lang.String[] desiredLocales)
throws WSRPException
userID - is used to get the user context of the user from the user registrydesiredLocales - Array of locales the description should be provided
WSRPException
public oasis.names.tc.wsrp.v1.types.PortletPropertyDescriptionResponse getPortletPropertyDescription(java.lang.String userID)
throws WSRPException
userID - The ID of the user this request is done for
WSRPException
public oasis.names.tc.wsrp.v1.types.PropertyList getPortletProperties(java.lang.String[] names,
java.lang.String userID)
throws WSRPException
names - The names of the propertiesuserID - The ID of the user is used to get the user context
WSRPException
public oasis.names.tc.wsrp.v1.types.PortletContext setPortletProperties(oasis.names.tc.wsrp.v1.types.PropertyList properties,
java.lang.String userID)
throws WSRPException
properties - List of properties to be set.userID - The ID of the user is used to get the user context
WSRPException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||