Uses of Class
org.hippoecm.frontend.plugins.gallery.model.GalleryException
Packages that use GalleryException
Package
Description
-
Uses of GalleryException in org.hippoecm.frontend.plugins.gallery.imageutil
Methods in org.hippoecm.frontend.plugins.gallery.imageutil that throw GalleryExceptionModifier and TypeMethodDescriptionvoid
AbstractImageOperation.execute
(InputStream data, String mimeType) Deprecated.AbstractImageOperation.run
(InputStream data, String mimeType) ImageOperation.run
(InputStream data, String mimeType) Runs an image operation and returns the result.ScaleImageOperation.run
(InputStream data, String mimeType) ScaleSvgOperation.run
(InputStream data, String mimeType) Constructors in org.hippoecm.frontend.plugins.gallery.imageutil that throw GalleryExceptionModifierConstructorDescriptionImageBinary
(Node node, InputStream stream, String fileName) ImageBinary
(Node parent, InputStream stream, String fileName, String mimeType) -
Uses of GalleryException in org.hippoecm.frontend.plugins.gallery.model
Subclasses of GalleryException in org.hippoecm.frontend.plugins.gallery.modelModifier and TypeClassDescriptionclass
class
class
Methods in org.hippoecm.frontend.plugins.gallery.model that throw GalleryExceptionModifier and TypeMethodDescriptionDefaultGalleryProcessor.createThumbnail
(InputStream imageData, int maxSize, String mimeType) Creates a thumbnail version of an image.GalleryProcessor.getDesiredResourceDimension
(Node node) void
DefaultGalleryProcessor.initGalleryResource
(Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) void
GalleryProcessor.initGalleryResource
(Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) boolean
DefaultGalleryProcessor.isUpscalingEnabled
(Node node) boolean
GalleryProcessor.isUpscalingEnabled
(Node node) Deprecated.UseScalingParameters.isUpscaling()
insteadvoid
DefaultGalleryProcessor.makeImage
(Node node, InputStream istream, String mimeType, String fileName) void
GalleryProcessor.makeImage
(Node node, InputStream istream, String mimeType, String filename) protected void
DefaultGalleryProcessor.makeThumbnailImage
(Node node, InputStream resourceData, String mimeType) protected void
NullGalleryProcessor.makeThumbnailImage
(Node node, InputStream resourceData, String mimeType) -
Uses of GalleryException in org.hippoecm.frontend.validation
Methods in org.hippoecm.frontend.validation that return GalleryExceptionConstructors in org.hippoecm.frontend.validation with parameters of type GalleryException
AbstractImageOperation.run(InputStream, String)
instead