Package org.codehaus.groovy.grails.web.servlet

Interface Summary
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
GrailsRequestContext An interface that defines the methods and objects available during a Grails request context
 

Class Summary
DefaultGrailsApplicationAttributes Implementation of the GrailsApplicationAttributes interface that holds knowledge about how to obtain certain attributes from either the ServletContext or the HttpServletRequest instance.
GrailsDispatcherServlet Servlet that handles incoming requests for Grails.
GrailsFlashScope Grails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope)
GrailsUrlPathHelper Extends the default Spring UrlPathHelper and makes methods Grails path aware
HttpHeaders Class containing constants for HTTP headers.
WebRequestDelegatingRequestContext Delegates calls to a passed GrailsWebRequest instance.
WrappedResponseHolder A holder for the original Wrapped response for use when using includes
 



Copyright (c) 2005-2006 The Grails project