public interface ImageProcessingFactory
ImageProcessing
objects. It is used for providing different image types (e.g.
"thumb", "200px") that can be used in external links.
The implementation can be annotated with Priority
in order to change the
priority of the matchers.
Modifier and Type | Method and Description |
---|---|
ImageProcessing |
createImageProcessing(String type)
Creates an
ImageProcessing object by a type name. |
ImageProcessing createImageProcessing(String type)
ImageProcessing
object by a type name.type
- Type nameImageProcessing
that was created, or null
if this plugin
is unable to provide a matching ImageProcessing
.Copyright © 2009–2016. All rights reserved.