org.jboss.portal.wsrp.core
Class PerformBlockingInteraction
java.lang.Object
org.jboss.portal.wsrp.core.PerformBlockingInteraction
- All Implemented Interfaces:
- java.io.Serializable
public class PerformBlockingInteraction
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registrationContext
protected RegistrationContext registrationContext
portletContext
protected PortletContext portletContext
runtimeContext
protected RuntimeContext runtimeContext
userContext
protected UserContext userContext
markupParams
protected MarkupParams markupParams
interactionParams
protected InteractionParams interactionParams
PerformBlockingInteraction
public PerformBlockingInteraction()
PerformBlockingInteraction
public PerformBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
getRegistrationContext
public RegistrationContext getRegistrationContext()
setRegistrationContext
public void setRegistrationContext(RegistrationContext registrationContext)
getPortletContext
public PortletContext getPortletContext()
setPortletContext
public void setPortletContext(PortletContext portletContext)
getRuntimeContext
public RuntimeContext getRuntimeContext()
setRuntimeContext
public void setRuntimeContext(RuntimeContext runtimeContext)
getUserContext
public UserContext getUserContext()
setUserContext
public void setUserContext(UserContext userContext)
getMarkupParams
public MarkupParams getMarkupParams()
setMarkupParams
public void setMarkupParams(MarkupParams markupParams)
getInteractionParams
public InteractionParams getInteractionParams()
setInteractionParams
public void setInteractionParams(InteractionParams interactionParams)