com.evolveum.midpoint.web.controller
Class Language

java.lang.Object
  extended by com.evolveum.midpoint.web.controller.Language
All Implemented Interfaces:
java.io.Serializable

public class Language
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
Language()
           
 
Method Summary
 java.util.Locale getCurrentLocale()
           
 java.util.List<java.util.Locale> getSupportedLocales()
           
 void setCurrentLanguage(java.lang.String locale)
           
 void setCurrentLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Language

public Language()
Method Detail

getCurrentLocale

public java.util.Locale getCurrentLocale()

setCurrentLocale

public void setCurrentLocale(java.util.Locale locale)

setCurrentLanguage

public void setCurrentLanguage(java.lang.String locale)

getSupportedLocales

public java.util.List<java.util.Locale> getSupportedLocales()


Copyright © 2012 evolveum. All Rights Reserved.