Description | Implicit object | Purpose |
|---|---|
| applicationscope | It maps given attribute name. |
| sessionscope | The quality set in the session scope which maps given property name. |
| requestscope | The quality set in the solicitation scope which maps given characteristic name. |
| pagescope | The worth set in the page scope which maps given property name. |
| paramvalues | Gets the array of values of the request parameter. |
| param | Gets the single value of the request parameter. |
| pagecontext | It can access to many object request, session, application, page. |
| headervalues | Gets the cookie value of given cookie name. |
| cookies | Gets the cookie value of given cookie name. |
| initparam | initparam maps the parameters to initialize. |
| header | Gets the single value of the request header name. |
| Precedence operators | Reserve keywords |
|---|---|
| [] . | instanceof |
| + - (binary) | mod |
| || or | gt |
| == != eq ne | and |
| () | empty |
| < <= > >= lt le gt ge | div |
| * / div % mod | true |
| && and | le |
| -(unary) not ! empty | null |
| ?: | false |
| pagecontext | or |
Example
Key Points