All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
Action |
actionFor(GriffonController controller,
String actionName) |
Map<String,Action> |
actionsFor(GriffonController controller) |
void |
addActionInterceptor(ActionInterceptor actionInterceptor) |
void |
createActions(GriffonController controller) |
protected Action |
createAndConfigureAction(GriffonController controller,
String actionName) |
protected abstract Action |
createControllerAction(GriffonController controller,
String actionName) |
protected abstract void |
doConfigureAction(Action action,
GriffonController controller,
String normalizeNamed,
String keyPrefix) |
protected void |
doInvokeAction(GriffonController controller,
String actionName,
Object[] updatedArgs) |
protected Configuration |
getConfiguration() |
protected MessageSource |
getMessageSource() |
protected Map<String,Threading.Policy> |
getThreadingPolicies() |
protected UIThreadManager |
getUiThreadManager() |
void |
invokeAction(GriffonController controller,
String actionName,
Object... args) |
protected String |
msg(String key,
String actionName,
String subkey,
String defaultValue) |
String |
normalizeName(String actionName) |