| Package | Description |
|---|---|
| com.damnhandy.uri.template |
Handy URI Templates
|
| Modifier and Type | Method and Description |
|---|---|
static Expression.Builder |
Expression.continuation(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression using form-style query continuation expansion
according to section 3.2.9. |
static Expression.Builder |
Expression.fragment(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression with a fragment operator
according to section 3.2.4. |
static Expression.Builder |
Expression.label(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression using label expansion
according to section 3.2.5. |
static Expression.Builder |
Expression.matrix(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression using path-style parameter
(a.k.a. |
static Expression.Builder |
Expression.path(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression using path expansion
according to section 3.2.6. |
static Expression.Builder |
Expression.query(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression using form-style query string expansion
according to section 3.2.8. |
static Expression.Builder |
Expression.reserved(VarSpec... varSpec)
Creates a new
Expression.Builder to create an expression that will use reserved expansion
according to section 3.2.3. |
static Expression.Builder |
Expression.simple(VarSpec... varSpec)
Creates a new
Expression.Builder to create a simple expression according
to section 3.2.2. |
Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.