public interface ISimpleURL extends IURLData, IHasStringRepresentation
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_URL_STRING
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsString() |
String |
getAsStringWithEncodedParameters() |
String |
getAsStringWithEncodedParameters(Charset aCharset) |
String |
getParam(String sKey)
Get the parameter value of the given key.
|
directGetAllParams, getAllParams, getAnchor, getParamCount, getPath, getProtocol, hasAnchor, hasKnownProtocol, hasParams@Deprecated static final String EMPTY_URL_STRING
@Nullable String getParam(@Nullable String sKey)
sKey - The key to check. May be null.null if no such parameter is present.@Nonnull String getAsString()
getAsString in interface IHasStringRepresentation@Nonnull String getAsStringWithEncodedParameters()
URLHelper.CHARSET_URL.Copyright © 2014–2016 Philip Helger. All rights reserved.