| java.lang.Object com.sun.portal.wireless.htmlconversion.servlet.URLTranscoder
URLTranscoder | public class URLTranscoder (Code) | | Utility class for encoding and decoding URLs
author: ashwin.mathew@sun.com |
getContextPath | public String getContextPath()(Code) | | Returns the request context path.
|
getURLPrefix | public String getURLPrefix()(Code) | | Returns the URL prefix, with the context path added to it.
|
resolveURL | public String resolveURL(String url)(Code) | | If a URL is relative, resolves it relative to the
referer URL.
Parameters: url - |
rewriteURL | public String rewriteURL(String url)(Code) | | Rewrites a URL with the session id, and encodes it. This
method will also prefix the current absolute path to the URL
in case the URL is relative.
Parameters: url - |
|
|