String showIntroParam = (String)params.get(ICompositeCheatsheetTags.CHEATSHEET_TASK_SHOW_INTRO);
if (showIntroParam != null) {
showIntro = showIntroParam.equalsIgnoreCase("true"); //$NON-NLS-1$
}
MementoStateManager stateManager = new MementoStateManager(memento, task.getCompositeCheatSheet().getCheatSheetManager());
if (path != null) {
URL url;
try {
url = task.getInputUrl(path);
if (id == null) {