Interface | Description |
---|---|
ImageGenerator<P extends ParameterProvider<?>> |
The entry point for generating images.
|
ImageStreamer<P> |
An ImageStreamer is responsible for pushing a generated image (with the given
generator and parameter) to an OutputStream.
|
ParameterProvider<T> |
ParameterProvider is usually just a simple holder for the actual parameter.
|
ParameterProviderFactory<E,PT> |
A ParameterProviderFactory is responsible for instantiating a ParameterProvider
for a given environment.
|
Class | Description |
---|---|
DefaultImageGenerator |
The default
ImageGenerator with some provided defaults. |
DefaultImageStreamer<P> |
An ImageStreamer implementation which always generates the image.
|
DefaultImagingSupport |
Default implementation of
ImagingSupport that only returns a link to the original image. |
ImagingModule |
Keeps the configuration of the imaging module.
|
ImagingModuleConfig | Deprecated
since 3.2.
|
ImagingServlet |
Servlet responsible for the actual generation of the images.
|
OutputFormat |
A simple bean holding image formatName output configuration.
|
Exception | Description |
---|---|
ImagingException |
Exception occurring in Imaging module.
|
Copyright © 2016 Magnolia International Ltd.. All rights reserved.