Package | Description |
---|---|
org.apache.tapestry5.internal.translator |
[INTERNAL USE ONLY] translator implementation classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
NumericTranslatorSupportImpl |
Constructor and Description |
---|
NumericTranslator(String name,
Class<T> type,
NumericTranslatorSupport support) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.contributeTranslatorSource(MappedConfiguration<Class,Translator> configuration,
NumericTranslatorSupport support)
Contributes the basic set of translators:
string
byte
short
integer
long
float
double
BigInteger
BigDecimal
|
Copyright © 2003-2012 The Apache Software Foundation.