Uses of Class
de.xima.fc.form.image.ImageRequestParameter
-
Packages that use ImageRequestParameter Package Description de.xima.fc.form.image -
-
Uses of ImageRequestParameter in de.xima.fc.form.image
Methods in de.xima.fc.form.image that return ImageRequestParameter Modifier and Type Method Description static ImageRequestParameter
ImageRequestParameter. forRequest(javax.servlet.http.HttpServletRequest req)
Parses the parameters given to theFormPreviewImageServlet
and returns them.Methods in de.xima.fc.form.image with parameters of type ImageRequestParameter Modifier and Type Method 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.
-