JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 
Summary:  
Nested |  
Field |  
Constr |  
Method  
Detail:  
Field |  
Constr |  
Method  
 
  
All Known Implementing Classes: 
DefLocaleContext  
public interface LocaleContext  
This class represents the LocalContext used as part of the
  formatting and UI hints support. This class is used to retrieve
  the current Locale for the ApplicationModule's session.
 
 
 
 
Method Summary 
Methods   
Modifier and Type 
Method and Description 
 
java.util.LocalegetLocale Retrieves the Locale.
 
java.util.TimeZonegetUserTimeZone If configured in adf config, this method retrieves the
 the user's timezone preference.
 
 
 
 
 
 
Method Detail 
 
getLocale 
java.util.Locale getLocale() 
Retrieves the Locale. In order to change the Locale, you must
 initialize it via the ApplicationModule.getSession().setLocale()
 
 
 
getUserTimeZone 
java.util.TimeZone getUserTimeZone() 
If configured in adf config, this method retrieves the
 the user's timezone preference.
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 
Summary:  
Nested |  
Field |  
Constr |  
Method  
Detail:  
Field |  
Constr |  
Method  
 
  
Copyright © 1997, 2014, Oracle. All rights reserved.