Start to implement WikiController.

Changed controllers from servlet to filter by mapping flexibility.
This commit is contained in:
takezoe
2013-05-02 02:01:51 +09:00
parent f1957e5c1f
commit 36ce53477f
14 changed files with 253 additions and 207 deletions

View File

@@ -0,0 +1,9 @@
package app
class UsersController extends ControllerBase {
get("/"){
}
}