oblac / jodd-site

Jodd site and documentation in plain markdown.

Home Page:http://jodd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better scopes description

igr opened this issue · comments

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]