|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.share.nls.DateFormatContext
org.apache.myfaces.trinidadinternal.share.nls.ImmutableDateFormatContext
public final class ImmutableDateFormatContext
The ImmutableDateFormatContext class contains all date format parameters, which cannot be changed once initialised.
| Constructor Summary | |
|---|---|
ImmutableDateFormatContext(DateFormatContext dfc)
Constructs a new ImmutableDateFormatContext, cloning the instance passed in. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Override of Object.equals(). |
int |
getTwoDigitYearStart()
Returns the year offset for parsing years with only two digits. |
int |
hashCode()
Override of Object.hashCode(). |
| Methods inherited from class org.apache.myfaces.trinidadinternal.share.nls.DateFormatContext |
|---|
clone, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImmutableDateFormatContext(DateFormatContext dfc)
| Method Detail |
|---|
public int getTwoDigitYearStart()
DateFormatContext
getTwoDigitYearStart in class DateFormatContextpublic boolean equals(java.lang.Object obj)
DateFormatContext
equals in class DateFormatContextpublic int hashCode()
DateFormatContext
hashCode in class DateFormatContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||