public interface IURLData extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
directGetAllParams() |
Map<String,String> |
getAllParams() |
String |
getAnchor() |
int |
getParamCount() |
String |
getPath() |
IURLProtocol |
getProtocol() |
boolean |
hasAnchor() |
boolean |
hasKnownProtocol() |
boolean |
hasParams() |
@Nullable IURLProtocol getProtocol()
null for an unknown
protocol.boolean hasKnownProtocol()
true if the URL has a known protocol@Nonnull String getPath()
boolean hasParams()
true if at least one parameter is present.@Nonnegative int getParamCount()
@Nullable @ReturnsMutableObject(value="design") Map<String,String> directGetAllParams()
null.@Nonnull @ReturnsMutableCopy Map<String,String> getAllParams()
null.boolean hasAnchor()
true if an anchor is presentCopyright © 2014–2016 Philip Helger. All rights reserved.