OpenWGA 7.0 - TMLScript reference
WGAProperty :
response
On object | WGA |
Usage |
Returns the JavaEE object representing the current HTTP response |
Description |
Grants access to the JavaEE response object of type "javax.servlet.http.HttpServletResponse". A complete reference of this object can be found in the JavaEE API Documentation. Many functionalities on this object which involve modification of the HTTP headers of the response will not be effective in WebTML because the JavaEE server prohibits their modification from a WebTML page. |
Writable | False |
Return value | Java object of type javax.servlet.http.HttpServletRequest |
Allowed in script types |
|