Sign in
apache
/
wicket
/
wicket-6.x
/
.
/
wicket-user-guide
/
grails-app
/
conf
/
UrlMappings.groovy
blob: 8c597d6c29136ba78fc54199bd33e99f878cdb64 [
file
] [
log
] [
blame
]
class
UrlMappings
{
static
mappings
=
{
"/$controller/$action?/$id?"
{
constraints
{
// apply constraints here
}
}
"/"
(
view
:
"/index"
)
"500"
(
view
:
'/error'
)
}
}