| java.lang.Object org.netbeans.modules.webclient.URLUtil
URLUtil | public class URLUtil (Code) | | Utility class for various useful URL-related tasks.
!!! COPIED from extbrowser.
author: Petr Jiricka |
Method Summary | |
public static URL | createExternalURL(URL url) Creates a URL that is suitable for using in a different process on the
same node, similarly to URLMapper.EXTERNAL. |
createExternalURL | public static URL createExternalURL(URL url)(Code) | | Creates a URL that is suitable for using in a different process on the
same node, similarly to URLMapper.EXTERNAL. May just return the original
URL if that's good enough.
|
|
|