Groovy Documentation

domain
Class JsecActionList

java.lang.Object
  domain.JsecActionList

class JsecActionList

A list of actions, as a comma-separated String. JsecActionLists are defined to allow re-use of common lists of actions when defining CowPermissions.

author:
Angus Roberts


Property Summary
String actions

The list of actions, comma-separated.

static def constraints

String name

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

 
Constructor Summary
JsecActionList()

 
Method Summary
String toString()

Return a string representation of this JsecActionList, its name

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

Property Detail

actions

String actions
The list of actions, comma-separated. The wildcard "*" means any action.


constraints

static def constraints


name

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


 
Constructor Detail

JsecActionList

JsecActionList()


 
Method Detail

toString

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


 

Groovy Documentation