Evaluates URL mapping from the given Spring Resource or class.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.util.List<UrlMapping> | evaluateMappings(org.springframework.core.io.Resource resource)Evaluates URL mapping from the give Spring Resource | 
|  | java.util.List<UrlMapping> | evaluateMappings(java.lang.Class theClass)Evaluates mapping from the given class if possible | 
|  | java.util.List<UrlMapping> | evaluateMappings(groovy.lang.Closure closure)Evaluates mapping from the given closure if possible | 
Evaluates URL mapping from the give Spring Resource
resource -  The Spring Resource to evaluate mapping fromEvaluates mapping from the given class if possible
theClass -  The class to evaluate mapping fromEvaluates mapping from the given closure if possible
closure -  The closure to evaluate mapping from