Skip to content

Instantly share code, notes, and snippets.

@diegolirio
Last active August 29, 2015 14:08
Show Gist options
  • Save diegolirio/273d996d2cdd89cb37f5 to your computer and use it in GitHub Desktop.
Save diegolirio/273d996d2cdd89cb37f5 to your computer and use it in GitHub Desktop.
Java EL
${pageContext.request.serverName} = www.diegolirio.com
${pageContext.request.serverPort} = 80
${pageContext.request.scheme} = http
${pageContext.request.requestURI} = /[app_java]/WEB-INF/views/meu.jsp
${pageContext.request.requestURL} = http://[server_name]/[app_java]/WEB-INF/views/meu.jsp
${requestScope['javax.servlet.forward.request_uri']} = /[app_java]/minha/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment