|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoercionTuple | |
|---|---|
| org.apache.tapestry5.ioc.internal.services | |
| org.apache.tapestry5.ioc.services | |
| org.apache.tapestry5.services | |
| Uses of CoercionTuple in org.apache.tapestry5.ioc.internal.services |
|---|
| Constructor parameters in org.apache.tapestry5.ioc.internal.services with type arguments of type CoercionTuple | |
|---|---|
TypeCoercerImpl(Collection<CoercionTuple> tuples)
|
|
| Uses of CoercionTuple in org.apache.tapestry5.ioc.services |
|---|
| Method parameters in org.apache.tapestry5.ioc.services with type arguments of type CoercionTuple | |
|---|---|
static void |
TapestryIOCModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration)
Contributes a set of standard type coercions to the TypeCoercer service: Object to String
String to Double String to BigDecimal BigDecimal to Double Double to
BigDecimal String to BigInteger BigInteger to Long String to Long Long to
Byte Long to Short Long to Integer Double to Long Double to Float
Float to Double Long to Double String to Boolean ("false" is always false, other non-blank
strings are true) Long to Boolean (true if long value is non zero) Null to Boolean (always
false) Collection to Boolean (false if empty) Object[] to List primitive[] to
List Object to List (by wrapping as a singleton list) String to File String to TimeInterval TimeInterval to
Long Object to Object[] (wrapping the object as an array) Collection to Object[] (via the
toArray() method) |
| Uses of CoercionTuple in org.apache.tapestry5.services |
|---|
| Method parameters in org.apache.tapestry5.services with type arguments of type CoercionTuple | |
|---|---|
static void |
TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration,
TypeCoercer coercer,
ThreadLocale threadLocale,
AssetSource assetSource)
Adds coercions: String to SelectModel String to InsertPosition Map to SelectModel
Collection to GridDataSource null to GridDataSource String
to GridPagerPosition List to SelectModel ComponentResourcesAware (typically, a
component) to ComponentResources String to BlankOption ComponentResources to PropertyOverrides String to Renderable Renderable to Block String to DateFormat
PrimaryKeyEncoder to ValueEncoder String to
Resource (via AssetSource.resourceForPath(String))
Renderable to RenderCommand |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||