com.acsinet_solutions.util.text
Class DateFormatterBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by com.acsinet_solutions.util.text.DateFormatterBundle
Direct Known Subclasses:
DateFormatterBundle_en

public class DateFormatterBundle
extends java.util.ListResourceBundle

English and base date formatter bundle.

Author:
Santiago Arriaga

Nested Class Summary
static class DateFormatterBundle.EnglishDateFormatter
          Date formatter for english locales
 
Field Summary
static java.lang.String DATE_FORMATTER_KEY
          Public date formatter key
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DateFormatterBundle()
           
 
Method Summary
protected  java.lang.Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMATTER_KEY

public static final java.lang.String DATE_FORMATTER_KEY
Public date formatter key

See Also:
Constant Field Values
Constructor Detail

DateFormatterBundle

public DateFormatterBundle()
Method Detail

getContents

protected final java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle
See Also:
ListResourceBundle.getContents()