Class NullGalleryProcessor
java.lang.Object
org.hippoecm.frontend.plugins.gallery.model.DefaultGalleryProcessor
org.hippoecm.frontend.plugins.gallery.model.NullGalleryProcessor
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,GalleryProcessor
This gallery processor does not perform any additional processing on a gallery node.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hippoecm.frontend.plugins.gallery.model.DefaultGalleryProcessor
DefaultGalleryProcessor.UnsupportedMimeTypeException
-
Field Summary
Fields inherited from class org.hippoecm.frontend.plugins.gallery.model.DefaultGalleryProcessor
DEFAULT_THUMBNAIL_SIZE
Fields inherited from interface org.hippoecm.frontend.plugins.gallery.model.GalleryProcessor
DEFAULT_GALLERY_PROCESSOR_ID, GALLERY_PROCESSOR_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
makeRegularImage
(Node node, String name, InputStream istream, String mimeType, Calendar lastModified) protected void
makeThumbnailImage
(Node node, InputStream resourceData, String mimeType) Methods inherited from class org.hippoecm.frontend.plugins.gallery.model.DefaultGalleryProcessor
createThumbnail, getDesiredResourceDimension, getGalleryProcessor, getGalleryProcessor, getScaledInstance, getScalingParametersMap, getThumbnailSize, initGalleryResource, isUpscalingEnabled, makeImage, setThumbnailSize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hippoecm.frontend.plugins.gallery.model.GalleryProcessor
getScalingParameters
-
Constructor Details
-
NullGalleryProcessor
public NullGalleryProcessor()
-
-
Method Details
-
makeThumbnailImage
protected void makeThumbnailImage(Node node, InputStream resourceData, String mimeType) throws RepositoryException, GalleryException - Overrides:
makeThumbnailImage
in classDefaultGalleryProcessor
- Throws:
RepositoryException
GalleryException
-
makeRegularImage
protected void makeRegularImage(Node node, String name, InputStream istream, String mimeType, Calendar lastModified) throws RepositoryException - Overrides:
makeRegularImage
in classDefaultGalleryProcessor
- Throws:
RepositoryException
-