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 ConstrainedProperty[] |
constraints |
|
protected java.lang.Object |
controllerName |
|
protected java.lang.Object |
forwardURI |
|
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 boolean |
restful |
|
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, ConstrainedProperty[] constraints, javax.servlet.ServletContext servletContext) Base constructor required to construct a UrlMapping instance |
protected AbstractUrlMapping
(java.lang.Object viewName, ConstrainedProperty[] constraints, javax.servlet.ServletContext servletContext) |
protected AbstractUrlMapping
(java.net.URI uri, ConstrainedProperty[] constraints, javax.servlet.ServletContext servletContext) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
getActionName() @see org.codehaus.groovy.grails.web.mapping.UrlMapping#getActionName() |
|
ConstrainedProperty[] |
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 org.codehaus.groovy.grails.web.mapping.UrlMapping#getViewName() |
|
boolean |
hasRuntimeVariable(java.lang.String name) |
|
boolean |
isRestfulMapping() |
|
void |
setMappingName(java.lang.String name) |
|
void |
setParameterValues(java.util.Map parameterValues) |
|
void |
setParseRequest(boolean shouldParse) |
|
void |
setRestfulMapping(boolean isREST) |
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 mapping