JSP 2.0 Expression Language - Implicit Objects
The list of the implicit objects available in the Expression Lanaguage. Not available are illustrated here:

EL Expression Result
\${header["host"]} ${header["host"]}
\${header["accept"]} ${header["accept"]}
\${header["user-agent"]} ${header["user-agent"]}