Uses of Class
org.exoplatform.services.wsrp2.type.MarkupParams

Packages that use MarkupParams
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
org.exoplatform.services.wsrp2.type   
 

Uses of MarkupParams in org.exoplatform.services.wsrp2.producer
 

Methods in org.exoplatform.services.wsrp2.producer with parameters of type MarkupParams
 MarkupResponse MarkupOperationsInterface.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 HandleEventsResponse MarkupOperationsInterface.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 BlockingInteractionResponse MarkupOperationsInterface.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 

Uses of MarkupParams in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type MarkupParams
 MarkupResponse MarkupOperationsInterfaceImpl.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 HandleEventsResponse MarkupOperationsInterfaceImpl.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 BlockingInteractionResponse MarkupOperationsInterfaceImpl.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 

Uses of MarkupParams in org.exoplatform.services.wsrp2.type
 

Methods in org.exoplatform.services.wsrp2.type that return MarkupParams
 MarkupParams PerformBlockingInteraction.getMarkupParams()
          Gets the markupParams value for this PerformBlockingInteraction.
 MarkupParams HandleEvents.getMarkupParams()
          Gets the markupParams value for this HandleEvents.
 MarkupParams GetMarkup.getMarkupParams()
          Gets the markupParams value for this GetMarkup.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type MarkupParams
 void PerformBlockingInteraction.setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this PerformBlockingInteraction.
 void HandleEvents.setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this HandleEvents.
 void GetMarkup.setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this GetMarkup.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type MarkupParams
GetMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
HandleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
PerformBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.