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.
 class ResponseCodeUrlMapping
          A Url mapping for http response codes
 



Copyright (c) 2005-2009 The Grails project