if (!isWidgetSupported(protocol)) {
return;
}
// require AJAX script module
BlockAttributes blockAttributes = (BlockAttributes)attributes;
if ( blockAttributes.getRefreshAttributes() != null || blockAttributes.getLoadAttributes() != null || blockAttributes.getFetchAttributes() != null ) {
require(WidgetScriptModules.BASE_AJAX, protocol, attributes);
}
closingBlock();