public interface UrlMappingEvaluator
Evaluates URL mapping from the given Spring Resource or class.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public List<UrlMapping> |
evaluateMappings(Resource resource)Evaluates URL mapping from the give Spring Resource |
|
public List<UrlMapping> |
evaluateMappings(Class theClass)Evaluates mapping from the given class if possible |
|
public List<UrlMapping> |
evaluateMappings(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