org.codehaus.groovy.grails.web.servlet.mvc
Class SimpleGrailsController
java.lang.Object
org.codehaus.groovy.grails.web.servlet.mvc.SimpleGrailsController
- All Implemented Interfaces:
- ServletContextAware, Controller
public class SimpleGrailsController
- extends Object
- implements Controller, ServletContextAware
Base class for Grails controllers.
- Since:
- Jul 2, 2005
- Author:
- Steven Devijver, Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGrailsController
public SimpleGrailsController()
setGrailsApplication
public void setGrailsApplication(GrailsApplication application)
handleRequest
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
This method wraps regular request and response objects into Grails request and response objects.
It can handle maps as model types next to ModelAndView instances.
- Specified by:
handleRequest
in interface Controller
- Parameters:
request
- HTTP requestresponse
- HTTP response
- Returns:
- the model
- Throws:
Exception
setServletContext
public void setServletContext(ServletContext servletContext)
- Specified by:
setServletContext
in interface ServletContextAware
getServletContext
public ServletContext getServletContext()
Copyright (c) 2005-2009 The Grails project