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.metaclass   
org.codehaus.groovy.grails.web.util   
org.codehaus.groovy.grails.webflow.engine.builder   
 

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

Methods in org.codehaus.groovy.grails.web.metaclass that return UrlMappingsHolder
 UrlMappingsHolder ForwardMethod.getHolder()
           
 

Methods in org.codehaus.groovy.grails.web.metaclass with parameters of type UrlMappingsHolder
 void ForwardMethod.setHolder(UrlMappingsHolder value)
           
 

Constructors in org.codehaus.groovy.grails.web.metaclass with parameters of type UrlMappingsHolder
ForwardMethod(UrlMappingsHolder urlMappingsHolder)
           
 

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
 

Uses of UrlMappingsHolder in org.codehaus.groovy.grails.webflow.engine.builder
 

Methods in org.codehaus.groovy.grails.webflow.engine.builder that return UrlMappingsHolder
 UrlMappingsHolder RuntimeRedirectAction.getUrlMapper()
           
 

Methods in org.codehaus.groovy.grails.webflow.engine.builder with parameters of type UrlMappingsHolder
 void RuntimeRedirectAction.setUrlMapper(UrlMappingsHolder value)
           
 



Copyright (c) 2005-2009 The Grails project