|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UrlMappingInfo | |
---|---|
org.codehaus.groovy.grails.web.mapping | |
org.codehaus.groovy.grails.web.util |
Uses of UrlMappingInfo in org.codehaus.groovy.grails.web.mapping |
---|
Classes in org.codehaus.groovy.grails.web.mapping that implement UrlMappingInfo | |
---|---|
class |
DefaultUrlMappingInfo
A Class that implements the UrlMappingInfo interface and holds information established from a matched URL |
Methods in org.codehaus.groovy.grails.web.mapping that return UrlMappingInfo | |
---|---|
UrlMappingInfo |
ResponseCodeUrlMapping.match(int responseCode)
|
UrlMappingInfo |
ResponseCodeUrlMapping.match(String uri)
|
UrlMappingInfo |
DefaultUrlMappingsHolder.match(String uri)
|
UrlMappingInfo |
UrlMapping.match(String uri)
Matches the given URI and returns an instance of the UrlMappingInfo interface or null if a match couldn't be established |
UrlMappingInfo |
RegexUrlMapping.match(String uri)
Matches the given URI and returns a DefaultUrlMappingInfo instance or null |
UrlMappingInfo |
UrlMappingsHolder.match(String uri)
Match and return the first UrlMappingInfo instance possible |
UrlMappingInfo[] |
DefaultUrlMappingsHolder.matchAll(String uri)
|
UrlMappingInfo[] |
UrlMappingsHolder.matchAll(String uri)
Matches all possible UrlMappingInfo instances to the given URI and returns them all |
UrlMappingInfo[] |
DefaultUrlMappingsHolder.matchAll(String uri,
String httpMethod)
|
UrlMappingInfo[] |
UrlMappingsHolder.matchAll(String uri,
String httpMethod)
Match all possible UrlMappingInfo instances to the given URI and HTTP method |
UrlMappingInfo |
DefaultUrlMappingsHolder.matchStatusCode(int responseCode)
|
UrlMappingInfo |
UrlMappingsHolder.matchStatusCode(int responseCode)
Match and return the first UrlMappingInfo instance possible |
Uses of UrlMappingInfo in org.codehaus.groovy.grails.web.util |
---|
Methods in org.codehaus.groovy.grails.web.util with parameters of type UrlMappingInfo | |
---|---|
static String |
WebUtils.buildDispatchUrlForMapping(UrlMappingInfo info)
Constructs the URI to forward to using the given request and UrlMappingInfo instance |
static String |
WebUtils.forwardRequestForUrlMappingInfo(HttpServletRequest request,
HttpServletResponse response,
UrlMappingInfo info)
|
static String |
WebUtils.forwardRequestForUrlMappingInfo(HttpServletRequest request,
HttpServletResponse response,
UrlMappingInfo info,
Map model)
|
static View |
WebUtils.resolveView(HttpServletRequest request,
UrlMappingInfo info,
String viewName,
ViewResolver viewResolver)
Resolves a view for the given view and UrlMappingInfo instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |