JSP 2.0 EL Implicit Objects
Insert Parameter
EL Expression |
Result |
${param.foo} |
|
${param["foo"]} |
|
${header["host"]} |
univerp.happydorm.or.kr |
${header["accept"]} |
*/* |
${header["user-agent"]} |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
|