Uses of Class
org.codehaus.groovy.grails.web.servlet.mvc.GrailsParameterMap

Packages that use GrailsParameterMap
org.codehaus.groovy.grails.web.binding   
org.codehaus.groovy.grails.web.servlet.mvc   
 

Uses of GrailsParameterMap in org.codehaus.groovy.grails.web.binding
 

Methods in org.codehaus.groovy.grails.web.binding with parameters of type GrailsParameterMap
 void GrailsDataBinder.bind(GrailsParameterMap params)
          Binds from a GrailsParameterMap object
 

Uses of GrailsParameterMap in org.codehaus.groovy.grails.web.servlet.mvc
 

Methods in org.codehaus.groovy.grails.web.servlet.mvc that return GrailsParameterMap
 GrailsParameterMap GrailsWebRequest.getParams()
           
 

Methods in org.codehaus.groovy.grails.web.servlet.mvc with parameters of type GrailsParameterMap
 void ParameterCreationListener.paramsCreated(GrailsParameterMap params)
          Fired when the params object is created
 



Copyright (c) 2005-2006 The Grails project