Package org.apache.tapestry5.internal.translator
[INTERNAL USE ONLY] translator implementation classes; API subject to change.
-
Interface Summary Interface Description NumericFormatter Interface for defining the basic parse and toClient operations.NumericTranslatorSupport Used to generate the client-side JSON specification for how a number-based validator operates. -
Class Summary Class Description AbstractTranslator<T> BigDecimalNumericFormatter BigIntegerNumericFormatter BigTypesFormatter Base class for parsing/formatting BigInteger and BigDecimal.NumericFormatterImpl A wrapper around NumberFormat.NumericTranslator<T extends Number> Uses aNumericTranslatorSupport
to provide proper locale-aware support for all the built-in numeric types.NumericTranslatorSupportImpl StringTranslator