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

Packages that use UrlMappingsHolder
org.codehaus.groovy.grails.web.mapping   
org.codehaus.groovy.grails.web.mapping.filter   
 

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

Classes in org.codehaus.groovy.grails.web.mapping that implement UrlMappingsHolder
 class DefaultUrlMappingsHolder
          The default implementation of the UrlMappingsHolder interface that takes a list of mappings and then sorts them according to their precdence rules as defined in the implementation of Comparable
 

Uses of UrlMappingsHolder in org.codehaus.groovy.grails.web.mapping.filter
 

Methods in org.codehaus.groovy.grails.web.mapping.filter that return UrlMappingsHolder
protected  UrlMappingsHolder UrlMappingsFilter.lookupUrlMappings()
          Looks up the UrlMappingsHolder instance
 



Copyright (c) 2005-2006 The Grails project