Class ExplainQueryResultView
java.lang.Object
org.eclipse.rdf4j.http.server.repository.QueryResultView
org.eclipse.rdf4j.http.server.repository.ExplainQueryResultView
- All Implemented Interfaces:
org.springframework.web.servlet.View
-
Field Summary
Fields inherited from class QueryResultView
CONNECTION_KEY, FACTORY_KEY, FILENAME_HINT_KEY, HEADERS_ONLY, QUERY_EXPLAIN_RESULT_KEY, QUERY_RESULT_KEYFields inherited from interface org.springframework.web.servlet.View
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderInternal(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class QueryResultView
logEndOfRequest, render, setContentDisposition, setContentTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.View
getContentType
-
Constructor Details
-
ExplainQueryResultView
public ExplainQueryResultView()
-
-
Method Details
-
renderInternal
protected void renderInternal(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException - Specified by:
renderInternalin classQueryResultView- Throws:
IOException
-