Uses of Class
is.galia.delegate.DelegateException
Packages that use DelegateException
Package
Description
Contains classes supporting the delegate mechanism.
-
Uses of DelegateException in is.galia.delegate
Subclasses of DelegateException in is.galia.delegateMethods in is.galia.delegate that throw DelegateExceptionModifier and TypeMethodDescriptiondefault Object
Delegate.authorize()
Returns authorization status for the current request.default Object
Delegate.authorizeBeforeAccess()
Returns authorization status for the current request.default void
Delegate.customizeIIIF1InformationResponse
(Map<String, Object> info) Can be used to modify the JSON content of an IIIF Image API 1.x information response.default void
Delegate.customizeIIIF2InformationResponse
(Map<String, Object> info) Can be used to modify the JSON content of an IIIF Image API 2.x information response.default void
Delegate.customizeIIIF3InformationResponse
(Map<String, Object> info) Can be used to modify the JSON content of an IIIF Image API 3.x information response.Delegate.deserializeMetaIdentifier
(String metaIdentifier) Deserializes the given meta-identifier string into its component parts.default String
Delegate.getFilesystemSourcePathname()
N.B.: this method should not try to perform authorization.Delegate.getHTTPSourceResourceInfo()
Returns one of the following: String URI Map with the following keys:uri
String.default String
Delegate.getMetadata()
Returns XMP metadata to embed in the variant image.Delegate.getOverlayProperties()
Tells the server what overlay, if any, to apply to an image.Delegate.getRedactions()
Draws one or more rectangles over an image in response to a request.default String
Delegate.getSource()
Tells the server whichSource
implementation to use for the given identifier.default Object
Invokes an arbitrarily-named method.static Delegate
DelegateFactory.newDelegate
(RequestContext context) Returns a newDelegate
instance.default String
Delegate.serializeMetaIdentifier
(Map<String, Object> metaIdentifier) Serializes the given meta-identifier hash, but does not URL-encode it.void
Delegate.setRequestContext
(RequestContext context) Provides information about the request to the instance. -
Uses of DelegateException in is.galia.operation.redaction
Methods in is.galia.operation.redaction that throw DelegateExceptionModifier and TypeMethodDescriptionRedactionService.redactionsFor
(Delegate delegate) Factory method that returns a list ofredactions
based on the given parameters.