The Java EE 7 Tutorial
9.7 Examples of EL Expressions
Table 9-1 contains example EL expressions and the result of evaluating them.
Table 9-1 Example Expressions
EL Expression | Result |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[1,3,5,2].stream().sorted().toList() |
|
|
|
|
The context path |
|
The value of the |
|
The value of the request parameter named |
|
The host |
|
The value of the entry named |
${requestScope['javax.servlet.forward.servlet_path']} |
The value of the request-scoped attribute named |
|
Gets the value of the property |
|
The return value of the method |