| Modifier and Type | Method and Description |
|---|---|
UrlMapping |
PrettyContext.getCurrentMapping()
Get the
UrlMapping representing the current request. |
| Modifier and Type | Method and Description |
|---|---|
QueryString |
ExtractedValuesURLBuilder.buildQueryString(UrlMapping mapping) |
URL |
ExtractedValuesURLBuilder.buildURL(UrlMapping mapping)
For all required values of the given PrettyUrlMapping, extract values from their mapped backing beans and create a
URL based on the url-pattern.
|
void |
ActionExecutor.executeActions(FacesContext context,
PhaseId currentPhaseId,
UrlMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
UrlMapping |
PrettyConfig.getMappingById(String id)
Get the
UrlMapping corresponding with the given mapping id. |
UrlMapping |
PrettyConfig.getMappingForUrl(URL url)
Search through all currently configured
UrlMapping objects for the first one that matches the given URL. |
| Modifier and Type | Method and Description |
|---|---|
List<UrlMapping> |
PrettyConfig.getMappings()
Get the currently configured list of
UrlMapping as an unmodifiable List |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyConfigBuilder.addMapping(UrlMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyConfig.setMappings(List<UrlMapping> mappings)
Set the currently configured list of
UrlMapping |
| Modifier and Type | Method and Description |
|---|---|
String |
DynaviewEngine.calculateDynaviewId(FacesContext facesContext,
UrlMapping urlMapping) |
| Modifier and Type | Method and Description |
|---|---|
String |
PrettyURLBuilder.build(UrlMapping urlMapping,
boolean encodeUrl,
List<UIParameter> parameters)
Build a Pretty URL for the given Mapping ID and parameters.
|
String |
PrettyURLBuilder.build(UrlMapping mapping,
boolean encodeUrl,
Map<String,String[]> parameters)
Build a Pretty URL for the given UrlMapping and parameters.
|
String |
PrettyURLBuilder.build(UrlMapping mapping,
boolean encodeUrl,
Object... parameters)
Build a Pretty URL for the given UrlMapping and parameters.
|
String |
PrettyURLBuilder.build(UrlMapping mapping,
boolean encodeUrl,
RequestParameter... parameters)
Build a Pretty URL for the given UrlMapping and parameters.
|
String |
PrettyURLBuilder.build(UrlMapping urlMapping,
List<UIParameter> parameters)
Deprecated.
Use
PrettyURLBuilder.build(UrlMapping, boolean, List) instead. |
String |
PrettyURLBuilder.build(UrlMapping mapping,
Map<String,String[]> parameters)
Deprecated.
Use
PrettyURLBuilder.build(UrlMapping, boolean, Map) instead. |
String |
PrettyURLBuilder.build(UrlMapping mapping,
Object... parameters)
Deprecated.
|
String |
PrettyURLBuilder.build(UrlMapping mapping,
RequestParameter... parameters)
Deprecated.
|
| Constructor and Description |
|---|
UrlMappingRuleAdaptor(UrlMapping mapping) |
Copyright © 2014 OCPsoft. All Rights Reserved.