Package | Description |
---|---|
org.hippoecm.hst.diagnosis | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Field and Description |
---|---|
static Task |
HDC.NOOP_TASK |
Modifier and Type | Method and Description |
---|---|
static Task |
HDC.getCurrentTask() |
Task |
Task.getParentTask() |
static Task |
HDC.getRootTask() |
static Task |
HDC.start(String name) |
Task |
Task.startSubtask(String name)
Starts and returns a child subtask with the name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Task> |
Task.getChildTasks()
Returns the child tasks collection
|
Modifier and Type | Method and Description |
---|---|
static void |
HDC.setCurrentTask(Task currentTask) |
Modifier and Type | Method and Description |
---|---|
static String |
TaskLogFormatter.getTaskLog(Task task) |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.