Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.1.0)

E17486-02

oracle.adf.share.common.rc.util.impl
Class URLUtil

java.lang.Object
  extended by oracle.adf.share.common.rc.util.impl.URLUtil

public class URLUtil
extends java.lang.Object


Method Summary
static java.lang.String getArchiveExtension(java.lang.String urlStr)
           
static java.net.URL getURLForPath(java.net.URL url)
           
static java.net.URL[] getURLForPath(java.net.URL[] urls)
           
static java.net.URL getURLForPath(java.net.URL url, boolean fixDirSlash)
           
static java.net.URL[] stripCleanedURLs(java.net.URL[] urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getArchiveExtension

public static java.lang.String getArchiveExtension(java.lang.String urlStr)

getURLForPath

public static java.net.URL[] getURLForPath(java.net.URL[] urls)
                                    throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getURLForPath

public static java.net.URL getURLForPath(java.net.URL url)
                                  throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getURLForPath

public static java.net.URL getURLForPath(java.net.URL url,
                                         boolean fixDirSlash)
                                  throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

stripCleanedURLs

public static java.net.URL[] stripCleanedURLs(java.net.URL[] urls)

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.1.0)

E17486-02

Copyright © 1997, 2011, Oracle. All rights reserved.