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

Packages that use Language
edu.uoc.pfc.j2ee.jalonsod.mtp.config   
edu.uoc.pfc.j2ee.jalonsod.mtp.request   
edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib   
 

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

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config declared as Language
private  Language Configurator.defaultLanguage
          Default language for application user interface.
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type parameters of type Language
private  java.util.Hashtable<java.lang.String,Language> Configurator.languages
          Languages supported by application.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return Language
 Language Configurator.getDefaultLanguage()
           
 Language Configurator.getLanguageByKey(java.lang.String key)
           
 

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

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config with parameters of type Language
 void Configurator.setDefaultLanguage(Language defaultLanguage)
           
 

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

Uses of Language in edu.uoc.pfc.j2ee.jalonsod.mtp.request
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.request declared as Language
private  Language HttpRequestData.requestLanguage
          The language inferred to the request.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request that return Language
 Language RequestData.getUserLanguage()
          Gets the language inferred for the request, based on previous setUserLanguage call, request agent supported languages or default application language.
 Language HttpRequestData.getUserLanguage()
           
private  Language HttpRequestData.inferUserLanguage()
          Algorithm to infer the language of the request based on: the language of the session if it was set on previous request.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request that return types with arguments of type Language
 java.util.Hashtable<java.lang.String,Language> RequestData.getLanguages()
          Returns the application supported languages.
 java.util.Hashtable<java.lang.String,Language> HttpRequestData.getLanguages()
           
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.request with parameters of type Language
private  void HttpRequestData.setRequestLanguage(Language requestLanguage)
          Sets the language of the request.
 void RequestData.setUserLanguage(Language userLanguage)
          Sets the language for the session.
 void HttpRequestData.setUserLanguage(Language userLanguage)
           
 

Uses of Language in edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib with type parameters of type Language
(package private)  java.util.Enumeration<Language> GetLanguages.enumerator