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[] UrlMappingsHolder.getUrlMappings()
          Retrieves the held UrlMapping instances as an array
 UrlMapping[] DefaultUrlMappingsHolder.getUrlMappings()
           
protected  UrlMapping DefaultUrlMappingsHolder.lookupMapping(String controller, String action, Map params)
          Performs a match uses reverse mappings to looks up a mapping from the controller, action and params.
 

Method parameters in org.codehaus.groovy.grails.web.mapping with type arguments of type UrlMapping
 void DefaultUrlMappingEvaluator.UrlMappingBuilder.name(Map<String,UrlMapping> m)
           
 

Constructor parameters in org.codehaus.groovy.grails.web.mapping with type arguments of type UrlMapping
DefaultUrlMappingsHolder(List<UrlMapping> mappings)
           
DefaultUrlMappingsHolder(List<UrlMapping> mappings, List excludePatterns)
           
 



Copyright (c) 2005-2009 The Grails project