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 TypeClassDescriptionclass
Abstract class to be extended by allResource
implementations that respond to requests for images.class
Handles requests for static files.class
class
Permanently redirects (via HTTP 301)/some/path/
to/some/path
, respecting theKey.BASE_URI
configuration key,X-Forwarded-BasePath
header, and other factors. -
Uses of AbstractResource in is.galia.resource.api
Subclasses of AbstractResource in is.galia.resource.apiModifier and TypeClassDescriptionclass
class
Provides live status updates via the HTTP API.class
Resource for monitoring of tasks invoked byTasksResource
.class
Resource 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 TypeClassDescriptionclass
Handles requests for DZI image descriptions.class
Handles 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 TypeClassDescriptionclass
Redirects/:identifier
to/:identifier/info.json
.class
Handles IIIF Image API 1.x image requests.class
Handles 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 TypeClassDescriptionclass
Redirects /:identifier to /:identifier/info.json.class
class
Handles image requests.class
Handles information requests. -
Uses of AbstractResource in is.galia.resource.iiif.v3
Subclasses of AbstractResource in is.galia.resource.iiif.v3Modifier and TypeClassDescriptionclass
Redirects /:identifier to /:identifier/info.json.class
Handles image requests.class
Handles IIIF Image API 3.x information requests.