Package | Description |
---|---|
info.aduna.lang | |
info.aduna.lang.service | |
org.openrdf.http.server | |
org.openrdf.http.server.repository | |
org.openrdf.query.resultio | |
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
Modifier and Type | Method and Description |
---|---|
static <FF extends FileFormat> |
FileFormat.matchFileName(String fileName,
Iterable<FF> fileFormats)
Tries to match the specified file name with the file extensions of the
supplied file formats.
|
static <FF extends FileFormat> |
FileFormat.matchFileName(String fileName,
Iterable<FF> fileFormats,
FF fallback)
Tries to match the specified file name with the file extensions of the
supplied file formats.
|
static <FF extends FileFormat> |
FileFormat.matchMIMEType(String mimeType,
Iterable<FF> fileFormats)
Tries to match the specified MIME type with the MIME types of the supplied
file formats.
|
static <FF extends FileFormat> |
FileFormat.matchMIMEType(String mimeType,
Iterable<FF> fileFormats,
FF fallback)
Tries to match the specified MIME type with the MIME types of the supplied
file formats.
|
Modifier and Type | Class and Description |
---|---|
class |
FileFormatServiceRegistry<FF extends FileFormat,S>
A special
ServiceRegistry for FileFormat related services. |
Modifier and Type | Method and Description |
---|---|
static <FF extends FileFormat,S> |
ProtocolUtil.getAcceptableService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileFormatServiceRegistry<FF,S> serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryResultView.setContentDisposition(Map model,
javax.servlet.http.HttpServletResponse response,
FileFormat fileFormat) |
protected void |
QueryResultView.setContentType(javax.servlet.http.HttpServletResponse response,
FileFormat fileFormat) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryResultFormat
Represents the concept of a boolean query result serialization format.
|
class |
QueryResultFormat
The base class of all file formats that represent the results of queries.
|
class |
TupleQueryResultFormat
Represents the concept of an tuple query result serialization format.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFFormat
Represents the concept of an RDF data serialization format.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.