@groovy.util.logging.Slf4j class TaskMenuHelper extends java.lang.Object
Provides utility methods for building a task menu from controller responses.
| Type | Name and description |
|---|---|
private static TaskMenuHelper |
instanceA static instance for this helper. |
private TaskMenuControllerUtils |
taskMenuControllerUtilsThis provides access to the controllers. |
| Constructor and description |
|---|
TaskMenuHelper
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
TaskMenu |
getTaskMenu()Determines the core task menu from the controllers. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The cached task menu built from all controllers. Generated and sorted for display on first use.
A static instance for this helper.
This provides access to the controllers. Can be replaced with a mock for easier testing.
Determines the core task menu from the controllers. This is the default task menu for most users.
Groovy Documentation