Uses of Interface
javax.portlet.MimeResponse

Packages that use MimeResponse
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
 

Uses of MimeResponse in javax.portlet
 

Subinterfaces of MimeResponse in javax.portlet
 interface RenderResponse
          The RenderResponse defines an object to assist a portlet in sending a response to the portal.
 interface ResourceResponse
          The ResourceResponse defines an object to assist a portlet for rendering a resource.
 

Uses of MimeResponse in javax.portlet.filter
 

Classes in javax.portlet.filter that implement MimeResponse
 class RenderResponseWrapper
          The RenderResponseWrapper provides a convenient implementation of the RenderResponse interface that can be subclassed by developers wishing to adapt the response.
 class ResourceResponseWrapper
          The ResourceResponseWrapper provides a convenient implementation of the ResourceResponse interface that can be subclassed by developers wishing to adapt the response.