public interface GalleryProcessor
extends org.apache.wicket.IClusterable
Modifier and Type | Method and Description |
---|---|
Dimension |
getDesiredResourceDimension(javax.jcr.Node node) |
void |
initGalleryResource(javax.jcr.Node node,
InputStream data,
String mimeType,
String fileName,
Calendar lastModified) |
boolean |
isUpscalingEnabled(javax.jcr.Node node) |
void |
makeImage(javax.jcr.Node node,
InputStream istream,
String mimeType,
String filename) |
void |
validateResource(javax.jcr.Node node,
String fileName) |
void makeImage(javax.jcr.Node node, InputStream istream, String mimeType, String filename) throws GalleryException, javax.jcr.RepositoryException
GalleryException
javax.jcr.RepositoryException
void validateResource(javax.jcr.Node node, String fileName) throws GalleryException, javax.jcr.RepositoryException
GalleryException
javax.jcr.RepositoryException
void initGalleryResource(javax.jcr.Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) throws GalleryException, javax.jcr.RepositoryException
GalleryException
javax.jcr.RepositoryException
Dimension getDesiredResourceDimension(javax.jcr.Node node) throws GalleryException, javax.jcr.RepositoryException
GalleryException
javax.jcr.RepositoryException
boolean isUpscalingEnabled(javax.jcr.Node node) throws GalleryException, javax.jcr.RepositoryException
GalleryException
javax.jcr.RepositoryException
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.