${requestScope['javax.servlet.forward.servlet_path']}
|
Java Platform, Enterprise Edition (Java EE) 8 The Java EE Tutorial |
| Previous | Next | Contents |
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 |
|
The value of the request-scoped attribute named
|
|
Gets the value of the property |
|
The return value of the method |
| Previous | Next | Contents |
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.