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

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

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

Classes in org.codehaus.groovy.grails.web.mapping that implement UrlMappingInfo
 class DefaultUrlMappingInfo
          A Class that implements the UrlMappingInfo interface and holds information established from a matched URL
 

Methods in org.codehaus.groovy.grails.web.mapping that return UrlMappingInfo
 UrlMappingInfo UrlMappingsHolder.match(String uri)
          Match and return the first UrlMappingInfo instance possible
 UrlMappingInfo UrlMapping.match(String uri)
          Matches the given URI and returns an instance of the UrlMappingInfo interface or null if a match couldn't be established
 UrlMappingInfo RegexUrlMapping.match(String uri)
          Matches the given URI and returns a DefaultUrlMappingInfo instance or null
 UrlMappingInfo DefaultUrlMappingsHolder.match(String uri)
           
 UrlMappingInfo[] UrlMappingsHolder.matchAll(String uri)
          Matches all possible UrlMappingInfo instances to the given URI and returns them all
 UrlMappingInfo[] DefaultUrlMappingsHolder.matchAll(String uri)
           
 UrlMappingInfo[] UrlMappingsHolder.matchAll(String uri, String httpMethod)
          Match all possible UrlMappingInfo instances to the given URI and HTTP method
 UrlMappingInfo[] DefaultUrlMappingsHolder.matchAll(String uri, String httpMethod)
           
 

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

Methods in org.codehaus.groovy.grails.web.mapping.filter with parameters of type UrlMappingInfo
protected  String UrlMappingsFilter.buildDispatchUrlForMapping(HttpServletRequest request, UrlMappingInfo info)
          Constructs the URI to forward to using the given request and UrlMappingInfo instance
 



Copyright (c) 2005-2006 The Grails project