Class URITranslator.MappingURITranslator

    • Constructor Detail

      • MappingURITranslator

        public MappingURITranslator​(Map<String,​String> uriMappings)
    • Method Detail

      • translate

        public URI translate​(URI original)
        Description copied from interface: URITranslator
        Translates one URI into another.
        Specified by:
        translate in interface URITranslator
        Parameters:
        original - the URI to translate
        Returns:
        the translated URI or the original URI if it did not match the conditions triggering translation