Uses of Interface
org.apache.tapestry5.services.BindingSource
-
Packages that use BindingSource Package Description org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for theDynamic
component; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.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 Constructor Description DynamicTemplateParserImpl(ClasspathURLConverter converter, BindingSource bindingSource, PageSource pageSource, TemplateParser componentTemplateParser)
DynamicTemplateSaxParser(Resource resource, BindingSource bindingSource, <,> publicIdToURL)
-
Uses of BindingSource in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement BindingSource Modifier and Type Class Description class
BindingSourceImpl
Constructors in org.apache.tapestry5.internal.services with parameters of type BindingSource Constructor Description 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 Constructor Description 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 Modifier and Type Method Description protected BindingSource
TapestryTestCase. mockBindingSource()
Methods in org.apache.tapestry5.test with parameters of type BindingSource Modifier and Type Method Description protected void
TapestryTestCase. train_newBinding(BindingSource bindingSource, description, ComponentResources componentResources, defaultBindingPrefix, expression, Binding binding)
-