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

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

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

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

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

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

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

Methods in org.exoplatform.services.wsrp.type that return MarkupParams
 MarkupParams MarkupRequest.getMarkupParams()
          Gets the markupParams value for this MarkupRequest.
 MarkupParams BlockingInteractionRequest.getMarkupParams()
          Gets the markupParams value for this BlockingInteractionRequest.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type MarkupParams
 void MarkupRequest.setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this MarkupRequest.
 void BlockingInteractionRequest.setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this BlockingInteractionRequest.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type MarkupParams
BlockingInteractionRequest(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
MarkupRequest(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.