Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.http.AcceptHeaderParsingException
-
-
Uses of AcceptHeaderParsingException in edu.cornell.mannlib.vitro.webapp.controller.api
Methods in edu.cornell.mannlib.vitro.webapp.controller.api that throw AcceptHeaderParsingException Modifier and Type Method Description protected StringVitroApiServlet. parseAcceptHeader(javax.servlet.http.HttpServletRequest req, Collection<String> availableTypes, String defaultType) -
Uses of AcceptHeaderParsingException in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery
Methods in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery that throw AcceptHeaderParsingException Modifier and Type Method Description static SparqlQueryApiExecutorSparqlQueryApiExecutor. instance(RDFService rdfService, String queryString, String acceptHeader)Get an instance that is appropriate to the query and the acceptable types.Constructors in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery that throw AcceptHeaderParsingException Constructor 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) -
Uses of AcceptHeaderParsingException in edu.cornell.mannlib.vitro.webapp.utils.http
Methods in edu.cornell.mannlib.vitro.webapp.utils.http that throw AcceptHeaderParsingException Modifier and Type Method Description static StringContentTypeUtil. 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.static Set<edu.cornell.mannlib.vitro.webapp.utils.http.ContentTypeUtil.AcceptableType>ContentTypeUtil. parseAcceptHeader(String acceptHeader)The order of items in the Accept header is not important.
-