GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Browse code
Update mapping_and_validation.md
master
1 parent
4b36a8f
commit
1977aa481dcb496630c31ef11b83c79a815b0b98
Naoki Takezoe
authored
on 23 Mar 2015
Patch
Unified
Split
Showing
1 changed file
+2
-0
■
■
■■■
doc/mapping_and_validation.md
Ignore Space
Show notes
View
2
■
■
■■■
doc/mapping_and_validation.md
# Mapping and Validation
GitBucket
uses
[
scalatra
-
forms
](
https
:
//github.com/takezoe/scalatra-forms) to validate request parameters and map them to the scala object. This is inspired by Play2 form mapping / validation.
At
first
,
define the mapping
as
following
:
Show line notes below