Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.common.io
Class URLUtils

java.lang.Object
  extended by oracle.stellent.wcm.common.io.URLUtils


public abstract class URLUtils
extends java.lang.Object

URL Utility methods


Constructor Summary
URLUtils()
           

 

Method Summary
static boolean validateExists(java.net.URL url)
          Validate a URL exists.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

URLUtils

public URLUtils()

Method Detail

validateExists

public static boolean validateExists(java.net.URL url)
Validate a URL exists. Takes optimized routes for HTTP and FileSystem based URLs
Parameters:
url - the URL to validate
Returns:
true if the url can be retrieved

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.