|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that a multithreaded channel that wants to have direct access to the HttpServletResponse object must implement.
Method Summary | |
void |
setResponse(java.lang.String uid,
javax.servlet.http.HttpServletResponse response)
Sets the HttpServletResponse for the channel to use. |
Method Detail |
public void setResponse(java.lang.String uid, javax.servlet.http.HttpServletResponse response)
uid
- The unique ID of the channelresponse
- The HttpServletResponse for the channel to use.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |