Uses of Class
is.galia.resource.AbstractResource
Packages that use AbstractResource
Package
Description
HTTP resource classes and server request handler class.
Contains classes supporting HTTP API-related endpoints.
Contains classes supporting the Deep Zoom endpoint.
Contains the health-check endpoint.
Contains classes supporting the IIIF Image API 1.x endpoint.
Contains classes supporting the IIIF Image API 2.x endpoint.
Contains classes supporting the IIIF Image API 3.x endpoint.
-
Uses of AbstractResource in is.galia.resource
Subclasses of AbstractResource in is.galia.resourceModifier and TypeClassDescriptionclassAbstract class to be extended by allResourceimplementations that respond to requests for images.classHandles requests for static files.classclassPermanently redirects (via HTTP 301)/some/path/to/some/path, respecting theKey.BASE_URIconfiguration key,X-Forwarded-BasePathheader, and other factors. -
Uses of AbstractResource in is.galia.resource.api
Subclasses of AbstractResource in is.galia.resource.apiModifier and TypeClassDescriptionclassclassProvides live status updates via the HTTP API.classResource for monitoring of tasks invoked byTasksResource.classResource to enable an RPC-style asynchronous API for performing potentially long-running tasks. -
Uses of AbstractResource in is.galia.resource.deepzoom
Subclasses of AbstractResource in is.galia.resource.deepzoomModifier and TypeClassDescriptionclassHandles requests for DZI image descriptions.classHandles requests for DZI image tiles. -
Uses of AbstractResource in is.galia.resource.health
Subclasses of AbstractResource in is.galia.resource.health -
Uses of AbstractResource in is.galia.resource.iiif
Subclasses of AbstractResource in is.galia.resource.iiif -
Uses of AbstractResource in is.galia.resource.iiif.v1
Subclasses of AbstractResource in is.galia.resource.iiif.v1Modifier and TypeClassDescriptionclassRedirects/:identifierto/:identifier/info.json.classHandles IIIF Image API 1.x image requests.classHandles IIIF Image API 1.x information requests. -
Uses of AbstractResource in is.galia.resource.iiif.v2
Subclasses of AbstractResource in is.galia.resource.iiif.v2Modifier and TypeClassDescriptionclassRedirects /:identifier to /:identifier/info.json.classclassHandles image requests.classHandles information requests. -
Uses of AbstractResource in is.galia.resource.iiif.v3
Subclasses of AbstractResource in is.galia.resource.iiif.v3Modifier and TypeClassDescriptionclassRedirects /:identifier to /:identifier/info.json.classHandles image requests.classHandles IIIF Image API 3.x information requests.