spring mvc - How to implement multi-action controllers -
spring mvc - How to implement multi-action controllers -
i pretty familiar asp.net mvc, want seek spring mvc. did tutorial examples. in asp.net mvc, can set many action methods in single mvc controller class, seems me in spring mvc, can have "one" action method in controller class?
i wondering find out spring mvc correspondence of action methods in asp.net mvc? can have many action methods in single controller how asp.net mvc does?
in spring mvc, can have "one" action method in controller class
i'm not sure got from, it's not true now, , never has been. you've been misinformed.
look @requestmapping-annotated methods in spring docs, or old-style (and obsolete/deprecated) multiactioncontroller.
spring-mvc
Comments
Post a Comment