public static class JavascriptOptionsFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
| Constructor and Description |
|---|
Portable() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getNamespacePrefixMap()
Retrieve the map from namespace URI strings to JavaScript function prefixes.
|
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
void |
setNamespacePrefixMap(Map<String,String> namespacePrefixMap)
Set the map from namespace URI strings to Javascript function prefixes.
|
public Map<String,String> getNamespacePrefixMap()
public void setNamespacePrefixMap(Map<String,String> namespacePrefixMap)
namespacePrefixMap - the map from namespace URI strings to JavaScript function prefixes.public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.AbstractPortableFeatureinitialize in interface org.apache.cxf.feature.FeatureApache CXF