Interface | Description |
---|---|
RedirectEventListener | @deprecated Use grails.web.mapping.mvc.RedirectEventListener instead |
Class | Description |
---|---|
GrailsDispatcherServlet | @deprecated Use org.grails.web.servlet.mvc.GrailsDispatcherServlet instead |
GrailsHttpSession | An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map. |
GrailsParameterMap | A parameter map class that allows mixing of request parameters and controller parameters. |
GrailsWebRequest | @author Graeme Rocher |