Package | Description |
---|---|
org.apache.tapestry5.internal.dynamic |
[INTERNAL USE ONLY] support classes for the
Dynamic component; API subject to change |
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicTemplateParserImpl |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration,
TypeCoercer coercer,
ThreadLocale threadLocale,
AssetSource assetSource,
ComponentClassCache classCache,
DynamicTemplateParser dynamicTemplateParser)
Adds coercions:
String to
SelectModel
Map to SelectModel
Collection to GridDataSource
null to GridDataSource
List to SelectModel
ComponentResourcesAware (typically, a component) to ComponentResources
ComponentResources to PropertyOverrides
String to Renderable
Renderable to Block
String to DateFormat
String to Resource (via AssetSource.resourceForPath(String) )
Renderable to RenderCommand
String to Pattern
String to DateFormat
ComponentClassTransformWorker to ComponentClassTransformWorker2
InjectionProvider to InjectionProvider2
Resource to DynamicTemplate
Asset to Resource
ValueEncoder to ValueEncoderFactory
|
Copyright © 2003-2012 The Apache Software Foundation.