Package dev.getelements.elements.sdk.spi
Class UrlUtils
java.lang.Object
dev.getelements.elements.sdk.spi.UrlUtils
-
Method Summary
-
Method Details
-
toUrl
Converts the supplied string to a URL which will load its authority segment as text.- Parameters:
uriString
- the uri string- Returns:
- the URL
-
toUrls
Converts the supplied list of strings to URLs.- Parameters:
uriStrings
- the URI strings- Returns:
- an
Enumeration
of URLs
-