tagLibrary.setSetter ("dateformat", "type", DoNothingSetter.getInstance ());
tagLibrary.setCreator ("simpledateformat", HelperCreator.getCreator (SimpleDateFormatHelper.class));
tagLibrary.setCreator ("messageformat", new MessageFormatCreator ());
tagLibrary.setSetter ("messageformat", "pattern", new CallFunctionSetter ("applyPattern", MessageFormat.class, String.class));
tagLibrary.setCreator ("numberformat", GetInstanceCreator.getCreator (NumberFormat.class, "getInstance", false));
tagLibrary.setCreator ("decimalformat", DefaultCreator.getCreator (DecimalFormat.class, true));
tagLibrary.setSetter ("decimalformat", "pattern", new CallFunctionSetter ("applyPattern", DecimalFormat.class, String.class));
tagLibrary.setSetter ("decimalformat", "localizedpattern", new CallFunctionSetter ("applyLocalizedPattern", DecimalFormat.class, String.class));
tagLibrary.setCreator ("choiceformat", new ChoiceFormatCreator ());
tagLibrary.setSetter ("choiceformat", "pattern", new CallFunctionSetter ("applyPattern", ChoiceFormat.class, String.class));
//
// listeners
//