Uses of Interface
org.apache.tapestry5.services.BindingSource

Packages that use BindingSource
org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for the Dynamic component; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

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

Constructors in org.apache.tapestry5.internal.dynamic with parameters of type BindingSource
DynamicTemplateParserImpl(ClasspathURLConverter converter, BindingSource bindingSource, PageSource pageSource, TemplateParser componentTemplateParser)
           
DynamicTemplateSaxParser(Resource resource, BindingSource bindingSource, Map<String,URL> publicIdToURL)
           
 

Uses of BindingSource in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement BindingSource
 class BindingSourceImpl
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type BindingSource
ComponentDefaultProviderImpl(PropertyAccess propertyAccess, BindingSource bindingSource, ValueEncoderSource valueEncoderSource, FieldTranslatorSource fieldTranslatorSource, FieldValidatorDefaultSource fieldValidatorDefaultSource)
           
PageElementFactoryImpl(TypeCoercer typeCoercer, BindingSource bindingSource)
           
 

Uses of BindingSource in org.apache.tapestry5.internal.transform
 

Constructors in org.apache.tapestry5.internal.transform with parameters of type BindingSource
CachedWorker(BindingSource bindingSource, PerthreadManager perthreadManager)
           
ParameterWorker(ComponentClassCache classCache, BindingSource bindingSource, ComponentDefaultProvider defaultProvider, TypeCoercer typeCoercer, PerthreadManager perThreadManager)
           
 

Uses of BindingSource in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return BindingSource
protected  BindingSource TapestryTestCase.mockBindingSource()
           
 

Methods in org.apache.tapestry5.test with parameters of type BindingSource
protected  void TapestryTestCase.train_newBinding(BindingSource bindingSource, String description, ComponentResources componentResources, String defaultBindingPrefix, String expression, Binding binding)
           
 



Copyright © 2003-2012 The Apache Software Foundation.