public interface RequestResponseAware
HttpServletRequest and HttpServletResponse objects. GWTController to propagate the request/response pair to
the invoked GWT service instance.GWTController| Modifier and Type | Method and Description |
|---|---|
void |
setRequest(javax.servlet.http.HttpServletRequest request)
Is invoked by the
GWTController to propagate the request object
to the invoked GWT service instance. |
void |
setResponse(javax.servlet.http.HttpServletResponse response)
Is invoked by the
GWTController to propagate the response object
to the invoked GWT service instance. |
void setRequest(javax.servlet.http.HttpServletRequest request)
GWTController to propagate the request object
to the invoked GWT service instance.request - current request objectvoid setResponse(javax.servlet.http.HttpServletResponse response)
GWTController to propagate the response object
to the invoked GWT service instance.response - current response objectCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.