|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UrlMappingInfo
The UrlMappingInfo interface defines that data that was produced when matching a URI with a UrlMapping instance.
UrlMapping
Method Summary | |
---|---|
void |
configure(GrailsWebRequest webRequest)
Configure this UrlMappingInfo the for the given GrailsWebRequest |
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 |
Map |
getParameters()
The parameters that were extracted from the URI that was matched |
String |
getViewName()
The name of the view that the URL mappping maps to |
Method Detail |
---|
String getControllerName()
String getActionName()
String getViewName()
String getId()
Map getParameters()
void configure(GrailsWebRequest webRequest)
webRequest
- The GrailsWebRequest instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |