Uses of Class
net.sf.jguiraffe.locators.URLLocator
-
Packages that use URLLocator Package Description net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way. -
-
Uses of URLLocator in net.sf.jguiraffe.locators
Methods in net.sf.jguiraffe.locators that return URLLocator Modifier and Type Method Description static URLLocator
URLLocator. getInstance(String sUrl)
Returns aURLLocator
instance for the URL specified as string.static URLLocator
URLLocator. getInstance(URL url)
Returns aURLLocator
instance for the specified URL.
-