Class JavascriptOptionsFeature.Portable

    • Constructor Detail

      • Portable

        public Portable()
    • Method Detail

      • getNamespacePrefixMap

        public Map<String,​String> getNamespacePrefixMap()
        Retrieve the map from namespace URI strings to JavaScript function prefixes.
        Returns:
        the map
      • setNamespacePrefixMap

        public void setNamespacePrefixMap​(Map<String,​String> namespacePrefixMap)
        Set the map from namespace URI strings to Javascript function prefixes.
        Parameters:
        namespacePrefixMap - the map from namespace URI strings to JavaScript function prefixes.