| Class | Description |
|---|---|
| CommonWebApi | API shared by controllers, tag libraries and any other web artifact. |
| ControllersApi | API for each controller in a Grails application. |
| ControllersDomainBindingApi | Enhancements made to domain classes for data binding. |
| ControllersMimeTypesApi | Api extensions to controllers for the MimeTypes plugin. |
| MimeTypesApiSupport | Support class for dealing with calls to withFormat. |
| RequestMimeTypesApi | Methods added to the javax.servlet.http.HttpServletRequest instance for request format handling. |
| ResponseMimeTypesApi | Methods added to javax.servlet.http.HttpServletResponse for response format handling. |
| ServletRequestApi | Additional methods added to the HttpServletRequest API. |
| TagLibraryApi | API for Tag libraries in a Grails application. |