|
|||||||||
| Home >> All >> org >> apache >> commons >> beanutils >> [ locale overview ] | PREV NEXT | ||||||||
A
- applyLocalized - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Indicate whether the pattern is localized or not
B
- BaseLocaleConverter - class org.apache.commons.beanutils.locale.BaseLocaleConverter.
- The base class for all standart type locale-sensitive converters.
- BaseLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Create a LocaleConverter that will throw a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
- BaseLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Create a LocaleConverter that will throw a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
- BaseLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Create a LocaleConverter that will return the specified default value if a conversion error occurs.
- BaseLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Create a LocaleConverter that will return the specified default value if a conversion error occurs.
- BaseLocaleConverter(Object, Locale, String, boolean, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Create a LocaleConverter that will return the specified default value or throw a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
- bean - Variable in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
C
- calculate(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Deprecated. moved into
LocaleBeanUtilsBean - calculate(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Resolve any nested expression to get the actual target bean.
- checkIntegerArray(Object, int[]) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- checkStringArray(Object, String[]) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- convert(Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Convert the specified locale-sensitive input object into an output object.
- convert(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Convert the specified locale-sensitive input object into an output object.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Convert the specified locale-sensitive input object into an output object of the specified type.
- convert(Class, Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Convert the specified locale-sensitive input object into an output object of the specified type.
- convert(Class, int, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Convert the specified value to the required type using the specified convertion pattern.
- convert(Class, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Convert the specified value to the required type.
- convert(Class, int, Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Convert the specified value to the required type using the specified convertion pattern.
- convert(Class, int, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Convert the specified value to the required type.
- convert(Object) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert the specified locale-sensitive value into a String.
- convert(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert the specified locale-sensitive value into a String using the convertion pattern.
- convert(Object, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
- convert(String, Class) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert the specified value to an object of the specified class (if possible).
- convert(String, Class, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String, Class, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String[], Class, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(String[], Class) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert an array of specified values to an array of objects of the specified class (if possible).
- convert(String[], Class, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert the specified locale-sensitive value into a String.
- convert(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert the specified locale-sensitive value into a String using the convertion pattern.
- convert(Object, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
- convert(String, Class) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert the specified value to an object of the specified class (if possible).
- convert(String, Class, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String, Class, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String[], Class, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(String[], Class) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert an array of specified values to an array of objects of the specified class (if possible) .
- convert(String[], Class, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(Class, Object, String) - Method in interface org.apache.commons.beanutils.locale.LocaleConverter
- Convert the specified locale-sensitive input object into an output object of the specified type.
- convertUtils - Variable in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- create(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Create all LocaleConverter types for specified locale.
- create(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Create all LocaleConverter types for specified locale.
D
- defaultLocale - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- The locale - default for convertion.
- defaultValue - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- The default value specified to our Constructor, if any.
- definePropertyType(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Calculate the property type.
- definePropertyType(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Calculate the property type.
- deregister() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Remove any registered LocaleConverter.
- deregister(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Remove any registered LocaleConverter for the specified locale.
- deregister(Class, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Remove any registered LocaleConverter for the specified locale and Class.
- deregister() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Remove any registered LocaleConverter.
- deregister(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Remove any registered LocaleConverter for the specified locale
- deregister(Class, Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Remove any registered LocaleConverter for the specified locale and Class.
E
- e - Variable in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
F
- fixmetestNegativeIntegerArray() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Negative String to primitive integer array tests.
- fixmetestNegativeScalar() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Negative scalar conversion tests.
- fixmetestNegativeStringArray() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Negative String to String array tests.
- fixmetestObjectToStringArray() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Test conversion of object to string for arrays - .
- fixmetestPositiveArray() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Positive array conversion tests.
- fixmetestPositiveIntegerArray() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Positive String to primitive integer array tests.
- fixmetestPositiveStringArray() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Positive String to String array tests.
G
- getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Gets whether the pattern is localized or not.
- getApplyLocalized() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Is the pattern to be applied localized (Indicate whether the pattern is localized or not)
- getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Gets applyLocalized.
- getApplyLocalized() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- getter for applyLocalized
- getBean() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- getConvertUtils() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Gets the locale used when no locale is passed.
- getDefaultLocale() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Gets the default Locale
- getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Gets the
Localewhich will be used when noLocaleis passed to a method. - getDefaultLocale() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- getter for defaultLocale
- getException() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- getIndexedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getIndexedProperty(Object, String, int, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the specified convertion pattern.
- getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getIndexedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getIndexedProperty(Object, String, int, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the specified convertion pattern.
- getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getInstance() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Gets singleton instance.
- getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- getLocaleBeanUtilsInstance() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Gets singleton instance
- getLocaleConvertUtils() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Gets the bean instance used for conversions
- getMappedProperty(Object, String, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified convertion pattern.
- getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified mapped locale-sensitive property of the specified bean, as a String The key is specified as a method parameter and must *not* be included in the property name expression.
- getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getMappedProperty(Object, String, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified convertion pattern.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified mapped locale-sensitive property of the specified bean, as a String The key is specified as a method parameter and must *not* be included in the property name expression
- getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getMappedPropertyLocale(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
- getMappedPropertyLocale(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
- getMarkerObject() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- getNestedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
- getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the (possibly nested) locale-sensitive property of the specified name.
- getNestedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
- getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- getProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensitive property of the specified bean.
- getProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified locale-sensitive property of the specified bean.
- getProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the specified convertion pattern.
- getProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the default convertion pattern of the corresponding LocaleConverter.
- getSignal() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- getSimpleProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified convertion pattern.
- getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default convertion pattern of the corresponding LocaleConverter.
- getSimpleProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified convertion pattern.
- getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default convertion pattern of the corresponding LocaleConverter.
- getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
I
- index - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- index - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- invokeSetter(Object, String, String, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Invoke the setter method.
- invokeSetter(Object, String, String, int, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Invoke the setter method.
- isPre14JVM() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
K
- key - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- key - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
L
- LocaleBeanUtils - class org.apache.commons.beanutils.locale.LocaleBeanUtils.
- Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
- LocaleBeanUtils() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtils
- LocaleBeanUtils.Descriptor - class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor.
- Deprecated. moved into
LocaleBeanUtils - LocaleBeanUtils.Descriptor(Object, String, String, String, int) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- LocaleBeanUtilsBean - class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.
- Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
- LocaleBeanUtilsBean() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Construct instance with standard conversion bean
- LocaleBeanUtilsBean(LocaleConvertUtilsBean, ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Construct instance that uses given locale conversion
- LocaleBeanUtilsBean(LocaleConvertUtilsBean) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Construct instance that uses given locale conversion
- LocaleBeanUtilsBean.Descriptor - class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor.
- LocaleBeanUtilsBean.Descriptor(Object, String, String, String, int) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- LocaleBeanificationTestCase - class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.
- Test Case for changes made during LocaleBeanutils Beanification.
- LocaleBeanificationTestCase(String) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Construct a new instance of this test case.
- LocaleBeanificationTestCase.Signal - class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal.
- LocaleBeanificationTestCase.Signal() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- LocaleBeanificationTestCase.TestClassLoader - class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.TestClassLoader.
- LocaleBeanificationTestCase.TestClassLoader() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.TestClassLoader
- LocaleConvertTestSuite - class org.apache.commons.beanutils.locale.LocaleConvertTestSuite.
- Created a test suite so that new test cases can be added here without having to edit the build.xml.
- LocaleConvertTestSuite() - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertTestSuite
- LocaleConvertUtils - class org.apache.commons.beanutils.locale.LocaleConvertUtils.
- Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value.
- LocaleConvertUtils() - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertUtils
- LocaleConvertUtilsBean - class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.
- Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value.
- LocaleConvertUtilsBean() - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Makes the state by default (deregisters all converters for all locales) and then registers default locale converters.
- LocaleConvertUtilsTestCase - class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase.
- Test Case for the LocaleConvertUtils class.
- LocaleConvertUtilsTestCase(String) - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Construct a new instance of this test case.
- LocaleConverter - interface org.apache.commons.beanutils.locale.LocaleConverter.
- General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
- locPattern - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- The flag indicating whether the given pattern string is localized or not.
- locale - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- The locale specified to our Constructor, by default - system locale.
- localeBeansByClassLoader - Static variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Contains
LocaleBeanUtilsBeaninstances indexed by context classloader. - localeConvertUtils - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Convertor used by this class
- log - Static variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- All logging goes through this logger
- log - Static variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- All logging goes through this logger
- log - Static variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- All logging goes through this logger
- log - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- The
Loginstance for this class. - lookup(Class, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Look up and return any registered LocaleConverter for the specified
destination class and locale; if there is no registered Converter, return
null. - lookup(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Look up and return any registered FastHashMap instance for the specified locale.
- lookup(Class, Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Look up and return any registered LocaleConverter for the specified
destination class and locale; if there is no registered Converter, return
null. - lookup(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Look up and return any registered FastHashMap instance for the specified locale;
if there is no registered one, return
null.
M
- MAX_GC_ITERATIONS - Static variable in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Maximum number of iterations before our test fails
- m_decimalSeparator - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- mapConverters - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Every entry of the mapConverters is: key = locale value = FastHashMap of converters for the certain locale.
- marker - Variable in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
N
- name - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- name - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
O
- org.apache.commons.beanutils.locale - package org.apache.commons.beanutils.locale
- Locale-aware extensions of the standard beanutils classes.
P
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Convert the specified locale-sensitive input object into an output object of the specified type.
- pattern - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- The default pattern specified to our Constructor, if any.
- propName - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- propName - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
R
- register(LocaleConverter, Class, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Register a custom LocaleConverter for the specified destination
Class, replacing any previously registered converter. - register(LocaleConverter, Class, Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- Register a custom LocaleConverter for the specified destination
Class, replacing any previously registered converter.
S
- setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Sets whether the pattern is localized or not.
- setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Sets whether the pattern is applied localized (Indicate whether the pattern is localized or not)
- setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Sets applyLocalized.
- setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- setter for applyLocalized
- setBean(LocaleBeanUtilsBean) - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- setConvertUtils(LocaleConvertUtilsBean) - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Sets the locale used when no locale is passed.
- setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Sets the default Locale
- setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
- Sets the
Localewhich will be used when noLocaleis passed to a method. - setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
- setter for defaultLocale
- setException(Exception) - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- setInstance(LocaleBeanUtilsBean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Sets the instance which provides the functionality for LocaleBeanUtils.
- setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- setMarkerObject(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default convertion pattern of the corresponding LocaleConverter.
- setProperty(Object, String, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
- Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified convertion pattern.
- setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default convertion pattern of the corresponding LocaleConverter.
- setProperty(Object, String, Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
- Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified convertion pattern.
- setSignal(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- setUp() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Set up instance variables required by this test case.
- setUp() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Set up instance variables required by this test case.
- signal - Variable in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.Signal
- suite() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Return the tests included in this test suite.
- suite() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertTestSuite
- Return the tests included in this test suite.
- suite() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Return the tests included in this test suite.
T
- target - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
- Deprecated.
- target - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
- tearDown() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tear down instance variables required by this test case.
- tearDown() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Tear down instance variables required by this test case.
- testBeanUtilsBeanSetInstance() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether different threads can set beanutils instances correctly
- testContextClassLoaderLocal() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether difference instances are loaded by different context classloaders.
- testContextClassLoaderUnset() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether the unset method works
- testContextClassloaderIndependence() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether calls are independent for different classloaders
- testGetByContextClassLoader() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether difference instances are loaded by different context classloaders.
- testMemoryLeak() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether classloaders and beans are released from memory
- testMemoryLeak2() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Tests whether classloaders and beans are released from memory by the map used by beanutils
- testMemoryTestMethodology() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
- Test of the methodology we'll use for some of the later tests
- testObjectToStringScalar() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Test conversion of object to string for scalars.
- testPositiveScalar() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
- Positive scalar conversion tests.
- toString() - Method in class org.apache.commons.beanutils.locale.LocaleBeanificationTestCase.TestClassLoader
U
- useDefault - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
- Should we return the default value on conversion errors?
A B C D E F G I K L M N O P R S T U
|
|||||||||
| Home >> All >> org >> apache >> commons >> beanutils >> [ locale overview ] | PREV NEXT | ||||||||