| Package | Description |
|---|---|
| com.ocpsoft.pretty | |
| com.ocpsoft.pretty.faces.beans | |
| com.ocpsoft.pretty.faces.url |
| Modifier and Type | Method and Description |
|---|---|
QueryString |
PrettyContext.getRequestQueryString()
Return the
QueryString representing the query-string with which
this request was populated. |
| Modifier and Type | Method and Description |
|---|---|
QueryString |
ExtractedValuesURLBuilder.buildQueryString(UrlMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends RequestParameter> |
QueryString.build(List<T> params)
Build a query string from the given list of
RequestParameter objects. |
static QueryString |
QueryString.build(Map<String,String[]> params)
Build a query string from the given map of name=value pairs.
|
static QueryString |
QueryString.build(String url)
Build a query string from the given URL.
|
Copyright © 2014 OCPsoft. All Rights Reserved.