// Set the Shortcut properties.
setShortcutPropertiesOnBuilder(pageContext, builder, styles);
// Push this element
pageContext.pushElement(this);
} catch (BuilderException be) {
logger.error("menu-building-error", be);
throw new PAPIException(
exceptionLocalizer.format("menu-building-error"), be);