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.util   
 

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.util
 

Methods in org.codehaus.groovy.grails.web.util that return UrlMappingsHolder
static UrlMappingsHolder WebUtils.lookupUrlMappings(ServletContext servletContext)
          Looks up the UrlMappingsHolder instance
 



Copyright (c) 2005-2006 The Grails project