A B C D E G H I J L M N O P Q R S T U V W 

A

AbstractResource - Class in org.fcrepo.http.commons
Abstract superclass for Fedora JAX-RS Resources, providing convenience fields and methods.
AbstractResource() - Constructor for class org.fcrepo.http.commons.AbstractResource
 
AccessControlExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
Translate JCR AccessControlExceptions into HTTP 403 Forbidden errors
AccessControlExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.AccessControlExceptionMapper
 
AccessDeniedExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
 
AccessDeniedExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.AccessDeniedExceptionMapper
 
addHttpComponentModelsForResource(Dataset, FedoraResourceImpl, UriInfo, GraphSubjects) - Method in class org.fcrepo.http.commons.api.rdf.HttpTripleUtil
Add additional models to the RDF dataset for the given resource
addHttpComponentModelsForResourceToStream(RdfStream, FedoraResource, UriInfo, GraphSubjects) - Method in class org.fcrepo.http.commons.api.rdf.HttpTripleUtil
Add additional models to the RDF dataset for the given resource
addOne(int) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Yes, we really did create a method to increment a given int.
addResponseInformationToStream(FedoraResource, RdfStream, UriInfo, GraphSubjects) - Method in class org.fcrepo.http.commons.AbstractResource
 
appendSitemapEntry(SitemapEntry) - Method in class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapIndex
Add an entry to the sitemap
appendSitemapEntry(SitemapEntry) - Method in class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapUrlSet
Add an entry to the sitemap
asLiteralStringNode(String) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Convert a URI string to an RDF node
asNode(Resource) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Convert an RDF resource to an RDF node
authenticate(Credentials, String, String, ExecutionContext, Map<String, Object>) - Method in class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider
 
AuthenticatedSessionProvider - Interface in org.fcrepo.http.commons.session
Provide a JCR session for an authenticated HTTP session
AuthenticatedSessionProviderImpl - Class in org.fcrepo.http.commons.session
Retrieve a JCR session by just passing along the HTTP credentials.
AuthenticatedSessionProviderImpl(Repository, Credentials) - Constructor for class org.fcrepo.http.commons.session.AuthenticatedSessionProviderImpl
Get a new session provider for the JCR repository

B

BaseHtmlProvider - Class in org.fcrepo.http.commons.responses
A simple JAX-RS Entity Provider that can accept RDF datasets that represent Fedora resources and merge them into templates chosen based on the primary node type of the backing JCR node for that Fedora resource.
BaseHtmlProvider() - Constructor for class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
BypassSecurityServletAuthenticationProvider - Class in org.fcrepo.http.commons.session
This authentication provider will always authenticate, giving complete access privileges to the session.
BypassSecurityServletAuthenticationProvider() - Constructor for class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider
 
BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext - Class in org.fcrepo.http.commons.session
Security context with complete
BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext(String) - Constructor for class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext
Create a new security context with the given user name

C

compare(Quad, Quad) - Method in class org.fcrepo.http.commons.api.rdf.QuadOrdering
 
