public interface IlvImageEncoder
IlvImageEncoder
interface defines the behavior of a class
that can encode an Image
onto an
HttpServletResponse
.Modifier and Type | Method and Description |
---|---|
void |
encode(BufferedImage image,
jakarta.servlet.http.HttpServletResponse response,
IlvServletParameters params)
Encodes the specified image onto a servlet response.
|
void encode(BufferedImage image, jakarta.servlet.http.HttpServletResponse response, IlvServletParameters params) throws IOException, jakarta.servlet.ServletException
image
- The image to encode.response
- The HTTP response.params
- Parameters that specify the encoding behavior.IOException
jakarta.servlet.ServletException
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.