Package | Description |
---|---|
griffon.transform |
Annotations used to transform code (Lombok, Groovy AST transformations).
|
org.codehaus.griffon.runtime.core.controller |
Controller action implementation [INTERNAL USE].
|
Modifier and Type | Method and Description |
---|---|
static Threading.Policy |
Threading.Policy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Threading.Policy[] |
Threading.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Threading.Policy |
AbstractActionManager.resolveThreadingPolicy() |
protected Threading.Policy |
AbstractActionManager.resolveThreadingPolicy(GriffonController controller) |
protected Threading.Policy |
AbstractActionManager.resolveThreadingPolicy(GriffonController controller,
java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,Threading.Policy> |
AbstractActionManager.getThreadingPolicies() |