source:
trunk/src/templates/artifacts/Filters.groovy
Last change on this file was 128, checked in by , 16 years ago | |
---|---|
File size: 292 bytes |
Line | |
---|---|
1 | @artifact.package@class @artifact.name@ { |
2 | |
3 | def filters = { |
4 | all(controller:'*', action:'*') { |
5 | before = { |
6 | |
7 | } |
8 | after = { |
9 | |
10 | } |
11 | afterView = { |
12 | |
13 | } |
14 | } |
15 | } |
16 | |
17 | } |
Note: See TracBrowser
for help on using the repository browser.