Literals
From Documentation
EL expressions define the following literals:
- Boolean: true and false
- Integer: as in Java
- Floating point: as in Java
- String: with single and double quotes; " is escaped as \", ' is escaped as \', and \ is escaped as \\.
- Null: null
Version History
Version | Date | Content |
---|---|---|