| 程序包 | 说明 |
|---|---|
| com.opslab.web |
| 限定符和类型 | 方法和说明 |
|---|---|
static UrlUtil.Builder |
UrlUtil.build(String path)
Creates URL builder for user-friendly way of building URLs.
|
static UrlUtil.Builder |
UrlUtil.build(String path,
boolean encodePath)
Creates URL builder with given path that can be optionally encoded.
|
UrlUtil.Builder |
UrlUtil.Builder.queryParam(String name,
String value)
Appends new query parameter to the url.
|
Copyright © 2016. All rights reserved.