JSP 2.0 EL Implicit Objects
Insert Parameter
EL Expression |
Result |
${param.foo} |
|
${param["foo"]} |
|
${header["host"]} |
univerp.happydorm.or.kr |
${header["accept"]} |
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
${header["user-agent"]} |
CCBot/2.0 (https://commoncrawl.org/faq/) |
|