| java.lang.Object | |
| ↳ | org.springframework.format.datetime.joda.JodaTimeContext |
A context that holds user-specific Joda Time settings such as the user's Chronology (calendar system) and time zone.
A null property value indicate the user has not specified a setting.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The user's chronology (calendar system).
| |||||||||||
Gets the Formatter with the this context's settings applied to the base
formatter. | |||||||||||
The user's timezone.
| |||||||||||
Set the user's chronology.
| |||||||||||
Set the user's timezone.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The user's chronology (calendar system). Null if not specified.
Gets the Formatter with the this context's settings applied to the base formatter.
| formatter | the base formatter that establishes default formatting rules, generally context independent |
|---|
The user's timezone. Null if not specified.
Set the user's chronology.
Set the user's timezone.