Index

A D E G I J L P S T W 
All Classes|All Packages

A

AbstractJavaDelegate - Class in edu.illinois.library.cantaloupe.delegate
Base class that JavaDelegates can extend to get some free functionality.
AbstractJavaDelegate() - Constructor for class edu.illinois.library.cantaloupe.delegate.AbstractJavaDelegate
 
authorize() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Returns authorization status for the current request.

D

debug(String) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
debug(String, Throwable) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
deserializeMetaIdentifier(String) - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Deserializes the given meta-identifier string into a map of its component parts.

E

edu.illinois.library.cantaloupe.delegate - package edu.illinois.library.cantaloupe.delegate
 
error(String) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
error(String, Throwable) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 

G

getAzureStorageSourceBlobKey() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
N.B.: this method should not try to perform authorization.
getClientIPAddress() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getContext() - Method in class edu.illinois.library.cantaloupe.delegate.AbstractJavaDelegate
 
getContext() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
 
getCookies() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getExtraIIIF2InformationResponseKeys() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Adds additional keys to an Image API 2.x information response.
getExtraIIIF3InformationResponseKeys() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Adds additional keys to an Image API 2.x information response.
getFilesystemSourcePathname() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
N.B.: this method should not try to perform authorization.
getFullSize() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
N.B.: The return value is only available after the image has been accessed; before then, it is an empty map.
getHTTPSourceResourceInfo() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Returns one of the following:
getIdentifier() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getJDBCSourceDatabaseIdentifier() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
N.B.: this method should not try to perform authorization.
getJDBCSourceLookupSQL() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
 
getJDBCSourceMediaType() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Returns either the media (MIME) type of an image, or an SQL statement that can be used to retrieve it, if it is stored in the database.
getLocalURI() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getMetadata() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
Map with the following structure:
getMetadata() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Returns XMP metadata to embed in the derivative image.
getOperations() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
N.B.: The return value is only available after the image has been accessed; before then, it is an empty map.
getOutputFormat() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
N.B.: The return value is only available after the image has been accessed; before then, it is an empty map.
getOverlay() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Tells the server what overlay, if any, to apply to an image.
getPageNumber() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getRedactions() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Tells the server what regions of an image to redact in response to a request.
getRequestHeaders() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getRequestURI() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getResultingSize() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
N.B.: The return value is only available after the image has been accessed; before then, it is an empty map.
getS3SourceObjectInfo() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
N.B.: this method should not try to perform authorization.
getScaleConstraint() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaContext
 
getSource() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Tells the server which source for the identifier in the context.

I

info(String) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
info(String, Throwable) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 

J

JavaContext - Interface in edu.illinois.library.cantaloupe.delegate
Contains information about the current request for consumption within the JavaDelegate.
JavaDelegate - Interface in edu.illinois.library.cantaloupe.delegate
Interface to be implemented by JVM language-based delegate classes.

L

Logger - Class in edu.illinois.library.cantaloupe.delegate
Logger for use by delegates.

P

preAuthorize() - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Returns authorization status for the current request.

S

serializeMetaIdentifier(Map<String, Object>) - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Serializes the given meta-identifier map.
setContext(JavaContext) - Method in class edu.illinois.library.cantaloupe.delegate.AbstractJavaDelegate
 
setContext(JavaContext) - Method in interface edu.illinois.library.cantaloupe.delegate.JavaDelegate
Invoked automatically early in the request cycle and not for public use.

T

trace(String) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
trace(String, Throwable) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 

W

warn(String) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
warn(String, Throwable) - Static method in class edu.illinois.library.cantaloupe.delegate.Logger
 
A D E G I J L P S T W 
All Classes|All Packages