Subversion Repositories eFlore/Applications.coel

Rev

Rev 493 | Rev 501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 493 Rev 497
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
public class Coel implements EntryPoint {
14
public class Coel implements EntryPoint {
15
 
15
 
16
	private AppliConstantes i18nC = null;
-
 
Line 17... Line 16...
17
	private Mediateur mediateur = null;
16
	private AppliConstantes i18nC = null;
18
	public static final Images IMAGES = GWT.create(Images.class);
17
	private Mediateur mediateur = null;
Line 19... Line 18...
19
	
18
	
Line 32... Line 31...
32
	
31
	
33
	protected void initialiserRegistre() {
32
	protected void initialiserRegistre() {
34
		Registry.register(RegistreId.APPLI_NOM, i18nC.appliNom());
33
		Registry.register(RegistreId.APPLI_NOM, i18nC.appliNom());
35
		Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
34
		Registry.register(RegistreId.APPLI_CODE, i18nC.appliCode());
36
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersion());
35
		Registry.register(RegistreId.APPLI_VERSION, i18nC.appliVersion());
37
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 493 $");
36
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 497 $");
38
		Registry.register(RegistreId.CONFIG, new Configuration());
37
		Registry.register(RegistreId.CONFIG, new Configuration());
39
		Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement());
38
		Registry.register(RegistreId.POPUP_CHARGEMENT, new PopupChargement());
Line 40... Line 39...
40
	}
39
	}