public class URI extends Object
Modifier and Type | Method and Description |
---|---|
URI |
append(String pathElement) |
URI |
copy() |
static URI |
of(String path) |
URI |
param(String name,
int value) |
URI |
param(String name,
long value) |
URI |
param(String name,
String value) |
void |
params(Map<String,String> params) |
static URI |
prototype(String path) |
String |
toString() |
public URI copy()
Copyright © 2013. All Rights Reserved.