Uses of Interface
is.galia.delegate.Delegate
Packages that use Delegate
Package
Description
Contains classes supporting the delegate mechanism.
Classes for properties associated with an image.
Contains image processing operations and related classes.
Package for classes related to string and image overlays.
HTTP resource classes and server request handler class.
Package for sources, which locate and provide uniform access to source
images.
-
Uses of Delegate in is.galia.delegate
Methods in is.galia.delegate that return DelegateModifier and TypeMethodDescriptionstatic Delegate
DelegateFactory.newDelegate
(RequestContext context) Returns a newDelegate
instance. -
Uses of Delegate in is.galia.image
Methods in is.galia.image with parameters of type DelegateModifier and TypeMethodDescriptionstatic MetaIdentifier
MetaIdentifier.fromString
(String string, Delegate delegate) Deserializes the given meta-identifier string using theMetaIdentifierTransformer
specified in the application configuration.static MetaIdentifier
Translates the string in a raw URI path component or query into a new instance using theMetaIdentifierTransformer
specified in the application configuration.MetaIdentifierTransformerFactory.newInstance
(Delegate delegate) -
Uses of Delegate in is.galia.operation
Methods in is.galia.operation with parameters of type DelegateModifier and TypeMethodDescriptionvoid
OperationList.applyNonEndpointMutations
(Info info, Delegate delegate) Most image processing operations (crop, scale, etc.) are supplied by a client in a request to an endpoint. -
Uses of Delegate in is.galia.operation.overlay
Methods in is.galia.operation.overlay with parameters of type DelegateModifier and TypeMethodDescriptionOverlayFactory.newOverlay
(Delegate delegate) Factory method that returns a newOverlay
based on either the configuration, or the delegate method return value, depending on the setting ofKey.OVERLAY_STRATEGY
. -
Uses of Delegate in is.galia.operation.redaction
Methods in is.galia.operation.redaction with parameters of type DelegateModifier and TypeMethodDescriptionRedactionService.redactionsFor
(Delegate delegate) Factory method that returns a list ofredactions
based on the given parameters. -
Uses of Delegate in is.galia.resource
Methods in is.galia.resource that return DelegateModifier and TypeMethodDescriptionprotected final Delegate
AbstractResource.getDelegate()
Returns theDelegate
instance for the current request.Methods in is.galia.resource with parameters of type DelegateModifier and TypeMethodDescriptionImageRequestHandler.Builder.withDelegate
(Delegate delegate) InformationRequestHandler.Builder.withDelegate
(Delegate delegate) -
Uses of Delegate in is.galia.source
Fields in is.galia.source declared as DelegateMethods in is.galia.source that return DelegateMethods in is.galia.source with parameters of type DelegateModifier and TypeMethodDescriptionstatic Source
SourceFactory.newSource
(Identifier identifier, Delegate delegate) IfKey.SOURCE_STATIC
is not set, uses a delegate method to return an instance of a source for the given identifier.void
AbstractSource.setDelegate
(Delegate delegate) void
Source.setDelegate
(Delegate delegate)