Uses of Class
org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping

Packages that use AbstractUrlMapping
org.codehaus.groovy.grails.web.mapping   
 

Uses of AbstractUrlMapping in org.codehaus.groovy.grails.web.mapping
 

Subclasses of AbstractUrlMapping in org.codehaus.groovy.grails.web.mapping
 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.
 



Copyright (c) 2005-2006 The Grails project