Uses of Interface
org.codehaus.groovy.grails.web.mapping.UrlMapping

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

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

Classes in org.codehaus.groovy.grails.web.mapping that implement UrlMapping
 class AbstractUrlMapping
          Abstract UrlMapping implementation that provides common basic functionality
 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 UrlMapping
 UrlMapping[] DefaultUrlMappingsHolder.getUrlMappings()
           
 UrlMapping[] UrlMappingsHolder.getUrlMappings()
          Retrieves the held UrlMapping instances as an array
 



Copyright (c) 2005-2006 The Grails project