domOutput.appendEncoded(shortcutText);
// Then a space
domOutput.appendEncoded(" ");
// And finally the text of the menu itself.
final OutputBuffer text = item.getLabel().getText().getText();
domOutput.transferContentsFrom(text);
}
}
/*
===========================================================================