This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
zhzhenqin
/
jetty-simple-mvc
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
jetty-simple-mvc
8
Commits
1
Ramos
0
Lançamentos
Ramo:
master
Ramos
Etiquetas
master
jetty-simple...
HTTP
ZIP
TAR.GZ
zhzhenqin
5f4d36c4f4
change pom
há 3 anos atrás
src
b38e77ac21
重构 mvc
há 5 anos atrás
.gitignore
050d795303
add path content_type
há 6 anos atrás
pom.xml
5f4d36c4f4
change pom
há 3 anos atrás
readme.md
6adeaf536f
init project
há 7 anos atrás
readme.md
简易 MVC 框架:
在 Controller 类上注解
@Action
表示这个类是一个 Action;
在 标注有
@Action
的类的方法上标注
@Path
("/for") 则代表通过 /path/for 能访问到该资源;
前端 HTML 模板用的 Freemarker