Simple html tag stripper that allows configuration of html tag names that are allowed.
All tags that are not explicitly allowed via invocation of one of the
addPreserve... methods will be missing in the result of the method
CmsHtmlStripper.stripHtml(String).
Instances are reusable but not shareable (multithreading).