{
ItsNatHTMLAnchorLabel comp = null;
boolean doFilters = hasBeforeAfterCreateItsNatComponentListener(execCreateFilters,compMgr);
if (doFilters) comp = (ItsNatHTMLAnchorLabel)processBeforeCreateItsNatComponentListener(element,getCompType(),null,artifacts,compMgr);
if (comp == null)
comp = new ItsNatHTMLAnchorLabelImpl(element,artifacts,compMgr);
if (doFilters) comp = (ItsNatHTMLAnchorLabel)processAfterCreateItsNatComponentListener(comp,compMgr);
registerItsNatComponent(execCreateFilters,comp,compMgr);
return comp;
}