|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.PerformBlockingInteraction
Constructor Summary | |
PerformBlockingInteraction()
|
|
PerformBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
|
Method Summary | |
InteractionParams |
getInteractionParams()
|
MarkupParams |
getMarkupParams()
|
PortletContext |
getPortletContext()
|
RegistrationContext |
getRegistrationContext()
|
RuntimeContext |
getRuntimeContext()
|
UserContext |
getUserContext()
|
void |
setInteractionParams(InteractionParams interactionParams)
|
void |
setMarkupParams(MarkupParams markupParams)
|
void |
setPortletContext(PortletContext portletContext)
|
void |
setRegistrationContext(RegistrationContext registrationContext)
|
void |
setRuntimeContext(RuntimeContext runtimeContext)
|
void |
setUserContext(UserContext userContext)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PerformBlockingInteraction()
public PerformBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
Method Detail |
public RegistrationContext getRegistrationContext()
public void setRegistrationContext(RegistrationContext registrationContext)
public PortletContext getPortletContext()
public void setPortletContext(PortletContext portletContext)
public RuntimeContext getRuntimeContext()
public void setRuntimeContext(RuntimeContext runtimeContext)
public UserContext getUserContext()
public void setUserContext(UserContext userContext)
public MarkupParams getMarkupParams()
public void setMarkupParams(MarkupParams markupParams)
public InteractionParams getInteractionParams()
public void setInteractionParams(InteractionParams interactionParams)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |