Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.1.0)

E10686-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)
           
 
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

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.1.0)

E10686-02

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