A B C D E F G H I L M N O P Q R S T U V W 

A

AbstractUrlMapping - Class in org.codehaus.groovy.grails.web.mapping
Abstract UrlMapping implementation that provides common basic functionality.
AbstractUrlMapping(Object, Object, Object, Object, Object, Object, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
Base constructor required to construct a UrlMapping instance
AbstractUrlMapping(Object, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
AbstractUrlMapping(URI, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
AbstractUrlMappingInfo - Class in org.codehaus.groovy.grails.web.mapping
Abstract super class providing pass functionality for configuring a UrlMappingInfo.
AbstractUrlMappingInfo() - Constructor for class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
 
action - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
ACTION - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The action this mapping matches
ACTION_CREATE - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_DELETE - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_EDIT - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_INDEX - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_PATCH - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_SAVE - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_SHOW - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
ACTION_UPDATE - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
actionName - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
addMappings(Closure) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
addMappings(Closure) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappings
Adds URL mappings to the current definition for the given closure
afterPropertiesSet() - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
allowedMethods(String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
allowedMethods(UrlMappingsHolder, String) - Method in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
allowedMethods(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Return the allowed HTTP methods for the given URI
AMPERSAND - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
ANY_HTTP_METHOD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Constant used to define a Url mapping that matches any HTTP method
ANY_VERSION - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Constant used to define a Url mapping that matches any HTTP method
ARGUMENT_ID - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
ATTRIBUTE_ABSOLUTE - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_ACTION - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_BASE - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_CONTEXT_PATH - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_CONTROLLER - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_ELEMENT_ID - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_EVENT - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_FRAGMENT - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_ID - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_MAPPING - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_METHOD - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_PARAMS - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_RELATIVE_URI - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_RESOURCE - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_URI - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
ATTRIBUTE_URL - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 

B

BEAN_ID - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
 
buildDispatchUrlForMapping(UrlMappingInfo) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Constructs the URI to forward to using the given request and UrlMappingInfo instance

C

CachingLinkGenerator - Class in org.codehaus.groovy.grails.web.mapping
A link generator that uses a LRU cache to cache generated links.
CachingLinkGenerator(String, String) - Constructor for class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
CachingLinkGenerator(String) - Constructor for class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
CachingLinkGenerator(String, Map<String, Object>) - Constructor for class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
CachingLinkGenerator(String, String, Map<String, Object>) - Constructor for class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
CannotRedirectException - Exception in org.codehaus.groovy.grails.web.servlet.mvc.exceptions
Thrown when the request cannot be redirected.
CannotRedirectException() - Constructor for exception org.codehaus.groovy.grails.web.servlet.mvc.exceptions.CannotRedirectException
 
CannotRedirectException(String, Throwable) - Constructor for exception org.codehaus.groovy.grails.web.servlet.mvc.exceptions.CannotRedirectException
 
CannotRedirectException(String) - Constructor for exception org.codehaus.groovy.grails.web.servlet.mvc.exceptions.CannotRedirectException
 
CAPTURED_DOUBLE_WILDCARD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
CAPTURED_WILDCARD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
checkMultipart(HttpServletRequest) - Method in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
clear() - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache
 
clearCache() - Method in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
compareTo(Object) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
Compares this UrlMapping instance with the specified UrlMapping instance and deals with URL mapping precedence rules.
compareTo(Object) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
configure(GrailsWebRequest) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
 
configure(GrailsWebRequest) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
Configure this UrlMappingInfo the for the given GrailsWebRequest
constraints - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
controller - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
CONTROLLER - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The controller this mapping matches
controllerName - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
convertToRegex(String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
Converts a Grails URL provides via the UrlMappingData interface to a regular expression.
createKey(String, String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache
 
createRelative(String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
createRelative(String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
createRelative(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingData
Creates a new UrlMappingData instance relative to this one for the given path
createRelativeURL(String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createRelativeURL(String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createRelativeURL(String, String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createRelativeURL(String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createRelativeURL(String, String, String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createRelativeURL(String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createRelativeURL(String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createRelativeURL(String, String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createRelativeURL(String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createRelativeURL(String, String, String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createRelativeURL(String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createRelativeURL(String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createRelativeURL(String, String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createRelativeURL(String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createRelativeURL(String, String, String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createRelativeURL(String, String, Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createRelativeURL(String, String, String, Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createRelativeURL(String, String, String, String, Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createRelativeURL(String, String, Map, String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createRelativeURL(String, String, String, String, Map, String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names without the context path information
createStackTraceFilterer() - Method in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
createURL(Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(String, String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(String, String, String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
createURL(Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(String, String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(String, String, String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
createURL(Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(String, String, String, String, Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(String, String, String, String, Map, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
createURL(Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameter values
createURL(Map, String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameter values
createURL(String, String, Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names
createURL(String, String, String, Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names
createURL(String, String, String, String, Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names
createURL(String, String, Map, String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names
createURL(String, String, String, String, Map, String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlCreator
Creates a URL for the given parameters values, controller and action names

D

DEFAULT_RESOURCE_INCLUDES - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
DEFAULT_RESOURCES_INCLUDES - Static variable in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
DefaultUrlCreator - Class in org.codehaus.groovy.grails.web.mapping
The default implementation of the UrlCreator interface that constructs URLs in Grails default pattern of /controllerName/actionName/id.
DefaultUrlCreator(String, String) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlCreator
 
DefaultUrlMappingData - Class in org.codehaus.groovy.grails.web.mapping
Default implementating of the UrlMappingData interface.
DefaultUrlMappingData(String) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
DefaultUrlMappingEvaluator - Class in org.codehaus.groovy.grails.web.mapping
A UrlMapping evaluator that evaluates Groovy scripts that are in the form:
DefaultUrlMappingEvaluator(ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
Deprecated.
Used DefaultUrLMappingsEvaluator(ApplicationContext) instead
DefaultUrlMappingEvaluator(WebApplicationContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
DefaultUrlMappingInfo - Class in org.codehaus.groovy.grails.web.mapping
Holds information established from a matched URL.
DefaultUrlMappingInfo(Object, Object, Object, Object, Object, Object, Map, UrlMappingData, ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
DefaultUrlMappingInfo(Object, Object, Object, Object, Object, Object, String, String, Map<?, ?>, UrlMappingData, ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
DefaultUrlMappingInfo(Object, Map, UrlMappingData, ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
DefaultUrlMappingInfo(Object, UrlMappingData, ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
DefaultUrlMappingInfo(Object, String, UrlMappingData, ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
DefaultUrlMappingParser - Class in org.codehaus.groovy.grails.web.mapping
A simple implementation of the UrlMappingParser interface.
DefaultUrlMappingParser() - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingParser
 
DefaultUrlMappingsHolder - Class in org.codehaus.groovy.grails.web.mapping
Default implementation of the UrlMappingsHolder interface that takes a list of mappings and then sorts them according to their precedence rules as defined in the implementation of Comparable.
DefaultUrlMappingsHolder(List<UrlMapping>) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
DefaultUrlMappingsHolder(List<UrlMapping>, List) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
DefaultUrlMappingsHolder(List<UrlMapping>, List, boolean) - Constructor for class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
DOUBLE_WILDCARD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
DOUBLE_WILDCARD_PATTERN - Static variable in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 

E

EMPTY_MAP_STRING - Static variable in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
encode(String, String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
equals(Object) - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
evaluateMappings(Resource) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
evaluateMappings(Class) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
evaluateMappings(Closure) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
evaluateMappings(Resource) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingEvaluator
Evaluates URL mapping from the give Spring Resource
evaluateMappings(Class) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingEvaluator
Evaluates mapping from the given class if possible
evaluateMappings(Closure) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingEvaluator
Evaluates mapping from the given closure if possible
evaluateNameForValue(Object) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
 
evaluateNameForValue(Object, GrailsWebRequest) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
 

F

forwardRequestForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
forwardRequestForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
forwardRequestForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map, boolean) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Forwards a request for the given UrlMappingInfo object and model
forwardURI - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 

G

getActionName() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getActionName() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getActionName() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
getActionName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Retrieves the action name which is either a groovy.lang.Closure that evaluates the action name at runtime or a java.lang.String that represents the action name
getActionName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The name of the action that the URL mappping maps to
getCacheKeyValueForResource(Object) - Method in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
getConfiguredControllerForUrlMappingInfo(GrailsWebRequest, UrlMappingInfo, UrlConverter, GrailsApplication) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Deprecated.
getConstraints() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getConstraints() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
getConstraints() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The constraints the apply to this UrlMapping.
getContextPath() - Method in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
Obtains the context path from which this link generator is operating.
getControllerFeatureURI(UrlConverter, String, String) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
getControllerName() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getControllerName() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getControllerName() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
getControllerName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Retrieves the controller name which is either a groovy.lang.Closure that evaluates the controller name at runtime or a java.lang.String that represents the controller name
getControllerName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The name of the controller that the URL mapping maps to
getExceptionType() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
getExcludePatterns() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getExcludePatterns() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the held Exclude Pattern instances as a list, could be null if there is no exclude
getFeatureId(UrlConverter, UrlMappingInfo) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
getHttpMethod() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getHttpMethod() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getHttpMethod() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The HTTP method this URL mapping applies to.
getHttpMethod() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The HTTP method that this URL mapping maps to
getId() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getId() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The id part of the URL mapping if any
getLogicalMappings() - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
getLogicalUrls() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
getLogicalUrls() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
getLogicalUrls() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingData
Obtains the logical URLs for this URL
getMappingName() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getMappingName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The name of the mapping in case of named URL mapping
getNamespace() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getNamespace() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getNamespace() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
getNamespace() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
 
getObject() - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
getObjectType() - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
getParameters() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getParameters() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The parameters that were extracted from the URI that was matched
getParams() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
 
getPluginName() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getPluginName() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getPluginName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The name of the plugin this URL mapping relates to, if any
getPluginName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The name of the plugin that this UrlMappingInfo maps to
getRedirectInfo() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getRedirectInfo() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
The redirect information should be a String or a Map.
getRedirectInfo() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getRedirectInfo() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The redirect information should be a String or a Map.
getRedirectInfo() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The redirect information should be a String or a Map.
getResponseCode() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
getReverseMapping(String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMapping(String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMapping(String, String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMapping(String, String, String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMapping(String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMapping(String, String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMapping(String, String, String, String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMapping(String, String, String, String, String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMapping(String, String, String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMapping(String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters
getReverseMappingNoDefault(String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMappingNoDefault(String, String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getReverseMappingNoDefault(String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters or null if non could be found.
getReverseMappingNoDefault(String, String, String, String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters or null if non could be found.
getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the best guess of a URI for the given controller, action and parameters or null if non could be found.
getServerBaseURL() - Method in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
The base URL of the server used for creating absolute links.
getTokens() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
getTokens() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
getTokens() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingData
Retrieves the tokens that make up a URL.
getURI() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getURI() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The URI to map to.
getUrlData() - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
getUrlData() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
getUrlData() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Retrieves the UrlMappingData instance that describes this UrlMapping
getUrlMappings() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
getUrlMappings() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Retrieves the held UrlMapping instances as an array
getUrlPattern() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
getUrlPattern() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
getUrlPattern() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingData
Retrieves the URL pattern for this UrlMappingData instance
getVersion() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getVersion() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getVersion() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
getVersion() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
 
getViewName() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
getViewName() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
getViewName() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
getViewName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Returns the name of the view to map to
getViewName() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
The name of the view that the URL mappping maps to

H

hashCode() - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
hasOptionalExtension() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
hasOptionalExtension() - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
hasOptionalExtension() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingData
 
hasRuntimeVariable(String) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
hasRuntimeVariable(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Whether the mapping has a runtime variable with the given name such as "/$foo"
HTTP_METHOD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The HTTP method this mapping matches
httpMethod - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
httpMethod - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 

I

includeForUrl(String, HttpServletRequest, HttpServletResponse, Map) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Includes the given URL returning the resulting content as a String
includeForUrlMappingInfo(HttpServletRequest, HttpServletResponse, UrlMappingInfo, Map) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Include whatever the given UrlMappingInfo maps to within the current response
initFilterBean() - Method in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
initialize() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
isOptional(int) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingData
 
isOptional(int) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
isOptional(int) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingData
Returns whether the given token in the URL is optional.
isParsingRequest() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
isParsingRequest() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingInfo
Returns true of the request body should be parsed.
isRestfulMapping() - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
isRestfulMapping() - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
isSingleton() - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
isUriExcluded(UrlMappingsHolder, String) - Static method in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 

L

link(Map, String) - Method in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
link(Map) - Method in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
Generates a link to a controller, action or URI for the given named parameters.
link(Map, String) - Method in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
Generates a link to a controller, action or URI for the given named parameters.
LINK_ATTRIBUTES - Static variable in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
 
LINK_PREFIX - Static variable in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
LinkGenerator - Interface in org.codehaus.groovy.grails.web.mapping
Generates links for a Grails application based on URL mapping rules and/or base context settings.
lookup(UrlCreatorCache.ReverseMappingKey) - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache
 
lookupMapping(String, String, String, String, String, String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
Performs a match uses reverse mappings to looks up a mapping from the controller, action and params.
lookupUrlMappings(ServletContext) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Looks up the UrlMappingsHolder instance

M

makeKey(String, Map) - Method in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
mappingName - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
match(String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
match(String) - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
Matches the given URI and returns a DefaultUrlMappingInfo instance or null
match(String) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
match(int) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
match(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Matches the given URI and returns an instance of the UrlMappingInfo interface or null if a match couldn't be established
match(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match and return the first UrlMappingInfo instance possible
matchAll(String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchAll(String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchAll(String, String, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchAll(String, HttpMethod) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchAll(String, HttpMethod, String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchAll(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Matches all possible UrlMappingInfo instances to the given URI and returns them all
matchAll(String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match all possible UrlMappingInfo instances to the given URI and HTTP method
matchAll(String, String, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match all possible UrlMappingInfo instances to the given URI and HTTP method
matchAll(String, HttpMethod) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match all possible UrlMappingInfo instances to the given URI and HTTP method
matchAll(String, HttpMethod, String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match all possible UrlMappingInfo instances to the given URI and HTTP method
matchStatusCode(int) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchStatusCode(int, Throwable) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
matchStatusCode(int) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match and return the first UrlMappingInfo instance possible
matchStatusCode(int, Throwable) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingsHolder
Match and return for first UrlMappingInfo for the give response code and exception

N

namespace - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
namespace - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
NAMESPACE - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The namespace of the URL mapping

O

OPTIONAL_EXTENSION_WILDCARD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
OPTIONAL_EXTENSION_WILDCARD_PATTERN - Static variable in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
org.codehaus.groovy.grails.web.mapping - package org.codehaus.groovy.grails.web.mapping
 
org.codehaus.groovy.grails.web.mapping.exceptions - package org.codehaus.groovy.grails.web.mapping.exceptions
 
org.codehaus.groovy.grails.web.mapping.filter - package org.codehaus.groovy.grails.web.mapping.filter
 
org.codehaus.groovy.grails.web.servlet.mvc - package org.codehaus.groovy.grails.web.servlet.mvc
 
org.codehaus.groovy.grails.web.servlet.mvc.exceptions - package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
 

P

parameterValues - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
paramKeys - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
paramValues - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
parse(String) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingParser
 
parse(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMappingParser
Parses the given URI pattern into a UrlMappingData instance
parseRequest - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
passControllerForForwardedRequest(GrailsWebRequest, UrlMappingInfo) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
passControllerForUrlMappingInfoInRequest(GrailsWebRequest, UrlMappingInfo, UrlConverter, GrailsApplication) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
PLUGIN - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The plugin of the URL Mapping
pluginName - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
pluginName - Variable in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
populateParamsForMapping(GrailsWebRequest) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
Populates request parameters for the given UrlMappingInfo instance using the GrailsWebRequest
putAndDecorate(UrlCreatorCache.ReverseMappingKey, UrlCreator) - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache
 

Q

QUESTION_MARK - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 

R

REDIRECT_INFO - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Redirect information for this url mapping.
RedirectEventListener - Interface in org.codehaus.groovy.grails.web.servlet.mvc
Listener interface that gets fired when the redirect(..) method is called
redirectInfo - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
RegexUrlMapping - Class in org.codehaus.groovy.grails.web.mapping
A UrlMapping implementation that takes a Grails URL pattern and turns it into a regex matcher so that URLs can be matched and information captured from the match.
RegexUrlMapping(UrlMappingData, URI, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
Constructs a new RegexUrlMapping for the given pattern that maps to the specified URI
RegexUrlMapping(UrlMappingData, Object, Object, Object, Object, Object, String, String, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
RegexUrlMapping(Object, UrlMappingData, Object, Object, Object, Object, Object, String, String, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
Constructs a new RegexUrlMapping for the given pattern, controller name, action name and constraints.
resolveView(HttpServletRequest, UrlMappingInfo, String, ViewResolver) - Static method in class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
Resolves a view for the given view and UrlMappingInfo instance
resource(Map) - Method in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
resource(Map) - Method in interface org.codehaus.groovy.grails.web.mapping.LinkGenerator
Generates a link to a static resource for the given named parameters.
RESOURCE_PREFIX - Static variable in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 
ResponseCodeMappingData - Class in org.codehaus.groovy.grails.web.mapping
A mapping data for response codes (numbers)
ResponseCodeMappingData(String) - Constructor for class org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
 
ResponseCodeUrlMapping - Class in org.codehaus.groovy.grails.web.mapping
A Url mapping for http response codes.
ResponseCodeUrlMapping(UrlMappingData, Object, Object, Object, Object, Object, ConstrainedProperty[], ServletContext) - Constructor for class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
responseRedirected(String) - Method in interface org.codehaus.groovy.grails.web.servlet.mvc.RedirectEventListener
Called when the response is redirected
restful - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 

S

servletContext - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
Set the ApplicationContext that this object runs in.
setClassLoader(ClassLoader) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
setExceptionType(Class<?>) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
setMappingName(String) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
setMappingName(String) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Sets the name of the URL mapping
setMaxWeightedCacheCapacity(int) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
setParameterValues(Map) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
setParameterValues(Map) - Method in class org.codehaus.groovy.grails.web.mapping.ResponseCodeUrlMapping
 
setParameterValues(Map) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Sets any parameter values that should be populated into the request
setParams(Map) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMappingInfo
 
setParseRequest(boolean) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
setParseRequest(boolean) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
Sets whether this UrlMapping should parse the request
setParsingRequest(boolean) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingEvaluator
 
setPluginManager(GrailsPluginManager) - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
setRestfulMapping(boolean) - Method in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
setRestfulMapping(boolean) - Method in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
setServletContext(ServletContext) - Method in class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
setUrlCreatorMaxWeightedCacheCapacity(int) - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
SLASH - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 

T

toString() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingInfo
 
toString() - Method in class org.codehaus.groovy.grails.web.mapping.DefaultUrlMappingsHolder
 
toString() - Method in class org.codehaus.groovy.grails.web.mapping.RegexUrlMapping
 
toString() - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 

U

URI - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The URI of the URL mapping
UrlCreator - Interface in org.codehaus.groovy.grails.web.mapping
Creates URL patterns as Strings.
UrlCreatorCache - Class in org.codehaus.groovy.grails.web.mapping
Implements caching layer for UrlCreator The "weight" of the cache is the estimated number of characters all cache entries will consume in memory.
UrlCreatorCache(int) - Constructor for class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache
 
UrlCreatorCache.ReverseMappingKey - Class in org.codehaus.groovy.grails.web.mapping
 
UrlCreatorCache.ReverseMappingKey(String, String, String, String, String, Map<Object, Object>) - Constructor for class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
UrlMapping - Interface in org.codehaus.groovy.grails.web.mapping
Defines a URL mapping.
UrlMappingData - Interface in org.codehaus.groovy.grails.web.mapping
Holds information about a parsed URL such as the tokens that make up the URL, The URLs (plural) that the UrLMapping logically maps to and so forth
UrlMappingEvaluator - Interface in org.codehaus.groovy.grails.web.mapping
Evaluates URL mapping from the given Spring Resource or class.
UrlMappingException - Exception in org.codehaus.groovy.grails.web.mapping.exceptions
Thrown when an error occurs evaluating an URL mapping.
UrlMappingException(String) - Constructor for exception org.codehaus.groovy.grails.web.mapping.exceptions.UrlMappingException
 
UrlMappingException(String, Throwable) - Constructor for exception org.codehaus.groovy.grails.web.mapping.exceptions.UrlMappingException
 
UrlMappingInfo - Interface in org.codehaus.groovy.grails.web.mapping
Defines that data that was produced when matching a URI with a UrlMapping instance.
UrlMappingParser - Interface in org.codehaus.groovy.grails.web.mapping
Parses a Grails URL mapping into a UrlMappingData object that holds various information about the mapping
UrlMappings - Interface in org.codehaus.groovy.grails.web.mapping
Interface that allows access to all defined URL mappings and registration of new mappings at runtime
UrlMappingsFilter - Class in org.codehaus.groovy.grails.web.mapping.filter
Uses the Grails UrlMappings to match and forward requests to a relevant controller and action.
UrlMappingsFilter() - Constructor for class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
UrlMappingsHolder - Interface in org.codehaus.groovy.grails.web.mapping
Main entry point of Grails URL mapping mechanism.
UrlMappingsHolderFactoryBean - Class in org.codehaus.groovy.grails.web.mapping
Constructs the UrlMappingsHolder from the registered UrlMappings class within a GrailsApplication.
UrlMappingsHolderFactoryBean() - Constructor for class org.codehaus.groovy.grails.web.mapping.UrlMappingsHolderFactoryBean
 
UrlMappingUtils - Class in org.codehaus.groovy.grails.web.mapping
Utility methods for working with UrlMappings
UrlMappingUtils() - Constructor for class org.codehaus.groovy.grails.web.mapping.UrlMappingUtils
 
USED_ATTRIBUTES_SUFFIX - Static variable in class org.codehaus.groovy.grails.web.mapping.CachingLinkGenerator
 

V

version - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 
VERSION - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
The version of the URL mapping
viewName - Variable in class org.codehaus.groovy.grails.web.mapping.AbstractUrlMapping
 

W

WAR_DEPLOYED - Static variable in class org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter
 
weight() - Method in class org.codehaus.groovy.grails.web.mapping.UrlCreatorCache.ReverseMappingKey
 
WILDCARD - Static variable in interface org.codehaus.groovy.grails.web.mapping.UrlMapping
 
A B C D E F G H I L M N O P Q R S T U V W