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 interfaceRenderResponseTheRenderResponsedefines an object to assist a portlet in sending a response to the portal.interfaceResourceResponseTheResourceResponsedefines 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 classRenderResponseWrapperTheRenderResponseWrapperprovides a convenient implementation of theRenderResponseinterface that can be subclassed by developers wishing to adapt the response.classResourceResponseWrapperTheResourceResponseWrapperprovides a convenient implementation of theResourceResponseinterface that can be subclassed by developers wishing to adapt the response.
-