|
spring-web | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.web.method.HandlerMethodSelector
public abstract class HandlerMethodSelector
Defines the algorithm for searching handler methods exhaustively including interfaces and parent classes while also dealing with parameterized methods as well as interface and class-based proxies.
| Constructor Summary | |
|---|---|
HandlerMethodSelector()
|
|
| Method Summary | |
|---|---|
static java.util.Set<java.lang.reflect.Method> |
selectMethods(java.lang.Class<?> handlerType,
org.springframework.util.ReflectionUtils.MethodFilter handlerMethodFilter)
Selects handler methods for the given handler type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerMethodSelector()
| Method Detail |
|---|
public static java.util.Set<java.lang.reflect.Method> selectMethods(java.lang.Class<?> handlerType,
org.springframework.util.ReflectionUtils.MethodFilter handlerMethodFilter)
ReflectionUtils.MethodFilter parameter.
handlerType - the handler type to search handler methods onhandlerMethodFilter - a ReflectionUtils.MethodFilter to help recognize handler methods of interest
|
spring-web | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||