Optional
customTypes: Record<string, string>Protected
Readonly
basePrivate
Readonly
customPrivate
Readonly
customProtected
Readonly
loggerProtected
Readonly
rootProtected
Readonly
unknownProtected
getProtected
getProtected
getProtected
getDetermines the content type from the document identifier.
The input identifier.
Optional
contentType: stringThe content-type provided with the request.
The content type of the document.
Protected
getProtected
getStrips the baseRequestURI from the identifier.
NotFoundHttpError If the identifier does not match the baseRequestURI.
Incoming identifier.
A string representing the relative path.
Protected
isMaps the given file path to a URL and determines its content type.
The input file path.
If the path corresponds to a file.
A ResourceLink with all the necessary metadata.
Protected
mapMaps the given container identifier to a file path, possibly making alterations to the direct translation.
The input identifier.
The direct translation of the identifier onto the file path.
A ResourceLink with all the necessary metadata.
Protected
mapMaps the given document identifier to a file path, possibly making alterations to the direct translation (for instance, based on its content type)). Determines the content type if none was provided.
The input identifier.
The direct translation of the identifier onto the file path.
Optional
contentType: stringThe content-type provided with the request.
A ResourceLink with all the necessary metadata.
Maps the given resource identifier / URL to a file path. Determines the content type if none was provided. For containers the content-type input is ignored.
The input identifier.
If we need the data or metadata file path.
Optional
contentType: stringThe content-type provided with the request.
A ResourceLink with all the necessary metadata.
Protected
stripProtected
validateCheck if the given relative path is valid.
BadRequestHttpError If the relative path is invalid.
A relative path, as generated by getRelativePath.
A resource identifier.
Supports the behaviour described in https://www.w3.org/DesignIssues/HTTPFilenameMapping.html Determines content-type based on the file extension. In case an identifier does not end on an extension matching its content-type, the corresponding file will be appended with the correct extension, preceded by $.