Package | Description |
---|---|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
Modifier and Type | Method and Description |
---|---|
URLBuilder |
URLBuilder.addParameter(String key,
Object value)
Adds a parameter to the url.
|
URLBuilder |
URLBuilder.addParameter(String key,
Object value,
boolean urlEncode)
Adds a parameter to the url.
|
URLBuilder |
URLBuilder.addPart(String... uriPartsToAdd)
Adds a path part to the url.
|
Copyright © 2018. All rights reserved.