|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.util.DateCustomizer
public abstract class DateCustomizer
The DateCustomizer class allows customization of dates such as formatting dates to Strings.
| Constructor Summary | |
|---|---|
DateCustomizer() |
|
| Method Summary | |
|---|---|
abstract java.lang.String |
format(java.util.Date date, java.lang.String key, java.util.Locale locale, java.util.TimeZone tz)The format method formats a date based on a key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateCustomizer()
| Method Detail |
|---|
public abstract java.lang.String format(java.util.Date date,
java.lang.String key,
java.util.Locale locale,
java.util.TimeZone tz)
The format method of a hypothetical subclass of DateFormatter might do the following with the date December 25, 2008:
date - the date to formatkey - the key that indicates what type of return value is expected.locale - the current localetz - the current timezone
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||