org.nuiton.i18n.init
Class I18nInitializer

java.lang.Object
  extended by org.nuiton.i18n.init.I18nInitializer
Direct Known Subclasses:
ClassPathI18nInitializer, DefaultI18nInitializer

public abstract class I18nInitializer
extends Object

Contract of a resolver of I18nBundle.

Since:
1.1
Author:
tchemit

Constructor Summary
I18nInitializer()
           
 
Method Summary
abstract  I18nBundle[] resolvBundles()
          Resolv the bundles.
 I18nBundle[] resolvBundles(URL... urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nInitializer

public I18nInitializer()
Method Detail

resolvBundles

public abstract I18nBundle[] resolvBundles()
                                    throws Exception
Resolv the bundles.

Returns:
the bundles detected
Throws:
Exception - if any pb while getting bundles

resolvBundles

public I18nBundle[] resolvBundles(URL... urls)
                           throws Exception
Throws:
Exception


Copyright © 2004-2011 CodeLutin. All Rights Reserved.