Class TupleQueryResultView

java.lang.Object
org.eclipse.rdf4j.http.server.repository.QueryResultView
org.eclipse.rdf4j.http.server.repository.TupleQueryResultView
All Implemented Interfaces:
org.springframework.web.servlet.View

public class TupleQueryResultView extends QueryResultView
View used to render tuple query results. Renders results in a format specified using a parameter or Accept header.
Author:
Herko ter Horst, Arjohn Kampman
  • Field Details

    • DEFAULT_JSONP_CALLBACK_PARAMETER

      protected static final String DEFAULT_JSONP_CALLBACK_PARAMETER
      See Also:
    • JSONP_VALIDATOR

      protected static final Pattern JSONP_VALIDATOR
  • Method Details