public abstract class Url extends Object
UrlConverters. It basicly bundles a String (getUrl()) with a 'quality' of this string.| Modifier and Type | Field and Description |
|---|---|
static Url |
NOT
NOT is the return value for an UrlConverter which cannot produce an URL for given parameters.
|
| Constructor and Description |
|---|
Url(UrlConverter uc) |
Url(UrlConverter uc,
int w) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getUrl()
The actuall url as a String.
|
UrlConverter |
getUrlConverter() |
int |
getWeight() |
String |
toString() |
public static final Url NOT
public Url(UrlConverter uc)
public Url(UrlConverter uc, int w)
public abstract String getUrl()
public int getWeight()
public UrlConverter getUrlConverter()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}