直接访问javax.servlet.ServletContext与当前请求关联的对象。

    1. ${#servletContext.getAttribute('foo')}
    2. ${#servletContext.contextPath}
    3. ...