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