| Modifier and Type | Method and Description |
|---|---|
protected String |
VitroApiServlet.parseAcceptHeader(javax.servlet.http.HttpServletRequest req,
Collection<String> availableTypes,
String defaultType) |
| Modifier and Type | Method and Description |
|---|---|
static SparqlQueryApiExecutor |
SparqlQueryApiExecutor.instance(RDFService rdfService,
String queryString,
String acceptHeader)
Get an instance that is appropriate to the query and the acceptable
types.
|
| Constructor and Description |
|---|
SparqlQueryApiAskExecutor(RDFService rdfService,
String queryString,
String acceptHeader) |
SparqlQueryApiConstructExecutor(RDFService rdfService,
String queryString,
String acceptHeader) |
SparqlQueryApiDescribeExecutor(RDFService rdfService,
String queryString,
String acceptHeader) |
SparqlQueryApiSelectExecutor(RDFService rdfService,
String queryString,
String acceptHeader) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ContentTypeUtil.bestContentType(String acceptHeader,
Collection<String> availableTypeNames)
Given an Accept header value and a list of available type names, decide
which type is the best fit.
|
Copyright © 2021. All rights reserved.