net.sf.xsltmp.util
Class BundleLoader

java.lang.Object
  extended by net.sf.xsltmp.util.BundleLoader

public class BundleLoader
extends Object

Loads resources from a bundle.


Constructor Summary
BundleLoader(String bundle, String bundleLanguage, String bundleCountry, String bundleVariant, String bundleEncoding, FileResolver fileResolver, Map resourceMap)
          Create bundle loader.
 
Method Summary
 void loadBundle()
          Load the bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleLoader

public BundleLoader(String bundle,
                    String bundleLanguage,
                    String bundleCountry,
                    String bundleVariant,
                    String bundleEncoding,
                    FileResolver fileResolver,
                    Map resourceMap)
Create bundle loader.

Parameters:
bundle - Bundle name
bundleLanguage - Bundle language
bundleCountry - Bundle country
bundleVariant - Bundle variant
bundleEncoding - Bundle encoding
fileResolver - File resolver to retrieve the bundle file
resourceMap - Target map to be loaded
Method Detail

loadBundle

public void loadBundle()
Load the bundle.



Copyright © 2008-2010 SEAF. All Rights Reserved.