public abstract class QueryResultView extends Object implements org.springframework.web.servlet.View
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONNECTION_KEYKey by which the current  RepositoryConnectionis stored in the Model. | 
| static String | FACTORY_KEYKey by which the query result writer factory is stored in the model. | 
| static String | FILENAME_HINT_KEYKey by which a filename hint is stored in the model. | 
| static String | HEADERS_ONLY | 
| static String | QUERY_RESULT_KEYKey by which the query result is stored in the model. | 
| Constructor and Description | 
|---|
| QueryResultView() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | logEndOfRequest(javax.servlet.http.HttpServletRequest request) | 
| void | render(Map model,
      javax.servlet.http.HttpServletRequest request,
      javax.servlet.http.HttpServletResponse response) | 
| protected abstract void | renderInternal(Map model,
              javax.servlet.http.HttpServletRequest request,
              javax.servlet.http.HttpServletResponse response) | 
| protected void | setContentDisposition(Map model,
                     javax.servlet.http.HttpServletResponse response,
                     FileFormat fileFormat) | 
| protected void | setContentType(javax.servlet.http.HttpServletResponse response,
              FileFormat fileFormat) | 
public static final String QUERY_RESULT_KEY
public static final String FACTORY_KEY
public static final String FILENAME_HINT_KEY
public static final String CONNECTION_KEY
RepositoryConnection is stored in the Model. If this is present, the
 QueryResultView will take care to close the connection after processing the query result.public static final String HEADERS_ONLY
public final void render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
render in interface org.springframework.web.servlet.ViewIOExceptionprotected abstract void renderInternal(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected void setContentType(javax.servlet.http.HttpServletResponse response,
                              FileFormat fileFormat)
                       throws IOException
IOExceptionprotected void setContentDisposition(Map model, javax.servlet.http.HttpServletResponse response, FileFormat fileFormat) throws IOException
IOExceptionprotected void logEndOfRequest(javax.servlet.http.HttpServletRequest request)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.