|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseResponseContext
A base interface for all response context objects (getMarkup, performBlockingInteraction, initCookie, and handleEvents). This provides access to "Set-Cookie" and HTTP headers received from a producer.
| Method Summary | |
|---|---|
Map<String,List<String>> |
getMimeHeaders()Returns a map of HTTP header names and a list of values associated with a header. |
String |
getNamespaceUri()When this response is transported over SOAP, this method returns the namespace URI used to carry the response message. |
List<String> |
getResponseCookies()Returns a list of "Set-Cookie" headers received from a producer. |
void |
render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String resourcePath)Renders the results of the supplied resource, the request dispatcher is used to evaluate. |
void |
setResponseCookies(List<String> cookies)Sets the supplied list of cookies as response cookies. |
| Method Detail |
|---|
List<String> getResponseCookies()
UnsupportedOperationException - if there is no underlying response SOAP message.void setResponseCookies(List<String> cookies)
cookies - a list of cookies.
void render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String resourcePath)
throws javax.servlet.ServletException,
IOException
httpServletRequest - the current HTTP Request associated with this response context, can be accessed from the corresponding request context.httpServletResponse - the current HTTP Response associated with this response context, can be accessed from the corresponding response context.resourcePath - a fully qualified path to a resourcejavax.servlet.ServletException - thrown by the current requestDispatcher's include method.IOException - thrown by the current requestDispatcher's include method.Map<String,List<String>> getMimeHeaders()
UnsupportedOperationException - if there is no underlying SOAP message (response).String getNamespaceUri()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.