Package ariba.util.formatter Description

Formatter classes

See Also:
ariba.util.core

Interface Summary
FormatterHandlesNulls This interface marks formatting classes that handle null values.
StatefulFormatter This interface is a marker indicating that the formatter is stateful.
StringParser A StringParser is a class which can take a string and parse it into an object.
 

Class Summary
BigDecimalFormatter Responsible for formatting, parsing, and comparing BigDecimal values.
BooleanFormatter BooleanFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing boolean values and/or Boolean objects.
DateFormatter DateFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing Date objects.
DecimalFormatterCommon Base class for BigDecimalFormatter and DoubleFormatter to share common formatting utilities.
DecimalParseInfo This class contains information generated by parsing a given BigDecimal string.
DoubleFormatter DoubleFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing double values and/or Double objects.
Formatter Formatter and its subclasses (StringFormatter, IntegerFormatter, etc.) are responsible for formatting raw objects into strings and parsing strings back into objects.
IntegerArrayFormatter IntegerArrayFormatter is a subclass of Formatter which is responsible for formatting int arrays and/or Integer arrays.
IntegerFormatter IntegerFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing int values and/or Integer objects.
ListFormatter ListFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing vectors.
LongFormatter LongFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing long values and/or Long objects.
LowerCaseStringFormatter LowerCaseStringFormatter is a subclass of StringFormatter which is responsible for formatting, parsing, and comparing strings.
NullStringParser NullStringParser is a trivial implementation of StringParser that always parses any string as null.
NumberFormatterUtil  
SecureStringFormatter Formats strings such that certain characters are "blocked out".
StringFormatter StringFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing strings.
SystemBooleanFormatter SystemBooleanFormatter is a subclass of Formatter which is responsible for formatting, parsing, and comparing boolean values and/or Boolean objects.
UserDateFormatter UserDateFormatter is a subclass of DateFormatter which is responsible for parsing user date strings, i.e.
 

Exception Summary
BigDecimalFormatter.StrictParseException If a parse fails ONLY because strict behavior is specified this is used.
 


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.