Groovy Documentation

org.codehaus.groovy.grails.web.mapping
[Java] Interface UrlMappingsHolder


public interface UrlMappingsHolder

Main entry point of Grails URL mapping mechanism. This interface defines methods to match URLs and create reverse mappings based on the UrlMapping instances the implementor contains.

Authors:
Graeme Rocher
Since:
0.5


Groovy Documentation