public interface GalleryProcessor
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GALLERY_PROCESSOR_ID |
static String |
GALLERY_PROCESSOR_ID |
Modifier and Type | Method and Description |
---|---|
Dimension |
getDesiredResourceDimension(javax.jcr.Node node) |
Map<String,ScalingParameters> |
getScalingParametersMap() |
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) |
static final String GALLERY_PROCESSOR_ID
static final String DEFAULT_GALLERY_PROCESSOR_ID
void makeImage(javax.jcr.Node node, InputStream istream, String mimeType, 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
Map<String,ScalingParameters> getScalingParametersMap() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.