resolve javadoc issues.
This commit is contained in:
@ -29,13 +29,14 @@ public abstract class AbstractResponseStreamWriter implements ResponseStreamWrit
|
||||
* Content-Type header stays the same but, if compressed, the content-encoding header will be set
|
||||
* accordingly.
|
||||
*
|
||||
* @param query
|
||||
* @param response
|
||||
* @return
|
||||
* @throws Exception
|
||||
* see http://tools.ietf.org/html/rfc2616#section-14.11 and
|
||||
* see http://tools.ietf.org/html/rfc2616#section-3.5
|
||||
*
|
||||
* @see http://tools.ietf.org/html/rfc2616#section-14.11 and
|
||||
* @see http://tools.ietf.org/html/rfc2616#section-3.5
|
||||
* @param query The query
|
||||
* @param response The HttpServletResponse
|
||||
* @param contentType The content type
|
||||
* @return OutputStream The OutputStream
|
||||
* @throws Exception Something goes wrong
|
||||
*/
|
||||
protected OutputStream handleCompressionAndResponseHeaders(DAQQuery query, HttpServletResponse response,
|
||||
String contentType) throws Exception {
|
||||
|
Reference in New Issue
Block a user