|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.web.method.HandlerMethod
org.resthub.web.springmvc.router.support.RouterHandler
public class RouterHandler
Bears the request mapping information to be handled by the RequestMappingHandlerAdapter to invoke the corresponding Controller.action.
Encapsulates a HandlerMethod object + additional info:
HandlerMethod,
RequestMappingHandlerAdapter| Field Summary |
|---|
| Fields inherited from class org.springframework.web.method.HandlerMethod |
|---|
logger |
| Constructor Summary | |
|---|---|
RouterHandler(Object bean,
Method method,
Router.Route route)
|
|
| Method Summary | |
|---|---|
Router.Route |
getRoute()
|
| Methods inherited from class org.springframework.web.method.HandlerMethod |
|---|
createWithResolvedBean, equals, getBean, getBeanType, getBridgedMethod, getMethod, getMethodAnnotation, getMethodParameters, getReturnType, hashCode, isVoid, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RouterHandler(Object bean,
Method method,
Router.Route route)
| Method Detail |
|---|
public Router.Route getRoute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||