+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return 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.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD