|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UrlCreator | |
---|---|
org.codehaus.groovy.grails.web.mapping |
Uses of UrlCreator in org.codehaus.groovy.grails.web.mapping |
---|
Subinterfaces of UrlCreator in org.codehaus.groovy.grails.web.mapping | |
---|---|
interface |
UrlMapping
An interface that defines a URL mapping. |
Classes in org.codehaus.groovy.grails.web.mapping that implement UrlCreator | |
---|---|
class |
AbstractUrlMapping
Abstract UrlMapping implementation that provides common basic functionality |
class |
DefaultUrlCreator
The default implementation of the UrlCreator interface that constructs URLs in Grails default pattern of /controllerName/actionName/id |
class |
RegexUrlMapping
A UrlMapping implementation that takes a Grails URL pattern and turns it into a regex matcher so that URLs can be matched and information captured from the match. |
class |
ResponseCodeUrlMapping
A Url mapping for http response codes |
Methods in org.codehaus.groovy.grails.web.mapping that return UrlCreator | |
---|---|
UrlCreator |
DefaultUrlMappingsHolder.getReverseMapping(String controller,
String action,
Map params)
|
UrlCreator |
UrlMappingsHolder.getReverseMapping(String controller,
String action,
Map params)
Retrieves the best guess of a URI for the given controller, action and parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |