public interface UrlMappingEvaluator
Evaluates URL mapping from the given Spring Resource or class.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.util.List<UrlMapping> |
evaluateMappings(Resource resource)Evaluates URL mapping from the give Spring Resource |
|
public java.util.List<UrlMapping> |
evaluateMappings(java.lang.Class<?> mappingsClass)Evaluates mapping from the given class if possible |
|
public java.util.List<UrlMapping> |
evaluateMappings(groovy.lang.Closure<?> mappingsClosure)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
mappingsClass - The class to evaluate mapping fromEvaluates mapping from the given closure if possible
mappingsClosure - The closure to evaluate mapping from