Class URLCoder.Builder
java.lang.Object
jodd.net.URLCoder.Builder
- Enclosing class:
URLCoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Charsetprotected booleanprotected final StringBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Returns full URL.queryParam(String name, Object value) queryParam(String name, String value) Appends new query parameter to the url.
-
Field Details
-
url
-
encoding
-
hasParams
protected boolean hasParams
-
-
Constructor Details
-
Builder
-
-
Method Details
-
queryParam
-
queryParam
Appends new query parameter to the url. -
get
Returns full URL.
-