 |
- java.lang.Object
-
- org.springframework.format.datetime.joda.ReadableInstantPrinter
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
print
public java.lang.String print(ReadableInstant instant,
java.util.Locale locale)
Description copied from interface: Printer
Print the object of type T for display.
- Specified by:
print in interface Printer<ReadableInstant>
- Parameters:
instant - the instance to print
locale - the current user locale
- Returns:
- the printed text string
|
|