convert(String) - Static method in class org.fcrepo.http.commons.domain.Range
Convert an HTTP Range header to a Range object
COPY - Annotation Type in org.fcrepo.http.commons.domain
COPY HTTP method
createModelForResource(FedoraResource, UriInfo, GraphSubjects) - Method in interface org.fcrepo.http.commons.api.rdf.UriAwareResourceModelFactory
Given a resource, the UriInfo and a way to generate graph subjects, create a model with triples to inject into an RDF response for the resource (e.g.
CSV - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
CSV_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 

D

datastreamService - Variable in class org.fcrepo.http.commons.AbstractResource
The fcrepo datastream service

E

end() - Method in class org.fcrepo.http.commons.domain.Range
End of the range
eventBus - Variable in class org.fcrepo.http.commons.AbstractResource
 

G

getAuthenticatedSession() - Method in interface org.fcrepo.http.commons.session.AuthenticatedSessionProvider
Get an authenticated JCR session
getAuthenticatedSession() - Method in class org.fcrepo.http.commons.session.AuthenticatedSessionProviderImpl
 
getContentNode(Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Get the content-bearing node for the given subject
getContext() - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
getContext(Dataset, Node) - Method in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
getGraphSubject(String) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
getGraphSubject(Node) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
getInjectable(ComponentContext, InjectedSession) - Method in class org.fcrepo.http.commons.session.SessionProvider
 
getInstance() - Static method in class org.fcrepo.http.commons.responses.ViewHelpers
ViewHelpers are singletons.
getInternalSession() - Method in class org.fcrepo.http.commons.session.SessionFactory
Get a new JCR Session
getInternalSession(String) - Method in class org.fcrepo.http.commons.session.SessionFactory
Get a new JCR session in the given workspace
getNamespacePrefix(PrefixMapping, String, boolean) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Get the namespace prefix (or the namespace URI itself, if no prefix is available) from a prefix mapping
getNodeBreadcrumbs(UriInfo, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Generate url -> local name breadcrumbs for a given node's tree
getNodeFromGraphSubject(Resource) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
getObjects(DatasetGraph, Node, Resource) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Return an iterator of Quads that match the given subject and predicate
getObjectsAsString(DatasetGraph, Node, Resource, boolean) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Get the string version of the object that matches the given subject and predicate
getObjectTitle(DatasetGraph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Get the canonical title of a subject from the graph
getPathFromGraphSubject(Resource) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
getPathFromGraphSubject(String) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
Gets a path from the graph subject's URI.
getPathMap(Node) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
getPrefixPreamble(PrefixMapping) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Get a prefix preamble appropriate for a SPARQL-UPDATE query from a prefix mapping object
getRDFFormat() - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider.NTriplesWithCorrectMimeType
 
getSession(HttpServletRequest) - Method in class org.fcrepo.http.commons.session.SessionFactory
Get a JCR session for the given HTTP servlet request with a SecurityContext attached
getSitemapEntries() - Method in class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapIndex
Get all the sitemap's entries
getSitemapEntries() - Method in class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapUrlSet
Get all the sitemap entries
getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
getSize(Dataset, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfProvider
 
getSize(RdfStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
 
getSize(RdfStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
 
getSortedTriples(Model, Iterator<Quad>) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Sort a Iterator of Quads alphabetically by its subject, predicate, and object
getUserName() - Method in class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext
 
getValue() - Method in class org.fcrepo.http.commons.session.InjectableSession
 
getValueForObject(Node) - Static method in class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
 
getVersionDate(DatasetGraph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Gets a modification date of a subject from the graph
getVersionLabel(DatasetGraph, Node, String) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Gets a version label of a subject from the graph
GraphStoreStreamingOutput - Class in org.fcrepo.http.commons.responses
Helper for serializing a GraphStore or Dataset to a RDF serialization format (given by the serialization's mime type)
GraphStoreStreamingOutput(GraphStore, MediaType) - Constructor for class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
Construct the StreamingOutput machinery to serialize a GraphStore to the mime type given
GraphStoreStreamingOutput(Dataset, MediaType) - Constructor for class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
Construct the StreamingOutput machinery to serialize a Dataset to the mime type given
GraphStoreStreamingOutput(RdfStream, MediaType) - Constructor for class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
Construct the StreamingOutput machinery to serialize an RdfStream to the mime type given

H

hasRange() - Method in class org.fcrepo.http.commons.domain.Range
Does this range actually impose limits
hasRole(String) - Method in class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext
 
HtmlTemplate - Annotation Type in org.fcrepo.http.commons.responses
An annotation that hints to the HtmlProvider a template that should be used to render a response.
HttpGraphSubjects - Class in org.fcrepo.http.commons.api.rdf
Translate JCR paths to URLs.
HttpGraphSubjects(Session, Class<?>, UriInfo) - Constructor for class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
Build HTTP graph subjects relative to the given JAX-RS resource, using the UriInfo provided.
HttpTripleUtil - Class in org.fcrepo.http.commons.api.rdf
Utility for injecting HTTP-contextual data into a Dataset
HttpTripleUtil() - Constructor for class org.fcrepo.http.commons.api.rdf.HttpTripleUtil
 

I

init() - Method in class org.fcrepo.http.commons.session.SessionFactory
Validate the spring wiring
InjectableSession - Class in org.fcrepo.http.commons.session
Scary JAX-RS magic to inject a JCR Session as a field for every request
InjectableSession(SessionFactory, HttpServletRequest) - Constructor for class org.fcrepo.http.commons.session.InjectableSession
Construct our request-context and authorization-context aware session factory
InjectedSession - Annotation Type in org.fcrepo.http.commons.session
The runtime-injected JCR Session
InvalidChecksumExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
Translate InvalidChecksumException errors into reasonable HTTP error codes
InvalidChecksumExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.InvalidChecksumExceptionMapper
 
isAnonymous() - Method in class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext
 
isFedoraGraphSubject(Resource) - Method in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
isFrozenNode(DatasetGraph, Node) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Determines whether the subject is of type nt:frozenNode.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
 

J

jcrTools - Static variable in class org.fcrepo.http.commons.AbstractResource
A convenience object provided by ModeShape for acting against the JCR repository.

L

lastModifiedPredicate - Static variable in class org.fcrepo.http.commons.responses.RdfSerializationUtils
The RDF predicate that will indicate the last-modified date of the node.
logout() - Method in class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.AnonymousAdminSecurityContext
 

M

MOVE - Annotation Type in org.fcrepo.http.commons.domain
MOVE HTTP method

N

N3 - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
N3_ALT1 - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
N3_ALT1_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
N3_ALT2 - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
N3_ALT2_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
N3_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
nodesBuilder - Variable in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
nodeService - Variable in class org.fcrepo.http.commons.AbstractResource
The fcrepo node service
NTRIPLES - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
NTRIPLES_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 

O

objectService - Variable in class org.fcrepo.http.commons.AbstractResource
The fcrepo object service
org.fcrepo.http.commons - package org.fcrepo.http.commons
Common abstractions for module's sub-packages.
org.fcrepo.http.commons.api.rdf - package org.fcrepo.http.commons.api.rdf
 
org.fcrepo.http.commons.domain - package org.fcrepo.http.commons.domain
Annotations for working with FedoraNodes.
org.fcrepo.http.commons.exceptionhandlers - package org.fcrepo.http.commons.exceptionhandlers
A variety of JAX-RS ExceptionMappers handlers.
org.fcrepo.http.commons.jaxb.responses.sitemap - package org.fcrepo.http.commons.jaxb.responses.sitemap
Copyright 2013 DuraSpace, Inc.
org.fcrepo.http.commons.responses - package org.fcrepo.http.commons.responses
Helpers and providers for different response formats.
org.fcrepo.http.commons.session - package org.fcrepo.http.commons.session
Types and implementation classes that define and provide sessions.

P

parameterize(String) - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Transform a source string to something appropriate for HTML ids
PATCH - Annotation Type in org.fcrepo.http.commons.domain
PATCH HTTP method
PathNotFoundExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
Translate PathNotFound exceptions into HTTP 404 errors
PathNotFoundExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.PathNotFoundExceptionMapper
 
pidMinter - Variable in class org.fcrepo.http.commons.AbstractResource
A resource that can mint new Fedora PIDs.
PLAIN - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
PLAIN_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
POSSIBLE_RDF_VARIANTS - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
POSSIBLE_SPARQL_RDF_VARIANTS - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
primaryTypePredicate - Static variable in class org.fcrepo.http.commons.responses.RdfSerializationUtils
The RDF predicate that will indicate the primary node type.

Q

QuadOrdering - Class in org.fcrepo.http.commons.api.rdf
Comparator to sort a list of Quads by subject, predicate, and object to ensure a consistent order for human-readable output
QuadOrdering(PrefixMapping) - Constructor for class org.fcrepo.http.commons.api.rdf.QuadOrdering
When sorting predicates, take into account the given PrefixMapping

R

Range - Class in org.fcrepo.http.commons.domain
Range header parsing logic
Range() - Constructor for class org.fcrepo.http.commons.domain.Range
Unbounded Range
Range(long) - Constructor for class org.fcrepo.http.commons.domain.Range
Left-bounded range
Range(long, long) - Constructor for class org.fcrepo.http.commons.domain.Range
Left and right bounded range
RangeRequestInputStream - Class in org.fcrepo.http.commons.responses
An InputStream wrapper that skips N bytes and only returns the data up to a certain length
RangeRequestInputStream(InputStream, long, long) - Constructor for class org.fcrepo.http.commons.responses.RangeRequestInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
RDF_XML - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RDF_XML_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RDFMediaType - Class in org.fcrepo.http.commons.domain
This is a convenience class carrying the various RDF content-type values as Strings and MediaTypes, after the fashion of the constants available on javax.ws.rs.core.MediaType
RDFMediaType() - Constructor for class org.fcrepo.http.commons.domain.RDFMediaType
 
RdfProvider - Class in org.fcrepo.http.commons.responses
Helper for writing Datasets out in a variety of serialization formats with cache headers.
RdfProvider() - Constructor for class org.fcrepo.http.commons.responses.RdfProvider
 
rdfsClass() - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Proxying access to the RDFS class static property
rdfsDomain() - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Proxying access to the RDFS domain static property
RdfSerializationUtils - Class in org.fcrepo.http.commons.responses
Utilities to help with serializing a graph to an HTTP resource
RdfSerializationUtils() - Constructor for class org.fcrepo.http.commons.responses.RdfSerializationUtils
 
RdfStreamProvider - Class in org.fcrepo.http.commons.responses
Provides serialization for streaming RDF results.
RdfStreamProvider() - Constructor for class org.fcrepo.http.commons.responses.RdfStreamProvider
 
RdfStreamProvider.NTriplesWithCorrectMimeType - Class in org.fcrepo.http.commons.responses
OpenRDF uses the wrong mimeType for n-triples, so we offer the correct one as well.
RdfStreamProvider.NTriplesWithCorrectMimeType() - Constructor for class org.fcrepo.http.commons.responses.RdfStreamProvider.NTriplesWithCorrectMimeType
 
RdfStreamStreamingOutput - Class in org.fcrepo.http.commons.responses
Serializes an RdfStream.
RdfStreamStreamingOutput(RdfStream, MediaType) - Constructor for class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
Normal constructor
rdfType() - Method in class org.fcrepo.http.commons.responses.ViewHelpers
Proxying access to the RDF type static property
registerMimeTypes() - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
Add the correct mimeType for n-triples.
RepositoryExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
Provide a quasi-useful stacktrace when a generic RepositoryException is caught
RepositoryExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.RepositoryExceptionMapper
 
repositoryService - Variable in class org.fcrepo.http.commons.AbstractResource
The fcrepo repository service
RESULTS_BIO - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RESULTS_BIO_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RESULTS_JSON - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RESULTS_JSON_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RESULTS_XML - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RESULTS_XML_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
RFC2822DATEFORMAT - Static variable in class org.fcrepo.http.commons.responses.RdfSerializationUtils
DateTimeFormatter for RFC2822 (used in HTTP headers), e.g.: Mon, 01 Jul 2013 07:51:23Z

S

SessionFactory - Class in org.fcrepo.http.commons.session
Factory for generating sessions for HTTP requests, taking into account transactions, workspaces, and authentication.
SessionFactory() - Constructor for class org.fcrepo.http.commons.session.SessionFactory
initialize an empty session factory
SessionFactory(Repository, TransactionService) - Constructor for class org.fcrepo.http.commons.session.SessionFactory
Initialize a session factory for the given Repository
SessionProvider - Class in org.fcrepo.http.commons.session
Provide a JCR session within the current request context
SessionProvider() - Constructor for class org.fcrepo.http.commons.session.SessionProvider
Yes, this provider really provides sessions
sessions - Variable in class org.fcrepo.http.commons.AbstractResource
 
setApplicationContext(ApplicationContext) - Method in class org.fcrepo.http.commons.api.rdf.HttpTripleUtil
 
setApplicationContext(ApplicationContext) - Method in class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
 
setShowStackTrace(Boolean) - Method in class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper
Set whether the full stack trace should be returned as part of the error response.
SitemapEntry - Class in org.fcrepo.http.commons.jaxb.responses.sitemap
Entry in a sitemap document
SitemapEntry() - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry
(default constructor used by JAX-B)
SitemapEntry(URI) - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry
Sitemap entry for a URL with a default last modified date
SitemapEntry(URI, Calendar) - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry
Sitemap entry for a URL with a last modified date
SitemapIndex - Class in org.fcrepo.http.commons.jaxb.responses.sitemap
A Sitemap index is a sitemap of other sitemaps
SitemapIndex() - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapIndex
Create a new sitemap index (sitemap-of-sitemaps)
SitemapUrlSet - Class in org.fcrepo.http.commons.jaxb.responses.sitemap
Suspiciously similar to SitemapIndex, a sitemap of entries.
SitemapUrlSet() - Constructor for class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapUrlSet
Create a new sitemap with the default settings
size() - Method in class org.fcrepo.http.commons.domain.Range
Length contained in the range
SSE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
SSE_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
start() - Method in class org.fcrepo.http.commons.domain.Range
Start of the range
StreamingBaseHtmlProvider - Class in org.fcrepo.http.commons.responses
Simple HTML provider that delegates to BaseHtmlProvider
StreamingBaseHtmlProvider() - Constructor for class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
 

T

templateFilenameExtension - Static variable in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
templatesLocation - Static variable in class org.fcrepo.http.commons.responses.BaseHtmlProvider
Location in the classpath where Velocity templates are to be found.
templatesMap - Variable in class org.fcrepo.http.commons.responses.BaseHtmlProvider
A map from String names for primary node types to the Velocity templates that should be used for those node types.
toPath(List<PathSegment>) - Static method in class org.fcrepo.http.commons.AbstractResource
Convert a JAX-RS list of PathSegments to a JCR path
toResponse(AccessControlException) - Method in class org.fcrepo.http.commons.exceptionhandlers.AccessControlExceptionMapper
 
toResponse(AccessControlException) - Method in class org.fcrepo.http.commons.exceptionhandlers.AccessControlExceptionMapper
 
toResponse(AccessDeniedException) - Method in class org.fcrepo.http.commons.exceptionhandlers.AccessDeniedExceptionMapper
 
toResponse(InvalidChecksumException) - Method in class org.fcrepo.http.commons.exceptionhandlers.InvalidChecksumExceptionMapper
 
toResponse(PathNotFoundException) - Method in class org.fcrepo.http.commons.exceptionhandlers.PathNotFoundExceptionMapper
 
toResponse(RepositoryException) - Method in class org.fcrepo.http.commons.exceptionhandlers.RepositoryExceptionMapper
 
toResponse(TransactionMissingException) - Method in class org.fcrepo.http.commons.exceptionhandlers.TransactionMissingExceptionMapper
 
toResponse(Exception) - Method in class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper
 
toStatement - Static variable in class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
 
TransactionMissingExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
If a transaction is requested that has been closed (or never existed), just return an HTTP 410 Gone.
TransactionMissingExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.TransactionMissingExceptionMapper
 
TSV - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
TSV_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
TURTLE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
TURTLE_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
TURTLE_X - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
TURTLE_X_TYPE - Static variable in class org.fcrepo.http.commons.domain.RDFMediaType
 
TX_PREFIX - Static variable in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 

U

UriAwareResourceModelFactory - Interface in org.fcrepo.http.commons.api.rdf
Helper to generate an RDF model for a FedoraResourceImpl that (likely) creates relations from our resource to other HTTP components
uriInfo - Variable in class org.fcrepo.http.commons.AbstractResource
Useful for constructing URLs

V

velocity - Variable in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
velocityPropertiesLocation - Static variable in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
versionService - Variable in class org.fcrepo.http.commons.AbstractResource
The fcrepo version service
ViewHelpers - Class in org.fcrepo.http.commons.responses
General view helpers for rendering HTML responses
ViewHelpers() - Constructor for class org.fcrepo.http.commons.responses.ViewHelpers
 

W

WildcardExceptionMapper - Class in org.fcrepo.http.commons.exceptionhandlers
Catch all the exceptions!
WildcardExceptionMapper() - Constructor for class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper
 
WORKSPACE_PREFIX - Static variable in class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects
 
write(OutputStream) - Method in class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput
 
write(OutputStream) - Method in class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput
 
writeTo(Dataset, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.fcrepo.http.commons.responses.BaseHtmlProvider
 
writeTo(Dataset, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.fcrepo.http.commons.responses.RdfProvider
 
writeTo(RdfStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.fcrepo.http.commons.responses.RdfStreamProvider
 
writeTo(RdfStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.fcrepo.http.commons.responses.StreamingBaseHtmlProvider
 
A B C D E G H I J L M N O P Q R S T U V W 

Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.