_tagDelegates.put("WOText", new WOTextTagDelegate());
_tagDelegates.put("FocusText", new WOTextTagDelegate());
_tagDelegates.put("WOSubmitButton", new WOSubmitButtonTagDelegate());
_tagDelegates.put("WOHyperlink", new WOHyperlinkTagDelegate());
_tagDelegates.put("WOImage", new WOImageTagDelegate());
_tagDelegates.put("WOBrowser", new WOBrowserTagDelegate());
_tagDelegates.put("ERXStyleSheet", new ERXStyleSheetTagDelegate());
_tagDelegates.put(PreviewRenderDelegate.DEFAULT, new DefaultTagDelegate());
}