public abstract class AbstractUrlMapping extends java.lang.Object
Abstract UrlMapping implementation that provides common basic functionality.
| Modifiers | Name | Description | 
|---|---|---|
| protected java.lang.Object | actionName | |
| protected grails.gorm.validation.ConstrainedProperty[] | constraints | |
| protected java.lang.Object | controllerName | |
| protected java.lang.Object | forwardURI | |
| protected GrailsApplication | grailsApplication | |
| protected java.lang.String | httpMethod | |
| protected java.lang.String | mappingName | |
| protected java.lang.Object | namespace | |
| protected java.util.Map | parameterValues | |
| protected boolean | parseRequest | |
| protected java.lang.Object | pluginName | |
| protected java.lang.Object | redirectInfo | |
| protected javax.servlet.ServletContext | servletContext | |
| protected java.lang.String | version | |
| protected java.lang.Object | viewName | 
| Constructor and description | 
|---|
| AbstractUrlMapping
                                (java.lang.Object redirectInfo, java.lang.Object controllerName, java.lang.Object actionName, java.lang.Object namespace, java.lang.Object pluginName, java.lang.Object viewName, grails.gorm.validation.ConstrainedProperty[] constraints, GrailsApplication grailsApplication)Base constructor required to construct a UrlMapping instance | 
| protected AbstractUrlMapping
                                (java.lang.Object viewName, grails.gorm.validation.ConstrainedProperty[] constraints, GrailsApplication grailsApplication) | 
| protected AbstractUrlMapping
                                (java.net.URI uri, grails.gorm.validation.ConstrainedProperty[] constraints, GrailsApplication grailsApplication) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Object | getActionName()@see grails.web.mapping.UrlMapping#getActionName() | 
|  | grails.gorm.validation.Constrained[] | getConstraints()@see UrlMapping#getConstraints() | 
|  | java.lang.Object | getControllerName()@see UrlMapping#getControllerName() | 
|  | java.lang.String | getHttpMethod() | 
|  | java.lang.String | getMappingName() | 
|  | java.lang.Object | getNamespace() | 
|  | java.lang.Object | getPluginName() | 
|  | java.lang.Object | getRedirectInfo() | 
|  | java.lang.String | getVersion() | 
|  | java.lang.Object | getViewName()@see grails.web.mapping.UrlMapping#getViewName() | 
|  | boolean | hasRuntimeVariable(java.lang.String name) | 
|  | void | setMappingName(java.lang.String name) | 
|  | void | setParameterValues(java.util.Map parameterValues) | 
|  | void | setParseRequest(boolean shouldParse) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Base constructor required to construct a UrlMapping instance
controllerName -  The name of the controlleractionName -  The name of the actionconstraints -  Any constraints that apply to the mappinggrailsApplication -  The GrailsApplication instance