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
public class NullGalleryProcessor extends DefaultGalleryProcessor
This gallery processor does not perform any additional processing on a gallery node.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description NullGalleryProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
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
-
-