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

All Superinterfaces:
Accessor, Disposable, LocaleAccessor

public interface LocaleAccessorController
extends LocaleAccessor

Provides read and write access to the locale information of the state.

Since:
6.0

Method Summary
 void setLocale(java.util.Locale aLocale)
          Sets the given locale as the locale of the state information.
 
Methods inherited from interface com.ibm.portal.state.accessors.locale.LocaleAccessor
getLocale
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

setLocale

void setLocale(java.util.Locale aLocale)
Sets the given locale as the locale of the state information.

Parameters:
aLocale - the locale to set; may be null to remove the locale information from the state.