Uses of Class
org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest

Packages that use GrailsWebRequest
grails.util   
org.codehaus.groovy.grails.scaffolding.view   
org.codehaus.groovy.grails.web.mapping   
org.codehaus.groovy.grails.web.pages   
org.codehaus.groovy.grails.web.servlet   
org.codehaus.groovy.grails.web.servlet.mvc   
org.codehaus.groovy.grails.web.taglib   
org.codehaus.groovy.grails.web.util   
 

Uses of GrailsWebRequest in grails.util
 

Methods in grails.util that return GrailsWebRequest
static GrailsWebRequest GrailsWebUtil.bindMockWebRequest()
          Binds a Mock implementation of a GrailsWebRequest object to the current thread.
static GrailsWebRequest GrailsWebUtil.bindMockWebRequest(WebApplicationContext ctx)
          Binds a Mock implementation of a GrailsWebRequest object to the current thread.
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.scaffolding.view
 

Methods in org.codehaus.groovy.grails.scaffolding.view with parameters of type GrailsWebRequest
protected  String ScaffoldingViewResolver.generateViewSource(GrailsWebRequest webRequest, GrailsDomainClass domainClass)
           
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.mapping
 

Methods in org.codehaus.groovy.grails.web.mapping with parameters of type GrailsWebRequest
 void UrlMappingInfo.configure(GrailsWebRequest webRequest)
          Configure this UrlMappingInfo the for the given GrailsWebRequest
 void AbstractUrlMappingInfo.configure(GrailsWebRequest webRequest)
           
protected  String AbstractUrlMappingInfo.evaluateNameForValue(Object value, GrailsWebRequest webRequest)
           
protected  void AbstractUrlMappingInfo.populateParamsForMapping(GrailsWebRequest webRequest)
          Populates request parameters for the given UrlMappingInfo instance using the GrailsWebRequest
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.pages
 

Methods in org.codehaus.groovy.grails.web.pages with parameters of type GrailsWebRequest
static Object GroovyPage.captureTagOutput(TagLibraryLookup gspTagLibraryLookup, String namespace, String tagName, Map attrs, Object body, GrailsWebRequest webRequest)
           
static groovy.lang.Closure GroovyPage.createOutputCapturingClosure(Object wrappedInstance, Object body1, GrailsWebRequest webRequest, boolean preferSubChunkWhenWritingToOtherBuffer)
           
 void GroovyPage.initRun(Writer target, GrailsWebRequest webRequest)
           
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.servlet
 

Methods in org.codehaus.groovy.grails.web.servlet that return GrailsWebRequest
 GrailsWebRequest WebRequestDelegatingRequestContext.getWebRequest()
          Retrieves the webRequest objec
 

Methods in org.codehaus.groovy.grails.web.servlet with parameters of type GrailsWebRequest
protected  void GrailsDispatcherServlet.copyParamsFromPreviousRequest(GrailsWebRequest previousRequestAttributes, GrailsWebRequest requestAttributes)
           
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.servlet.mvc
 

Methods in org.codehaus.groovy.grails.web.servlet.mvc that return GrailsWebRequest
static GrailsWebRequest GrailsWebRequest.lookup(HttpServletRequest request)
          Looks up the GrailsWebRequest from the current request
 

Methods in org.codehaus.groovy.grails.web.servlet.mvc with parameters of type GrailsWebRequest
 ModelAndView SimpleGrailsControllerHelper.handleURI(String uri, GrailsWebRequest webRequest)
           
 ModelAndView GrailsControllerHelper.handleURI(String uri, GrailsWebRequest webRequest)
          Handles a Grails URI
 ModelAndView SimpleGrailsControllerHelper.handleURI(String uri, GrailsWebRequest webRequest, Map params)
           
 ModelAndView GrailsControllerHelper.handleURI(String uri, GrailsWebRequest webRequest, Map params)
          Handles a Grails URI
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.taglib
 

Constructors in org.codehaus.groovy.grails.web.taglib with parameters of type GrailsWebRequest
GroovyPageTagBody(Object owner, GrailsWebRequest webRequest, groovy.lang.Closure bodyClosure)
           
GroovyPageTagBody(Object owner, GrailsWebRequest webRequest, groovy.lang.Closure bodyClosure, boolean preferSubChunkWhenWritingToOtherBuffer)
           
 

Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.util
 

Methods in org.codehaus.groovy.grails.web.util that return GrailsWebRequest
static GrailsWebRequest WebUtils.retrieveGrailsWebRequest()
          Returns the GrailsWebRequest associated with the current request.
 

Methods in org.codehaus.groovy.grails.web.util with parameters of type GrailsWebRequest
static void WebUtils.storeGrailsWebRequest(GrailsWebRequest webRequest)
          Helper method to store the given GrailsWebRequest for the current request.
 



Copyright (c) 2005-2009 The Grails project