|
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.MarkupService
This class is a helper class that makes it easier for a WSRP consumer to call the methods of the MarkupService API for a particular service endpoint.
Method Summary | |
MarkupResponse |
getMarkup(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams)
Deprecated. |
static MarkupService |
getService(java.lang.String baseEndpoint)
Deprecated. |
Extension[] |
initCookie(RegistrationContext registrationContext)
Deprecated. |
void |
performBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
Deprecated. |
Extension[] |
releaseSessions(RegistrationContext registrationContext,
java.lang.String[] sessionIDs)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static MarkupService getService(java.lang.String baseEndpoint) throws java.lang.Exception
java.lang.Exception
public MarkupResponse getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams) throws java.lang.Exception
java.lang.Exception
public void performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams) throws java.lang.Exception
java.lang.Exception
public Extension[] releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs) throws java.lang.Exception
java.lang.Exception
public Extension[] initCookie(RegistrationContext registrationContext) throws java.lang.Exception
java.lang.Exception
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |