org.apache.wsrp4j.consumer
Interface MarkupRequest

All Superinterfaces:
WSRPBaseRequest
All Known Implementing Classes:
WSRPRequestImpl

public interface MarkupRequest
extends WSRPBaseRequest

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

Version:
$Id: MarkupRequest.java,v 1.4 2005/08/10 14:42:36 cziegeler Exp $

Method Summary
 oasis.names.tc.wsrp.v1.types.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.apache.wsrp4j.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Method Detail

getCachedMarkup

public oasis.names.tc.wsrp.v1.types.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


--