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 ObjectDelegate.authorize()Returns authorization status for the current request.default ObjectDelegate.authorizeBeforeAccess()Returns authorization status for the current request.default voidDelegate.customizeIIIF1InformationResponse(Map<String, Object> info) Can be used to modify the JSON content of an IIIF Image API 1.x information response.default voidDelegate.customizeIIIF2InformationResponse(Map<String, Object> info) Can be used to modify the JSON content of an IIIF Image API 2.x information response.default voidDelegate.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 StringDelegate.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:uriString.default StringDelegate.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 StringDelegate.getSource()Tells the server whichSourceimplementation to use for the given identifier.default ObjectInvokes an arbitrarily-named method.static DelegateDelegateFactory.newDelegate(RequestContext context) Returns a newDelegateinstance.default StringDelegate.serializeMetaIdentifier(Map<String, Object> metaIdentifier) Serializes the given meta-identifier hash, but does not URL-encode it.voidDelegate.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 ofredactionsbased on the given parameters.