public interface UrlMappingInfo
UrlMapping| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest webRequest)
Configure this UrlMappingInfo the for the given GrailsWebRequest
|
java.lang.String |
getActionName()
The name of the action that the URL mappping maps to
|
java.lang.String |
getControllerName()
The name of the controller that the URL mapping maps to
|
java.lang.String |
getHttpMethod()
The HTTP method that this URL mapping maps to
|
java.lang.String |
getId()
The id part of the URL mapping if any
|
java.lang.String |
getNamespace() |
java.util.Map |
getParameters()
The parameters that were extracted from the URI that was matched
|
java.lang.String |
getPluginName()
The name of the plugin that this UrlMappingInfo maps to
|
java.lang.Object |
getRedirectInfo()
The redirect information should be a String or a Map.
|
java.lang.String |
getURI()
The URI to map to.
|
java.lang.String |
getVersion() |
java.lang.String |
getViewName()
The name of the view that the URL mappping maps to
|
boolean |
isParsingRequest()
Returns true of the request body should be parsed.
|
java.lang.String getURI()
java.lang.String getHttpMethod()
java.lang.String getVersion()
java.lang.String getControllerName()
java.lang.String getActionName()
java.lang.String getNamespace()
java.lang.String getPluginName()
java.lang.String getViewName()
java.lang.String getId()
java.util.Map getParameters()
void configure(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest webRequest)
webRequest - The GrailsWebRequest instanceboolean isParsingRequest()
java.lang.Object getRedirectInfo()