@SuppressWarnings({ "rawtypes", "unchecked" }) public abstract class AbstractUrlMappingInfo extends Object implements UrlMappingInfo
Abstract super class providing pass functionality for configuring a UrlMappingInfo.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
configure(GrailsWebRequest webRequest) |
|
protected String |
evaluateNameForValue(Object value) |
|
protected String |
evaluateNameForValue(Object value, GrailsWebRequest webRequest) |
|
public Map<String, Object> |
getParams() |
|
public Object |
getRedirectInfo() The redirect information should be a String or a Map. |
|
protected void |
populateParamsForMapping(GrailsWebRequest webRequest) Populates request parameters for the given UrlMappingInfo instance using the GrailsWebRequest |
|
public void |
setParams(Map newParams) |
The redirect information should be a String or a Map. If it is a String that string is the URI to redirect to. If it is a Map, that Map may contain any entries supported as arguments to the dynamic redirect(Map) method on a controller.
Populates request parameters for the given UrlMappingInfo instance using the GrailsWebRequest
webRequest
- The Map instance