This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
zhzhenqin
/
jetty-simple-mvc
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
jetty-simple...
/
readme.md
readme.md
247 B
Lien permanent
Historique
Raw
简易 MVC 框架:
在 Controller 类上注解
@Action
表示这个类是一个 Action;
在 标注有
@Action
的类的方法上标注
@Path
("/for") 则代表通过 /path/for 能访问到该资源;
前端 HTML 模板用的 Freemarker