{
this.init();
_application = application;
_nameStack = ListUtil.list();
_containerStack = ListUtil.list();
_standardTagsHashtable = new AWCaseInsensitiveHashtable();
_elementClassesByName = MapUtil.map();
_containerClassesByName = MapUtil.map();
_tagNameAliases = MapUtil.map();
// leave this commented-out code here as it is appropriate place to do this, however due
// to the way resource dirs are registered after the first template parser is created, we need