Groovy Documentation

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


@SuppressWarnings("rawtypes")
public interface UrlCreator

Creates URL patterns as Strings. A UrlCreator is passed is a set of parameter values and produces a valid relative URI.

Authors:
Graeme Rocher
Since:
0.5.5


Groovy Documentation