grails: what's the equivalent of php's $_POST and $_GET -


i'm dealing example php scrip uses $_post , $_get. can tell me, what's grail's equivalent of php's $_post , $_get?

grails store info sent in request in map called params.

http://grails.org/doc/latest/ref/controllers/params.html

the type of map grailsparametermap, can check here methods available.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -