|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UrlMappingEvaluator
An interface that evaluates URL mapping from the given Spring Resource or class
UrlMapping
,
UrlMappingInfo
Method Summary | |
---|---|
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 |
java.util.List |
evaluateMappings(org.springframework.core.io.Resource resource)
Evaluates URL mapping from the give Spring Resource |
Method Detail |
---|
java.util.List evaluateMappings(org.springframework.core.io.Resource resource)
resource
- The Spring Resource to evaluate mapping from
java.util.List evaluateMappings(java.lang.Class theClass)
theClass
- The class to evaluate mapping from
java.util.List evaluateMappings(groovy.lang.Closure closure)
closure
- The closure to evaluate mapping from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |