return null;
}
public ItsNatHTMLAnchor createItsNatHTMLAnchorDefault(HTMLAnchorElement element,NameValue[] artifacts,boolean execCreateFilters,ItsNatStfulDocComponentManagerImpl compMgr)
{
ItsNatHTMLAnchor comp = null;
boolean doFilters = hasBeforeAfterCreateItsNatComponentListener(execCreateFilters,compMgr);
if (doFilters) comp = (ItsNatHTMLAnchor)processBeforeCreateItsNatComponentListener(element,getCompType(),null,artifacts,compMgr);
if (comp == null)
comp = new ItsNatHTMLAnchorDefaultImpl(element,artifacts,compMgr);
if (doFilters) comp = (ItsNatHTMLAnchor)processAfterCreateItsNatComponentListener(comp,compMgr);