org.exoplatform.services.wsrp.consumer
Interface WSRPMarkupRequest

All Superinterfaces:
WSRPBaseRequest
All Known Implementing Classes:
WSRPMarkupRequestAdapter

public interface WSRPMarkupRequest
extends WSRPBaseRequest

This is the abstraction for a render request at a integrated remote portlet at the consumer side.

Author:
Benjamin Mestrallet

Method Summary
 MarkupContext getCachedMarkup()
          Get the markup context if there is cached markup for this portlet instance or null in case of an empty markup cache.
 
Methods inherited from interface org.exoplatform.services.wsrp.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Method Detail

getCachedMarkup

MarkupContext getCachedMarkup()
Get the markup context if there is cached markup for this portlet instance or null in case of an empty markup cache.

Returns:
The cached markup context


Copyright © 2010 eXo Platform SAS. All Rights Reserved.