| Interfaces | |
|---|---|
| FlashScope | An interface that represents flash scope and allows a flash scope map to be set to the next state. |
| GrailsApplicationAttributes | An interface defining the names of and methods to retrieve Grails specific request and servlet attributes |
| Classes | |
|---|---|
| DefaultGrailsApplicationAttributes | No description provided. |
| GrailsDispatcherServlet | Servlet that handles incoming requests for Grails. |
| GrailsFlashScope | Grails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope) |
| GrailsHttpServletRequest | Wrapper for HttpServletRequest instance that also implements java.util.Map to delegate to request attributes |
| GrailsHttpServletResponse | Wrapper class for HttpServletResponse that allows setting the content type while getting the writer. |