com.ibm.portal.resolver
Interface RenderContext

All Superinterfaces:
AttributeContext, CookieContext, DigestContext, DigestProvider, HeaderContext, MimeContext, PortletContext

public interface RenderContext
extends MimeContext

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

Since:
8.0.0.1

Method Summary
 javax.portlet.RenderRequest getRequest()
          Returns the JSR168 portlet request object associated with the context
 javax.portlet.RenderResponse getResponse()
          Returns the JSR168 portlet response object associated with the context
 
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

getRequest

javax.portlet.RenderRequest getRequest()
Description copied from interface: PortletContext
Returns the JSR168 portlet request object associated with the context

Specified by:
getRequest in interface PortletContext
Returns:
the current portlet request (never null)

getResponse

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

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