Interface GalleryProcessor
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
DefaultGalleryProcessor
,NullGalleryProcessor
public interface GalleryProcessor
extends org.apache.wicket.util.io.IClusterable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault ScalingParameters
getScalingParameters
(Node variantNode) Deprecated.void
initGalleryResource
(Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) boolean
isUpscalingEnabled
(Node node) Deprecated.UseScalingParameters.isUpscaling()
insteadvoid
makeImage
(Node node, InputStream istream, String mimeType, String filename)
-
Field Details
-
GALLERY_PROCESSOR_ID
- See Also:
-
DEFAULT_GALLERY_PROCESSOR_ID
- See Also:
-
-
Method Details
-
makeImage
void makeImage(Node node, InputStream istream, String mimeType, String filename) throws GalleryException, RepositoryException - Throws:
GalleryException
RepositoryException
-
initGalleryResource
void initGalleryResource(Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) throws GalleryException, RepositoryException - Throws:
GalleryException
RepositoryException
-
getDesiredResourceDimension
- Throws:
GalleryException
RepositoryException
-
isUpscalingEnabled
Deprecated.UseScalingParameters.isUpscaling()
instead- Throws:
GalleryException
RepositoryException
-
getScalingParametersMap
Deprecated.UsegetScalingParameters(Node)
instead- Throws:
RepositoryException
-
getScalingParameters
-
getScalingParameters(Node)
instead