Package org.fcrepo.http.commons
Class AbstractResource
java.lang.Object
org.fcrepo.http.commons.AbstractResource
Superclass for Fedora JAX-RS Resources, providing convenience fields and methods.
- Author:
- ajs6f
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.fcrepo.kernel.api.services.functions.UniqueValueSupplierprotected org.fcrepo.config.FedoraPropsConfigprotected javax.ws.rs.core.HttpHeadersFor getting user agentA resource that can mint new Fedora PIDs.protected org.fcrepo.kernel.api.models.ResourceFactoryprotected javax.ws.rs.core.UriInfoUseful for constructing URLsprotected org.fcrepo.kernel.api.services.VersionServiceThe version service -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fedoraPropsConfig
-
uriInfo
Useful for constructing URLs -
headers
For getting user agent -
resourceFactory
-
versionService
The version service -
pidMinter
A resource that can mint new Fedora PIDs. -
defaultPidMinter
-
-
Constructor Details
-
AbstractResource
public AbstractResource()
-