public abstract class QueryResultView extends Object implements org.springframework.web.servlet.View
Modifier and Type | Field and Description |
---|---|
static String |
FACTORY_KEY
Key by which the query result writer factory is stored in the model.
|
static String |
FILENAME_HINT_KEY
Key by which a filename hint is stored in the model.
|
static String |
QUERY_RESULT_KEY
Key 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) |
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
protected void setContentType(javax.servlet.http.HttpServletResponse response, FileFormat fileFormat) throws IOException
IOException
protected void setContentDisposition(Map model, javax.servlet.http.HttpServletResponse response, FileFormat fileFormat) throws IOException
IOException
protected void logEndOfRequest(javax.servlet.http.HttpServletRequest request)
Copyright © 2001-2013 Aduna. All Rights Reserved.