com.ibm.portal.state.accessors.locale
Interface LocaleAccessor

All Superinterfaces:
Accessor, Disposable
All Known Subinterfaces:
LocaleAccessorController

public interface LocaleAccessor
extends Accessor

Provides read access to the locale information of the state.

Since:
6.0

Method Summary
 java.util.Locale getLocale()
          Returns the locale of the state information.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getLocale

java.util.Locale getLocale()
Returns the locale of the state information.

Returns:
the locale object set for the state information or null if no locale has been set.