|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(GrailsWebApplicationContext 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.test |
|---|
| Methods in org.codehaus.groovy.grails.test with parameters of type GrailsWebRequest | |
|---|---|
(package private) void |
GrailsTestSuite.initControllerName(junit.framework.Test test,
GrailsWebRequest webRequest)
Some code under test will rely on the "controllerName" dynamic property. |
| 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 |
ForwardUrlMappingInfo.configure(GrailsWebRequest webRequest)
|
void |
DefaultUrlMappingInfo.configure(GrailsWebRequest webRequest)
|
protected void |
DefaultUrlMappingInfo.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 String |
GroovyPage.captureTagOutput(groovy.lang.GroovyObject tagLib,
String methodName,
Map attrs,
Object body,
GrailsWebRequest webRequest)
|
| Uses of GrailsWebRequest in org.codehaus.groovy.grails.web.pages.ext.jsp |
|---|
| Methods in org.codehaus.groovy.grails.web.pages.ext.jsp that return GrailsWebRequest | |
|---|---|
GrailsWebRequest |
IterativeJspTagTests.getWebRequest()
|
| Methods in org.codehaus.groovy.grails.web.pages.ext.jsp with parameters of type GrailsWebRequest | |
|---|---|
void |
IterativeJspTagTests.setWebRequest(GrailsWebRequest value)
|
| 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)
|
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||