public class URLUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
URLUtils.ResourceException |
| Constructor and Description |
|---|
URLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
existsResource(URL url)
Returns
true if the resource referred by an URL really exists |
static boolean |
isIdenticResource(URL view1,
URL view2,
String resourceId) |
static URL |
isValidURL(String urlString) |
public static boolean existsResource(URL url)
true if the resource referred by an URL really existsurl - Copyright © 2015. All rights reserved.