Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner.ResultSetParser
-
Packages that use ResultSetParser Package Description edu.cornell.mannlib.vitro.webapp.controller.ajax edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner -
-
Uses of ResultSetParser in edu.cornell.mannlib.vitro.webapp.controller.ajax
Subclasses of ResultSetParser in edu.cornell.mannlib.vitro.webapp.controller.ajax Modifier and Type Class Description protected static classAbstractAjaxResponder.JsonArrayParserAJAX responders can use a parser that extends this class. -
Uses of ResultSetParser in edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner
Methods in edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner with parameters of type ResultSetParser Modifier and Type Method Description <T> TSparqlQueryRunner.ExecutingSelectQueryContext. parse(ResultSetParser<T> parser)
-