org.ow2.opensuit.core.session
Interface ILocaleConfig

All Superinterfaces:
IDateOutputFormatConfig

public interface ILocaleConfig
extends IDateOutputFormatConfig

Interface that gives access to general information about a user locale.


Method Summary
 java.lang.String getCharSet()
          Returns the charset to use for this locale.
 java.text.DateFormat getDateInputFormat()
          Returns the date input format for this locale.
 java.text.DateFormat getDateTimeInputFormat()
          Returns the date and time input format for this locale.
 java.util.Locale getLocale()
          Returns the Java Locale object representing this locale.
 java.text.DateFormat getTimeInputFormat()
          Returns the time input format for this locale.
 
Methods inherited from interface org.ow2.opensuit.core.session.IDateOutputFormatConfig
getDateOutputFormat, getDateTimeOutputFormat, getTimeOutputFormat
 

Method Detail

getCharSet

java.lang.String getCharSet()
Returns the charset to use for this locale.

Returns:

getLocale

java.util.Locale getLocale()
Returns the Java Locale object representing this locale.


getDateInputFormat

java.text.DateFormat getDateInputFormat()
Returns the date input format for this locale.

Returns:

getTimeInputFormat

java.text.DateFormat getTimeInputFormat()
Returns the time input format for this locale.

Returns:

getDateTimeInputFormat

java.text.DateFormat getDateTimeInputFormat()
Returns the date and time input format for this locale.

Returns:


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.