public abstract class RequestAwareTempStoreOutputStream extends TempStoreOutputStream
TempStoreOutputStream that knows about the HTTP request| Constructor and Description |
|---|
RequestAwareTempStoreOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
setHttpServletRequest(javax.servlet.http.HttpServletRequest request)
Sets the HTTP request object.
|
destroy, getInputStream, getLength, setFileName, setMimeTypepublic abstract void setHttpServletRequest(javax.servlet.http.HttpServletRequest request)
request - the HTTP request object or null if the HTTP request
object is unknown or this object is not used in the context of
a HTTP requestCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.