Class JavascriptOptionsFeature.Portable

java.lang.Object
org.apache.cxf.javascript.JavascriptOptionsFeature.Portable
All Implemented Interfaces:
AbstractPortableFeature, Feature
Enclosing class:
JavascriptOptionsFeature

public static class JavascriptOptionsFeature.Portable extends Object implements AbstractPortableFeature
  • Constructor Details

    • Portable

      public Portable()
  • Method Details

    • 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.
    • initialize

      public void initialize(Server server, Bus bus)
      Specified by:
      initialize in interface AbstractPortableFeature
      Specified by:
      initialize in interface Feature