-
- All Implemented Interfaces:
public final class HrefRepresents an HREF, optionally relative to another one.
This is used to normalize the string representation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHref.QueryParameter
-
Field Summary
Fields Modifier and Type Field Description private final Stringstringprivate final StringpercentEncodedStringprivate final List<Href.QueryParameter>queryParameters
-
Method Summary
Modifier and Type Method Description final StringgetString()final StringgetPercentEncodedString()final List<Href.QueryParameter>getQueryParameters()-
-
Method Detail
-
getPercentEncodedString
final String getPercentEncodedString()
-
getQueryParameters
final List<Href.QueryParameter> getQueryParameters()
-
-
-
-