|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocaleConfig
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 |
---|
java.lang.String getCharSet()
java.util.Locale getLocale()
java.text.DateFormat getDateInputFormat()
java.text.DateFormat getTimeInputFormat()
java.text.DateFormat getDateTimeInputFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |