Groovy Documentation

controllers
Class PasswordCommand

java.lang.Object
  controllers.PasswordCommand

class PasswordCommand

Property Summary
static def constraints

Constraints on passwords

String existingPassword

int id

String password

String repeatPassword

 
Constructor Summary
PasswordCommand()

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

Property Detail

constraints

static def constraints
Constraints on passwords


existingPassword

String existingPassword


id

int id


password

String password


repeatPassword

String repeatPassword


 
Constructor Detail

PasswordCommand

PasswordCommand()


 

Groovy Documentation