Groovy Documentation

domain
Class JsecControllerName

java.lang.Object
  domain.JsecControllerName

class JsecControllerName

Models the names of Controllers for security purposes

author:
Angus Roberts


Property Summary
static def constraints

String name

The name of this JsecControllerName, used to refer to it in the interface

 
Constructor Summary
JsecControllerName()

 
Method Summary
String toString()

Return a string representation of this JsecControllerName, its name

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

Property Detail

constraints

static def constraints


name

String name
The name of this JsecControllerName, used to refer to it in the interface


 
Constructor Detail

JsecControllerName

JsecControllerName()


 
Method Detail

toString

String toString()
Return a string representation of this JsecControllerName, its name


 

Groovy Documentation