|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo org.codehaus.groovy.grails.web.mapping.ForwardUrlMappingInfo
public class ForwardUrlMappingInfo
Field Summary |
---|
Fields inherited from class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo |
---|
params |
Constructor Summary | |
---|---|
ForwardUrlMappingInfo()
|
Method Summary | |
---|---|
protected groovy.lang.MetaClass |
$getStaticMetaClass()
|
String |
getActionName()
The name of the action that the URL mappping maps to |
String |
getControllerName()
The name of the controller that the URL mapping maps to |
String |
getId()
The id part of the URL mapping if any |
groovy.lang.MetaClass |
getMetaClass()
|
Map |
getParameters()
The parameters that were extracted from the URI that was matched |
Object |
getProperty(String property)
|
String |
getURI()
The URI to map to. |
String |
getViewName()
The name of the view that the URL mappping maps to |
Object |
invokeMethod(String method,
Object arguments)
|
boolean |
isParsingRequest()
Returns true of the request body should be parsed. |
void |
setAction(String action)
|
void |
setActionName(String value)
|
void |
setController(String controller)
|
void |
setControllerName(String value)
|
void |
setId(String value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setParameters(Map value)
|
void |
setParams(Map params)
|
void |
setProperty(String property,
Object value)
|
void |
setURI(String value)
|
void |
setView(String view)
|
void |
setViewName(String value)
|
Methods inherited from class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo |
---|
configure, evaluateNameForValue, evaluateNameForValue, populateParamsForMapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForwardUrlMappingInfo()
Method Detail |
---|
public String getControllerName()
UrlMappingInfo
getControllerName
in interface UrlMappingInfo
public void setControllerName(String value)
public String getActionName()
UrlMappingInfo
getActionName
in interface UrlMappingInfo
public void setActionName(String value)
public String getViewName()
UrlMappingInfo
getViewName
in interface UrlMappingInfo
public void setViewName(String value)
public String getURI()
UrlMappingInfo
getURI
in interface UrlMappingInfo
public void setURI(String value)
public String getId()
UrlMappingInfo
getId
in interface UrlMappingInfo
public void setId(String value)
public void setParameters(Map value)
public void setController(String controller)
public void setAction(String action)
public void setView(String view)
public void setParams(Map params)
public Map getParameters()
UrlMappingInfo
getParameters
in interface UrlMappingInfo
public boolean isParsingRequest()
UrlMappingInfo
isParsingRequest
in interface UrlMappingInfo
protected groovy.lang.MetaClass $getStaticMetaClass()
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |