@CompileStatic @SuppressWarnings(value: PropertyName) class ForwardUrlMappingInfo extends AbstractUrlMappingInfo
A customizable UrlMappingInfo instance used for forwards and includes.
Type | Name and description |
---|---|
String |
URI |
String |
action |
String |
actionName |
String |
controller |
String |
controllerName |
String |
httpMethod |
String |
id |
String |
namespace |
Map |
parameters |
Map |
params |
String |
pluginName |
String |
version |
String |
view |
String |
viewName |
Constructor and description |
---|
ForwardUrlMappingInfo() |
Type Params | Return Type | Name and description |
---|---|---|
|
String |
getAction() |
|
String |
getController() |
|
Map |
getParameters() |
|
Map<String, Object> |
getParams() |
|
UrlMappingData |
getUrlData() |
|
String |
getView() |
|
boolean |
isParsingRequest() |
|
void |
setAction(String action) |
|
void |
setController(String controller) |
|
void |
setNamespace(String namespace) |
|
void |
setParams(Map params) |
|
void |
setPluginName(String plugin) |
|
void |
setView(String view) |
Methods inherited from class | Name |
---|---|
class AbstractUrlMappingInfo |
configure, evaluateNameForValue, evaluateNameForValue, getParams, getRedirectInfo, populateParamsForMapping, setParams |