Uses of Interface
com.helger.commons.url.ISimpleURL
-
Packages that use ISimpleURL Package Description com.helger.commons.io.resource com.helger.commons.lang com.helger.commons.url -
-
Uses of ISimpleURL in com.helger.commons.io.resource
Constructors in com.helger.commons.io.resource with parameters of type ISimpleURL Constructor Description URLResource(ISimpleURL aURL) -
Uses of ISimpleURL in com.helger.commons.lang
Methods in com.helger.commons.lang with parameters of type ISimpleURL Modifier and Type Method Description static NonBlockingPropertiesPropertiesHelper. loadProperties(ISimpleURL aURL) -
Uses of ISimpleURL in com.helger.commons.url
Classes in com.helger.commons.url that implement ISimpleURL Modifier and Type Class Description classSimpleURLAbstraction of the string parts of a URL but much simpler (and faster) thanURL.classURLDataRead-only implementation ofISimpleURLMethods in com.helger.commons.url that return ISimpleURL Modifier and Type Method Description static ISimpleURLURLHelper. getAsURLData(String sHref)static ISimpleURLURLHelper. getAsURLData(String sHref, IDecoder<String,String> aParameterDecoder)Parses the passed URL into a structured formISimpleURLConstantHasSimpleURL. getSimpleURL()ISimpleURLIHasSimpleURL. getSimpleURL()Methods in com.helger.commons.url with parameters of type ISimpleURL Modifier and Type Method Description IURLProtocolURLProtocolRegistry. getProtocol(ISimpleURL aURL)Try to evaluate the matching URL protocol from the passed URLstatic StringURLHelper. getURLString(ISimpleURL aURL, Charset aParameterCharset)booleanURLProtocolRegistry. hasKnownProtocol(ISimpleURL aURL)Check if the passed URL has any known protocolConstructors in com.helger.commons.url with parameters of type ISimpleURL Constructor Description ConstantHasSimpleURL(ISimpleURL aURL)SimpleURL(ISimpleURL aURL)
-