Uses of Class
de.xima.fc.form.image.ImageRequestParameter
Packages that use ImageRequestParameter
- 
Uses of ImageRequestParameter in de.xima.fc.form.image
Methods in de.xima.fc.form.image that return ImageRequestParameterModifier and TypeMethodDescriptionstatic ImageRequestParameterImageRequestParameter.forRequest(javax.servlet.http.HttpServletRequest req) Parses the parameters given to theFormPreviewImageServletand returns them.Methods in de.xima.fc.form.image with parameters of type ImageRequestParameterModifier and TypeMethodDescriptionstatic byte[]PreviewImageProcessor.findImage(ImageRequestParameter params) Finds the appropriate preview image for the given image request parameters.static byte[]PreviewImageProcessor.findImageIfChanged(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ImageRequestParameter params) Finds the appropriate preview image for the given image request parameters.static voidPreviewImageProcessor.writeDefaultImage(javax.servlet.http.HttpServletResponse resp, ImageRequestParameter params) Writes the default preview image to the response.static voidPreviewImageProcessor.writeImage(javax.servlet.http.HttpServletResponse resp, ImageRequestParameter params, byte[] scrFile) Writes the given image to the response.