Package | Description |
---|---|
de.xima.fc.form.image |
Modifier and Type | Method and Description |
---|---|
static ImageRequestParameter |
ImageRequestParameter.forRequest(javax.servlet.http.HttpServletRequest req)
Parses the parameters given to the
FormPreviewImageServlet and returns them. |
Modifier and Type | Method and Description |
---|---|
static byte[] |
PreviewImageProcessor.findImage(ImageRequestParameter params)
Finds the appropriate preview image for the given image request parameters.
|
static void |
PreviewImageProcessor.writeDefaultImage(javax.servlet.http.HttpServletResponse resp,
ImageRequestParameter params)
Writes the default preview image to the response.
|
static void |
PreviewImageProcessor.writeImage(javax.servlet.http.HttpServletResponse resp,
ImageRequestParameter params,
byte[] scrFile)
Writes the given image to the response.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.