Uses of Class
edu.uoc.pfc.j2ee.jalonsod.mtp.config.LanguageEntry

Packages that use LanguageEntry
edu.uoc.pfc.j2ee.jalonsod.mtp.config   
 

Uses of LanguageEntry in edu.uoc.pfc.j2ee.jalonsod.mtp.config
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type parameters of type LanguageEntry
private  java.util.Hashtable<java.lang.String,LanguageEntry> Language.entries
           
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return LanguageEntry
 LanguageEntry Language.getLanguageEntryByKey(java.lang.String key)
          Search a languageEntry by key
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return types with arguments of type LanguageEntry
 java.util.Hashtable<java.lang.String,LanguageEntry> Language.getEntries()
           
 

Method parameters in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type arguments of type LanguageEntry
 void Language.setEntries(java.util.Hashtable<java.lang.String,LanguageEntry> entries)