Better scopes description
igr opened this issue · comments
Igor Spasić commented
Injectable Servlet and Request properties
The Madvoc SERVLET scope allows you to access and use the following values which can be accessed by the following injection names.
|| Name || Constant |Type || Value ||
| request | XXXX.REQUEST | javax.servlet.HttpServletRequest | The … |
Hint: For HttpServletRequest, HttpSession, ServletContext you can omit the name. Madvoc will autodetect on the type.
[existing example expanded by a) a Method example to access the request body and b) maybe an example how to access URL request parameters]