|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectdomain.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.
| 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 |
|---|
String actions
static def constraints
String name
| Constructor Detail |
|---|
JsecActionList()
| Method Detail |
|---|
String toString()
Groovy Documentation