if (null == dynamicMenuRenderer) {
return;
}
// render nl as menu's submenu
dynamicMenuRenderer.renderNlClose(getProtocol(context),
(NavigationListAttributes) protocolAttributes);
} catch (ProtocolException e) {
logger.error("rendering-error", getTagName(), e);
throw new XDIMEException(exceptionLocalizer.format(
"rendering-error", getTagName()), e);