Interface | Description |
---|---|
ImageServletResponse |
ImageServletResponse.
|
Class | Description |
---|---|
AWTImageFilterAdapter |
AWTImageFilterAdapter
|
BufferedImageOpAdapter |
BufferedImageOpAdapter
|
ColorServlet |
Creates a minimal 1 x 1 pixel PNG image, in a color specified by the
"color" parameter. |
ComposeFilter |
ComposeFilter
|
ContentNegotiationFilter |
This filter implements server side content negotiation and transcoding for
images.
|
CropFilter |
This Servlet is able to render a cropped part of an image.
|
IIOProviderContextListener |
Takes care of registering and de-registering local ImageIO plugins (service providers) for the servlet context.
|
ImageFilter |
Abstract base class for image filters.
|
NullImageFilter |
An
ImageFilter that does nothing. |
RotateFilter |
This Servlet is able to render a cropped part of an image.
|
ScaleFilter |
This filter renders a scaled version of an image read from a
given URL.
|
SourceRenderFilter |
A
Filter that extracts request parameters, and sets the
corresponding request attributes from ImageServletResponse . |
Exception | Description |
---|---|
ImageServletException |
This exception is a subclass of ServletException, and acts just as a marker
for exceptions thrown by the ImageServlet API.
|
Copyright © 2017. All rights reserved.