(Quick Reference)

create-list-template

Purpose

The create-list-template generates the _list.gsp template for a domain class

Examples

grails create-list-template Person
grails create-list-template "*"

Description

Given at least one domain class, this command creates the _list.gsp template for it. The command will generate the following files:

Usage:

grails create-list-template [domainClass]

Arguments:

  • domainClass - Either a domain class name (case-sensitive) without its package or a wildcard (*). If you specify the wildcard the artifacts will be generated for all domain classes.