Class HostURLNormalizer

  • All Implemented Interfaces:
    Configurable, URLNormalizer

    public class HostURLNormalizer
    extends Object
    implements URLNormalizer
    URL normalizer for mapping hosts to their desired form. It takes a simple text file as source in the format: example.org www.example.org mapping all URL's of example.org the the www sub-domain. It also allows for wildcards to be used to map all sub-domains to another host: *.example.org www.example.org