net.sf.xsltmp.util
Class BundleLoader
java.lang.Object
net.sf.xsltmp.util.BundleLoader
public class BundleLoader
- extends Object
Loads resources from a bundle.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleLoader
public BundleLoader(String bundle,
String bundleLanguage,
String bundleCountry,
String bundleVariant,
String bundleEncoding,
FileResolver fileResolver,
Map resourceMap)
- Create bundle loader.
- Parameters:
bundle - Bundle namebundleLanguage - Bundle languagebundleCountry - Bundle countrybundleVariant - Bundle variantbundleEncoding - Bundle encodingfileResolver - File resolver to retrieve the bundle fileresourceMap - Target map to be loaded
loadBundle
public void loadBundle()
- Load the bundle.
Copyright © 2008-2010 SEAF. All Rights Reserved.