Uses of Interface
org.apache.tapestry5.services.dynamic.DynamicTemplateParser

Packages that use DynamicTemplateParser
org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for the Dynamic component; API subject to change 
org.apache.tapestry5.services Core services 
 

Uses of DynamicTemplateParser in org.apache.tapestry5.internal.dynamic
 

Classes in org.apache.tapestry5.internal.dynamic that implement DynamicTemplateParser
 class DynamicTemplateParserImpl
           
 

Uses of DynamicTemplateParser in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type DynamicTemplateParser
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.