|
RichFaces Core Implementation 4.2.3.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.richfaces.util.URLUtils
public class URLUtils
Utilities for handling URL
instances.
Method Summary | |
---|---|
static boolean |
isValidURL(String url)
Returns true if the URL given as string is valid URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isValidURL(String url)
Returns true if the URL given as string is valid URL.
Specifically it verifies that all mandatory parts of URL are in place and all other parts have valid form.
url
- the URL as string to be verified for valid URL form
|
RichFaces Core Implementation 4.2.3.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |