|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface UrlMappingEvaluator
Evaluates URL mapping from the given Spring Resource or class.
| Field Summary | |
|---|---|
java.util.Map |
DEFAULT_REST_MAPPING
|
| Method Summary | |
|---|---|
java.util.List
|
evaluateMappings(org.springframework.core.io.Resource resource)
Evaluates URL mapping from the give Spring Resource |
java.util.List
|
evaluateMappings(java.lang.Class theClass)
Evaluates mapping from the given class if possible |
java.util.List
|
evaluateMappings(groovy.lang.Closure closure)
Evaluates mapping from the given closure if possible |
| Field Detail |
|---|
@SuppressWarnings("unchecked")
public java.util.Map DEFAULT_REST_MAPPING
| Method Detail |
|---|
@SuppressWarnings("rawtypes")
public java.util.List evaluateMappings(org.springframework.core.io.Resource resource)
resource - The Spring Resource to evaluate mapping from
@SuppressWarnings("rawtypes")
public java.util.List evaluateMappings(java.lang.Class theClass)
theClass - The class to evaluate mapping from
@SuppressWarnings("rawtypes")
public java.util.List evaluateMappings(groovy.lang.Closure closure)
closure - The closure to evaluate mapping from
Groovy Documentation