|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.web.bind.annotation.support.HandlerMethodResolver
org.resthub.web.springmvc.router.RouterHandlerAdapter.RouterMethodResolver
public class RouterHandlerAdapter.RouterMethodResolver
Resolve Controller and Action for the given route (that contains the fullAction "controller.action")
| Constructor Summary | |
|---|---|
RouterHandlerAdapter.RouterMethodResolver()
|
|
| Method Summary | |
|---|---|
Method |
findActionMethod(String name,
Object controller)
Find the first public static method of a controller class |
| Methods inherited from class org.springframework.web.bind.annotation.support.HandlerMethodResolver |
|---|
getActualSessionAttributeNames, getHandlerMethods, getInitBinderMethods, getModelAttributeMethods, getTypeLevelMapping, hasHandlerMethods, hasSessionAttributes, hasTypeLevelMapping, init, isHandlerMethod, isInitBinderMethod, isModelAttributeMethod, isSessionAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RouterHandlerAdapter.RouterMethodResolver()
| Method Detail |
|---|
public Method findActionMethod(String name,
Object controller)
name - The method namecontroller - The controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||