| Package | Description |
|---|---|
| com.helger.commons.io.resource | |
| com.helger.commons.lang | |
| com.helger.commons.url |
| Constructor and Description |
|---|
URLResource(ISimpleURL aURL) |
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingProperties |
PropertiesHelper.loadProperties(ISimpleURL aURL) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
URLData
Read-only implementation of
ISimpleURL |
| Modifier and Type | Method and Description |
|---|---|
static ISimpleURL |
URLHelper.getAsURLData(String sHref) |
static ISimpleURL |
URLHelper.getAsURLData(String sHref,
IDecoder<String,String> aParameterDecoder)
Parses the passed URL into a structured form
|
ISimpleURL |
IHasSimpleURL.getSimpleURL() |
ISimpleURL |
ConstantHasSimpleURL.getSimpleURL() |
| Modifier and Type | Method and Description |
|---|---|
IURLProtocol |
URLProtocolRegistry.getProtocol(ISimpleURL aURL)
Try to evaluate the matching URL protocol from the passed URL
|
static String |
URLHelper.getURLString(ISimpleURL aURL,
Charset aParameterCharset) |
boolean |
URLProtocolRegistry.hasKnownProtocol(ISimpleURL aURL)
Check if the passed URL has any known protocol
|
| Constructor and Description |
|---|
ConstantHasSimpleURL(ISimpleURL aURL) |
SimpleURL(ISimpleURL aURL) |
Copyright © 2014–2019 Philip Helger. All rights reserved.