blob: 05b72bbb02120d433ffef9dc7346396f474c3c83 [file] [log] [blame]
class @controller.name@Controller {
@Property String defaultAction = "list"
@Property list = {
return null;
}
}