Package org.apache.cxf.javascript
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the map from namespace URI strings to JavaScript function prefixes.voidinitialize(Server server, Bus bus) voidsetNamespacePrefixMap(Map<String, String> namespacePrefixMap) Set the map from namespace URI strings to Javascript function prefixes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
doInitializeProvider, initialize, initialize, initialize
-
Constructor Details
-
Portable
public Portable()
-
-
Method Details
-
getNamespacePrefixMap
Retrieve the map from namespace URI strings to JavaScript function prefixes.- Returns:
- the map
-
setNamespacePrefixMap
Set the map from namespace URI strings to Javascript function prefixes.- Parameters:
namespacePrefixMap- the map from namespace URI strings to JavaScript function prefixes.
-
initialize
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-