Uses of Interface
javax.portlet.MimeResponse
-
Packages that use MimeResponse Package Description 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 Modifier and Type Interface Description interface
RenderResponse
TheRenderResponse
defines an object to assist a portlet in sending a response to the portal.interface
ResourceResponse
TheResourceResponse
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 Modifier and Type Class Description class
RenderResponseWrapper
TheRenderResponseWrapper
provides a convenient implementation of theRenderResponse
interface that can be subclassed by developers wishing to adapt the response.class
ResourceResponseWrapper
TheResourceResponseWrapper
provides a convenient implementation of theResourceResponse
interface that can be subclassed by developers wishing to adapt the response.
-