Rewrites a URL to maintain session state or otherwise alter the URL mapping.
Encodes the URI to ASCII format then passes through HttpServletResponse.encodeURL.
Encodes characters in the recommended UTF-8
encoding.
Example
${ao:encodeURL('../path-to-page.jsp')}
Function Information
Function Class: | com.aoapps.taglib.Functions |
---|---|
Function Signature: | java.lang.String encodeURL(java.lang.String) |
Display Name: | None |