|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.beanutils.locale.BaseLocaleConverter | +--org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter | +--org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a java.lang.Short
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
Field Summary |
Fields inherited from class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter |
|
Fields inherited from class org.apache.commons.beanutils.locale.BaseLocaleConverter |
locale, locPattern, pattern, useDefault |
Constructor Summary | |
ShortLocaleConverter()
Create a LocaleConverter
that will throw a ConversionException
if a conversion error occurs. |
|
ShortLocaleConverter(boolean locPattern)
Create a LocaleConverter
that will throw a ConversionException
if a conversion error occurs. |
|
ShortLocaleConverter(java.util.Locale locale)
Create a LocaleConverter
that will throw a ConversionException
if a conversion error occurs. |
|
ShortLocaleConverter(java.util.Locale locale,
boolean locPattern)
Create a LocaleConverter
that will throw a ConversionException
if a conversion error occurs. |
|
ShortLocaleConverter(java.util.Locale locale,
java.lang.String pattern)
Create a LocaleConverter
that will throw a ConversionException
if a conversion error occurs. |
|
ShortLocaleConverter(java.util.Locale locale,
java.lang.String pattern,
boolean locPattern)
Create a LocaleConverter
that will throw a ConversionException
if a conversion error occurs. |
|
ShortLocaleConverter(java.lang.Object defaultValue)
Create a LocaleConverter
that will return the specified default value
if a conversion error occurs. |
|
ShortLocaleConverter(java.lang.Object defaultValue,
boolean locPattern)
Create a LocaleConverter
that will return the specified default value
if a conversion error occurs. |
|
ShortLocaleConverter(java.lang.Object defaultValue,
java.util.Locale locale)
Create a LocaleConverter
that will return the specified default value
if a conversion error occurs. |
|
ShortLocaleConverter(java.lang.Object defaultValue,
java.util.Locale locale,
boolean locPattern)
Create a LocaleConverter
that will return the specified default value
if a conversion error occurs. |
|
ShortLocaleConverter(java.lang.Object defaultValue,
java.util.Locale locale,
java.lang.String pattern)
Create a LocaleConverter
that will return the specified default value
if a conversion error occurs. |
|
ShortLocaleConverter(java.lang.Object defaultValue,
java.util.Locale locale,
java.lang.String pattern,
boolean locPattern)
Create a LocaleConverter
that will return the specified default value
if a conversion error occurs. |
Methods inherited from class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter |
parse |
Methods inherited from class org.apache.commons.beanutils.locale.BaseLocaleConverter |
convert, convert, convert, convert |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShortLocaleConverter()
LocaleConverter
that will throw a ConversionException
if a conversion error occurs. The locale is the default locale for
this instance of the Java Virtual Machine and an unlocalized pattern is used
for the convertion.
public ShortLocaleConverter(boolean locPattern)
LocaleConverter
that will throw a ConversionException
if a conversion error occurs. The locale is the default locale for
this instance of the Java Virtual Machine.
locPattern
- Indicate whether the pattern is localized or notpublic ShortLocaleConverter(java.util.Locale locale)
LocaleConverter
that will throw a ConversionException
if a conversion error occurs. An unlocalized pattern is used for the convertion.
locale
- The localepublic ShortLocaleConverter(java.util.Locale locale, boolean locPattern)
LocaleConverter
that will throw a ConversionException
if a conversion error occurs.
locale
- The localelocPattern
- Indicate whether the pattern is localized or notpublic ShortLocaleConverter(java.util.Locale locale, java.lang.String pattern)
LocaleConverter
that will throw a ConversionException
if a conversion error occurs. An unlocalized pattern is used for the convertion.
locale
- The localepattern
- The convertion patternpublic ShortLocaleConverter(java.util.Locale locale, java.lang.String pattern, boolean locPattern)
LocaleConverter
that will throw a ConversionException
if a conversion error occurs.
locale
- The localepattern
- The convertion patternlocPattern
- Indicate whether the pattern is localized or notpublic ShortLocaleConverter(java.lang.Object defaultValue)
LocaleConverter
that will return the specified default value
if a conversion error occurs. The locale is the default locale for
this instance of the Java Virtual Machine and an unlocalized pattern is used
for the convertion.
defaultValue
- The default value to be returnedpublic ShortLocaleConverter(java.lang.Object defaultValue, boolean locPattern)
LocaleConverter
that will return the specified default value
if a conversion error occurs. The locale is the default locale for
this instance of the Java Virtual Machine.
defaultValue
- The default value to be returnedlocPattern
- Indicate whether the pattern is localized or notpublic ShortLocaleConverter(java.lang.Object defaultValue, java.util.Locale locale)
LocaleConverter
that will return the specified default value
if a conversion error occurs. An unlocalized pattern is used for the convertion.
defaultValue
- The default value to be returnedlocale
- The localepublic ShortLocaleConverter(java.lang.Object defaultValue, java.util.Locale locale, boolean locPattern)
LocaleConverter
that will return the specified default value
if a conversion error occurs.
defaultValue
- The default value to be returnedlocale
- The localelocPattern
- Indicate whether the pattern is localized or notpublic ShortLocaleConverter(java.lang.Object defaultValue, java.util.Locale locale, java.lang.String pattern)
LocaleConverter
that will return the specified default value
if a conversion error occurs. An unlocalized pattern is used for the convertion.
defaultValue
- The default value to be returnedlocale
- The localepattern
- The convertion patternpublic ShortLocaleConverter(java.lang.Object defaultValue, java.util.Locale locale, java.lang.String pattern, boolean locPattern)
LocaleConverter
that will return the specified default value
if a conversion error occurs.
defaultValue
- The default value to be returnedlocale
- The localepattern
- The convertion patternlocPattern
- Indicate whether the pattern is localized or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |