Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.http.NotAcceptableException
-
-
Uses of NotAcceptableException in edu.cornell.mannlib.vitro.webapp.controller.api
Methods in edu.cornell.mannlib.vitro.webapp.controller.api that throw NotAcceptableException Modifier and Type Method Description protected StringVitroApiServlet. parseAcceptHeader(javax.servlet.http.HttpServletRequest req, Collection<String> availableTypes, String defaultType) -
Uses of NotAcceptableException in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery
Methods in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery that throw NotAcceptableException 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 NotAcceptableException 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 NotAcceptableException in edu.cornell.mannlib.vitro.webapp.utils.http
Methods in edu.cornell.mannlib.vitro.webapp.utils.http that throw NotAcceptableException 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.
-