|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestGetterWrite
Allows for getting to the request and response objects for the current thread
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.sakaiproject.entitybroker.entityprovider.extension.RequestGetter |
|---|
getRequest, getResponse |
| Method Detail |
|---|
void setRequest(javax.servlet.http.HttpServletRequest req)
req - the current HttpServletRequestvoid setResponse(javax.servlet.http.HttpServletResponse res)
res - the current HttpServletResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||