OpenWGA 7.0 - TMLScript reference
WGAProperty :
request
On object | WGA |
Usage |
Returns the JavaEE object representing the current HTTP request |
Description |
Grants access to the JavaEE request object of type "javax.servlet.http.HttpServletRequest". A complete reference of the available functionalities can be found in the JaveEE API Documentation. However, these are the most frequently used methods of this object in OpenWGA: WGA.request.getParameter("urlparameter") - Returns a URL parameter |
Writable | False |
Return value | Java object of type javax.servlet.http.HttpServletRequest |
Allowed in script types |
|