public interface RequestGetterWrite extends RequestGetter
| Modifier and Type | Method and Description |
|---|---|
void |
setRequest(javax.servlet.http.HttpServletRequest req)
Sets the request for the current thread, this will be cleared when the thread closes
|
void |
setResponse(javax.servlet.http.HttpServletResponse res)
Sets the response for the current thread, this will be closed when the thread closes
|
getRequest, getResponsevoid setRequest(javax.servlet.http.HttpServletRequest req)
req - the current HttpServletRequestvoid setResponse(javax.servlet.http.HttpServletResponse res)
res - the current HttpServletResponseCopyright © 2003–2021 Sakai Project. All rights reserved.