- getAction() - Method in ForwardUrlMappingInfo
-
- getActionName() - Method in AbstractUrlMapping
-
@see grails.web.mapping.UrlMapping#getActionName()
- getActionName() - Method in DefaultUrlMappingInfo
-
- getActionName() - Method in ResponseCodeUrlMapping
-
- getActionName() - Method in 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 UrlMappingInfo
-
The name of the action that the URL mappping maps to
- getCacheKeyValueForResource(Object) - Method in CachingLinkGenerator
-
- getConstraints() - Method in AbstractUrlMapping
-
@see UrlMapping#getConstraints()
- getConstraints() - Method in ResponseCodeUrlMapping
-
- getConstraints() - Method in UrlMapping
-
- getContextPath() - Method in DefaultLinkGenerator
-
- getContextPath() - Method in LinkGenerator
-
Obtains the context path from which this link generator is operating.
- getController() - Method in ForwardUrlMappingInfo
-
- getControllerName() - Method in AbstractUrlMapping
-
@see UrlMapping#getControllerName()
- getControllerName() - Method in DefaultUrlMappingInfo
-
- getControllerName() - Method in ResponseCodeUrlMapping
-
- getControllerName() - Method in 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 UrlMappingInfo
-
The name of the controller that the URL mapping maps to
- getCorsConfigurations() - Method in GrailsCorsConfiguration
-
- getExceptionType() - Method in ResponseCodeUrlMapping
-
- getExcludePatterns() - Method in AbstractGrailsControllerUrlMappings
-
- getExcludePatterns() - Method in DefaultUrlMappingsHolder
-
- getExcludePatterns() - Method in UrlMappingsHolder
-
Retrieves the held Exclude Pattern instances as a list, could be null if there is no exclude
- getHandlerExecutionChain(Object, HttpServletRequest) - Method in UrlMappingsHandlerMapping
-
- getHandlerInternal(HttpServletRequest) - Method in UrlMappingsHandlerMapping
-
- getHttpMethod() - Method in AbstractUrlMapping
-
- getHttpMethod() - Method in DefaultUrlMappingInfo
-
- getHttpMethod() - Method in UrlMapping
-
The HTTP method this URL mapping applies to.
- getHttpMethod() - Method in UrlMappingInfo
-
The HTTP method that this URL mapping maps to
- getId() - Method in DefaultUrlMappingInfo
-
- getId() - Method in UrlMappingInfo
-
The id part of the URL mapping if any
- getLastModified(HttpServletRequest, Object) - Method in UrlMappingsInfoHandlerAdapter
-
- getLogicalMappings() - Method in RegexUrlMapping
-
- getLogicalUrls() - Method in DefaultUrlMappingData
-
- getLogicalUrls() - Method in ResponseCodeMappingData
-
- getLogicalUrls() - Method in UrlMappingData
-
- getMappingName() - Method in AbstractUrlMapping
-
- getMappingName() - Method in UrlMapping
-
The name of the mapping in case of named URL mapping
- getNamespace() - Method in AbstractUrlMapping
-
- getNamespace() - Method in DefaultUrlMappingInfo
-
- getNamespace() - Method in UrlMapping
-
@return the name of the controller namespace
- getNamespace() - Method in UrlMappingInfo
-
@return the namespace of the corresponding controller, null if none was specified
- getObject() - Method in UrlMappingsHolderFactoryBean
-
- getObjectType() - Method in UrlMappingsHolderFactoryBean
-
- getOrder() - Method in GrailsCorsFilter
-
- getPadding(String, int) - Method in AnsiConsoleUrlMappingsRenderer
-
- getParameters() - Method in DefaultUrlMappingInfo
-
- getParameters() - Method in ForwardUrlMappingInfo
-
- getParameters() - Method in UrlMappingInfo
-
The parameters that were extracted from the URI that was matched
- getParams() - Method in AbstractUrlMappingInfo
-
- getParams() - Method in ForwardUrlMappingInfo
-
- getPluginIndex() - Method in AbstractUrlMapping
-
- getPluginIndex() - Method in UrlMapping
-
@return The plugin index or null
- getPluginName() - Method in AbstractUrlMapping
-
- getPluginName() - Method in DefaultUrlMappingInfo
-
- getPluginName() - Method in UrlMapping
-
The name of the plugin this URL mapping relates to, if any
- getPluginName() - Method in UrlMappingInfo
-
The name of the plugin that this UrlMappingInfo maps to
- getRedirectInfo() - Method in AbstractUrlMapping
-
- getRedirectInfo() - Method in AbstractUrlMappingInfo
-
The redirect information should be a String or a Map.
- getRedirectInfo() - Method in DefaultUrlMappingInfo
-
- getRedirectInfo() - Method in UrlMapping
-
The redirect information should be a String or a Map.
- getRedirectInfo() - Method in UrlMappingInfo
-
The redirect information should be a String or a Map.
- getResourceId(def) - Method in DefaultLinkGenerator
-
- getResponseCode() - Method in ResponseCodeMappingData
-
- getReverseMapping(String, String, Map) - Method in AbstractGrailsControllerUrlMappings
-
- getReverseMapping(String, String, String, String, Map) - Method in DefaultUrlMappingsHolder
-
@see UrlMappingsHolder#getReverseMapping(String, String, java.util.Map)
- getReverseMapping(String, String, Map) - Method in UrlMappingsHolder
-
Retrieves the best guess of a URI for the given controller, action and parameters
- getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in AbstractGrailsControllerUrlMappings
-
- getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in DefaultUrlMappingsHolder
-
- getReverseMappingNoDefault(String, String, String, String, String, String, Map) - Method in 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 DefaultLinkGenerator
-
- getServerBaseURL() - Method in LinkGenerator
-
The base URL of the server used for creating absolute links.
- getSourceUnit() - Method in ResponseCodeUrlMappingVisitor
-
- getTokens() - Method in DefaultUrlMappingData
-
- getTokens() - Method in ResponseCodeMappingData
-
- getTokens() - Method in UrlMappingData
-
- getURI() - Method in DefaultUrlMappingInfo
-
- getURI() - Method in UrlMappingInfo
-
The URI to map to.
- getUrlData() - Method in DefaultUrlMappingInfo
-
- getUrlData() - Method in ForwardUrlMappingInfo
-
- getUrlData() - Method in RegexUrlMapping
-
- getUrlData() - Method in ResponseCodeUrlMapping
-
- getUrlData() - Method in UrlMapping
-
Retrieves the UrlMappingData instance that describes this UrlMapping
- getUrlData() - Method in UrlMappingInfo
-
Retrieves the UrlMappingData (information about a parsed URL) if any
- getUrlMappings() - Method in DefaultUrlMappingsHolder
-
- getUrlMappings() - Method in GrailsControllerUrlMappings
-
- getUrlMappings() - Method in UrlMappingsHolder
-
Retrieves the held UrlMapping instances as an array
- getUrlPattern() - Method in DefaultUrlMappingData
-
- getUrlPattern() - Method in ResponseCodeMappingData
-
- getUrlPattern() - Method in UrlMappingData
-
Retrieves the URL pattern for this UrlMappingData instance
- getVersion() - Method in AbstractUrlMapping
-
- getVersion() - Method in DefaultUrlMappingInfo
-
- getVersion() - Method in UrlMapping
-
- Returns:
- The version of the URL mapping.
- getVersion() - Method in UrlMappingInfo
-
@return The version of the API (for REST)
- getView() - Method in ForwardUrlMappingInfo
-
- getViewName() - Method in AbstractUrlMapping
-
@see grails.web.mapping.UrlMapping#getViewName()
- getViewName() - Method in DefaultUrlMappingInfo
-
- getViewName() - Method in ResponseCodeUrlMapping
-
- getViewName() - Method in UrlMapping
-
Returns the name of the view to map to
- getViewName() - Method in UrlMappingInfo
-
The name of the view that the URL mappping maps to
- GRAILS_REDIRECT_ISSUED - Field in ResponseRedirector
-
- grailsApplication - Field in AbstractUrlMapping
-
- GrailsControllerUrlMappingInfo - Class in org.grails.web.mapping.mvc
A UrlMappingInfo that holds a reference to the controller to be executed
- GrailsControllerUrlMappingInfo(GrailsControllerClass, UrlMappingInfo) - Constructor in GrailsControllerUrlMappingInfo
-
- GrailsControllerUrlMappings - Class in org.grails.web.mapping.mvc
A
UrlMappings implementation that matches URLs directly onto controller instances
- GrailsControllerUrlMappings(GrailsApplication, UrlMappings) - Constructor in GrailsControllerUrlMappings
-
- GrailsCorsConfiguration - Class in grails.web.mapping.cors
A bean that stores config and converts it to the format expected by Spring
- GrailsCorsFilter - Class in grails.web.mapping.cors
A class to be registered as a filter for Cors based on Grails configuration
- GrailsCorsFilter(GrailsCorsConfiguration) - Constructor in GrailsCorsFilter
-
- GrailsDefaultCorsConfiguration - Class in grails.web.mapping.cors
A class that stores default CORS settings