Uses of Class
org.hippoecm.frontend.plugins.gallery.model.GalleryException
-
Packages that use GalleryException Package Description org.hippoecm.frontend.plugins.gallery.imageutil org.hippoecm.frontend.plugins.gallery.model org.hippoecm.frontend.validation -
-
Uses of GalleryException in org.hippoecm.frontend.plugins.gallery.imageutil
Methods in org.hippoecm.frontend.plugins.gallery.imageutil that throw GalleryException Modifier and Type Method Description void
AbstractImageOperation. execute(InputStream data, String mimeType)
Deprecated.UseAbstractImageOperation.run(InputStream, String)
insteadImageOperationResult
AbstractImageOperation. run(InputStream data, String mimeType)
ImageOperationResult
ImageOperation. run(InputStream data, String mimeType)
Runs an image operation and returns the result.ImageOperationResult
ScaleImageOperation. run(InputStream data, String mimeType)
ImageOperationResult
ScaleSvgOperation. run(InputStream data, String mimeType)
Constructors in org.hippoecm.frontend.plugins.gallery.imageutil that throw GalleryException Constructor Description ImageBinary(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.model Modifier and Type Class Description class
SvgGalleryException
class
SvgOnLoadGalleryException
class
SvgScriptGalleryException
Methods in org.hippoecm.frontend.plugins.gallery.model that throw GalleryException Modifier and Type Method Description InputStream
DefaultGalleryProcessor. createThumbnail(InputStream imageData, int maxSize, String mimeType)
Creates a thumbnail version of an image.Dimension
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 GalleryException Modifier and Type Method Description GalleryException
SvgValidationException. getGalleryException()
Constructors in org.hippoecm.frontend.validation with parameters of type GalleryException Constructor Description SvgValidationException(GalleryException e)
-