1625162616271628162916301631
* @param locale * @return localized bundle headers dictionary. **/ Dictionary getBundleHeaders(BundleImpl bundle, String locale) { return new MapToDictionary(bundle.getCurrentLocalizedHeader(locale)); }
122123124125126127128
oldProps = m_propMap; // Set the properties. initializeProperties(dict); } // Tell registry about it. m_registry.servicePropertiesModified(this, new MapToDictionary(oldProps)); }
110111112113114115116
1578157915801581158215831584
105106107108109110111
public Enumeration<String> getEntryPaths(String path) { return null; } public Dictionary<String, String> getHeaders() { return new MapToDictionary(m_manifest); }
106107108109110111112
return null; } @SuppressWarnings("unchecked") public Dictionary<String, String> getHeaders() { return new MapToDictionary(m_manifest); }
109110111112113114115
1570157115721573157415751576