| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.impl |
| Modifier and Type | Method and Description |
|---|---|
UrlBuilder |
UrlBuilder.addParameter(String name)
Adds a parameter without value to the URL.
|
UrlBuilder |
UrlBuilder.addParameter(String name,
Object value)
Adds a parameter to the URL.
|
UrlBuilder |
UrlBuilder.addPath(String path)
Adds a path to the URL.
|
protected UrlBuilder |
UrlBuilder.addPathPart(String part,
boolean quoteSlash) |
UrlBuilder |
UrlBuilder.addPathSegment(String pathSegment)
Adds a path segment to the URL.
|
| Constructor and Description |
|---|
UrlBuilder(UrlBuilder urlBuilder)
Copy constructor.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.