| Package | Description |
|---|---|
| com.ocpsoft.pretty.faces.config.mapping | |
| com.ocpsoft.pretty.faces.url | |
| com.ocpsoft.pretty.faces.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PathParameter |
class |
QueryParameter |
| Modifier and Type | Method and Description |
|---|---|
<T extends RequestParameter> |
QueryString.addParameters(List<T> params)
Add query parameters from the given list of
RequestParameter objects. |
static <T extends RequestParameter> |
QueryString.build(List<T> params)
Build a query string from the given list of
RequestParameter objects. |
| Modifier and Type | Method and Description |
|---|---|
String |
PrettyURLBuilder.build(UrlMapping mapping,
boolean encodeUrl,
RequestParameter... parameters)
Build a Pretty URL for the given UrlMapping and parameters.
|
String |
PrettyURLBuilder.build(UrlMapping mapping,
RequestParameter... parameters)
Deprecated.
|
Copyright © 2014 OCPsoft. All Rights Reserved.