com.opensymphony.xwork2.util
Class URLUtil

java.lang.Object
  extended by com.opensymphony.xwork2.util.URLUtil

public class URLUtil
extends Object

Helper class to extract file paths from different urls


Constructor Summary
URLUtil()
           
 
Method Summary
static boolean verifyUrl(String url)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLUtil

public URLUtil()
Method Detail

verifyUrl

@Deprecated
public static boolean verifyUrl(String url)
Deprecated. 

Verify That the given String is in valid URL format.

Parameters:
url - The url string to verify.
Returns:
a boolean indicating whether the URL seems to be incorrect.


Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.