| EL式 | 結果 |
| \${param.foo} | #{jf:escapeXml(param["foo"])} |
| indexOf('foo', 'o') | #{jf:indexOf("foo", "o")} |
| length('あいうえお123') | #{jf:length("あいうえお123")} |
| requestContextPath() | #{s:requestContextPath()} |
| requestServletPath() | #{s:requestServletPath()} |
| requestPathInfo() | #{s:requestPathInfo()} |