Package | Description |
---|---|
org.eclipse.rdf4j.common.lang | |
org.eclipse.rdf4j.common.lang.service | |
org.eclipse.rdf4j.http.server | |
org.eclipse.rdf4j.http.server.repository | |
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.rio |
Rio: The rdf4j parser/writer API.
|
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.matchMIMEType(String mimeType,
Iterable<FF> fileFormats)
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 © 2015-2020 Eclipse Foundation. All Rights Reserved.