Last change
on this file since 13 was
12,
checked in by duh, 13 years ago
|
Updated the BaseController? to incorporate basic authentication (not yet implemented) to capture all method ( = controller and action ) calls. For now is authorizes everything, to be continued...
|
File size:
351 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Test Controller |
---|
3 | * @Author Jeroen Wesbeek |
---|
4 | * @Since 20091019 |
---|
5 | * |
---|
6 | * Revision information: |
---|
7 | * $Rev$ |
---|
8 | * $Author$ |
---|
9 | * $Date$ |
---|
10 | */ |
---|
11 | public class TestController extends BaseController { |
---|
12 | /** |
---|
13 | * class constructor |
---|
14 | * @void |
---|
15 | */ |
---|
16 | public def TestController() { |
---|
17 | // debug line for now |
---|
18 | printf("instantiated %s\n",this.class.name); |
---|
19 | } |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.