com.ibm.portal.resolver
Interface MimeContext

All Superinterfaces:
AttributeContext, CookieContext, DigestContext, DigestProvider, HeaderContext, PortletContext
All Known Subinterfaces:
RenderContext, ResourceContext

public interface MimeContext
extends PortletContext

Extension of the COR PortletContext for use in a JSR268 portlet. This context is exposed during the render or resource phase of a portlet.

Since:
8.5

Method Summary
 javax.portlet.MimeResponse getResponse()
          Returns the JSR168 portlet response object associated with the context
 
Methods inherited from interface com.ibm.portal.resolver.PortletContext
getRequest
 
Methods inherited from interface com.ibm.portal.resolver.DigestContext
getDigest
 
Methods inherited from interface com.ibm.portal.resolver.CookieContext
getCookies
 
Methods inherited from interface com.ibm.portal.resolver.HeaderContext
getHeader, getHeaderNames, getHeaders
 
Methods inherited from interface com.ibm.portal.resolver.AttributeContext
getAttribute, getAttributeNames
 

Method Detail

getResponse

javax.portlet.MimeResponse getResponse()
Description copied from interface: PortletContext
Returns the JSR168 portlet response object associated with the context

Specified by:
getResponse in interface PortletContext
Returns:
the current portlet response or null