Uses of Interface
jakarta.portlet.MimeResponse
-
Packages that use MimeResponse Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of MimeResponse in jakarta.portlet
Subinterfaces of MimeResponse in jakarta.portlet Modifier and Type Interface Description interfaceHeaderResponseThe portlet programming interface provides a mechanism to assist portlets when the aggregated portal markup is an HTML or similar document that requires markup for the documentHEADsection to be written and HTTP headers to be set before the render markup for each individual portlet is aggregated.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 jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement MimeResponse Modifier and Type Class Description classHeaderResponseWrapperTheHeaderResponseWrapperprovides a convenient implementation of theHeaderResponseinterface that can be subclassed by developers.classMimeResponseWrapperTheMimeResponseWrapperprovides a convenient implementation of theMimeResponseinterface that can be subclassed by developers.classRenderResponseWrapperTheRenderResponseWrapperprovides a convenient implementation of theRenderResponseinterface that can be subclassed by developers.classResourceResponseWrapperTheResourceResponseWrapperprovides a convenient implementation of theResourceResponseinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return MimeResponse Modifier and Type Method Description MimeResponseMimeResponseWrapper. getResponse()Return the wrapped response object.Methods in jakarta.portlet.filter with parameters of type MimeResponse Modifier and Type Method Description voidMimeResponseWrapper. setResponse(MimeResponse response)Sets the response object being wrapped.Constructors in jakarta.portlet.filter with parameters of type MimeResponse Constructor Description MimeResponseWrapper(MimeResponse response)
-