source: branches/TaskRewrite/src/plugins/acegi-0.5.1/src/templates/_Requestmap.groovy @ 58

Last change on this file since 58 was 58, checked in by gav, 15 years ago

Configure BootStrap? with latest concepts.
Install and setup Acegi plugin with custom views.
Test Fixture plugin in a test app but couldn't get it to work with Acegi encodePassword() so gave up.

File size: 243 bytes
Line 
1${requestmapClassPackage}
2
3/**
4 * Request Map domain class.
5 */
6class ${requestmapClassName} {
7
8        String url
9        String configAttribute
10
11        static constraints = {
12                url(blank: false, unique: true)
13                configAttribute(blank: false)
14        }
15}
Note: See TracBrowser for help on using the repository browser.