Groovy Documentation

controllers
Class ContactCommand

java.lang.Object
  controllers.ContactCommand

class ContactCommand

Property Summary
static def constraints

String email

String emailBody

String name

String subject

 
Constructor Summary
ContactCommand()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

constraints

static def constraints


email

String email


emailBody

String emailBody


name

String name


subject

String subject


 
Constructor Detail

ContactCommand

ContactCommand()


 

Groovy Documentation