| Package | Description |
|---|---|
| com.phloc.commons.url |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISimpleURL
Interface for a simple URL that works around the issues with the Java default
URL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
ReadonlySimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
SimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
URLData
Default implementation of the
IURLData interface. |
| Modifier and Type | Method and Description |
|---|---|
static IURLData |
URLUtils.getAsURLData(String sHref) |
static IURLData |
URLUtils.getAsURLData(String sHref,
IDecoder<String> aParameterDecoder)
Parses the passed URL into a structured form
|
| Modifier and Type | Method and Description |
|---|---|
static IURLProtocol |
URLProtocolRegistry.getProtocol(IURLData aURL)
Try to evaluate the matching URL protocol from the passed URL
|
static String |
URLUtils.getURLString(IURLData aURL,
Charset aParameterCharset) |
static String |
URLUtils.getURLString(IURLData aURL,
String sParameterCharset)
Deprecated.
|
static boolean |
URLProtocolRegistry.hasKnownProtocol(IURLData aURL)
Check if the passed URL has any known protocol
|
| Constructor and Description |
|---|
AbstractSimpleURL(IURLData aURL) |
ReadonlySimpleURL(IURLData aURL) |
SimpleURL(IURLData aURL) |
Copyright © 2006–2014 phloc systems. All rights reserved.