|
||||||||||
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
public abstract class DateFormatContext
The DateFormatContext class contains all date format parameters.
Constructor Summary | |
---|---|
DateFormatContext()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Override of Object.equals(). |
abstract int |
getTwoDigitYearStart()
Returns the year offset for parsing years with only two digits. |
int |
hashCode()
Override of Object.hashCode(). |
java.lang.String |
toString()
Override of Object.toString(). |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DateFormatContext()
Method Detail |
---|
public abstract int getTwoDigitYearStart()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |