Uses of Interface
org.apache.tapestry5.services.BindingSource
Packages that use BindingSource
Package
Description
[INTERNAL USE ONLY] support classes for the
Dynamic
component; API subject to change[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
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 BindingSourceModifierConstructorDescriptionDynamicTemplateParserImpl
(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 BindingSourceConstructors in org.apache.tapestry5.internal.services with parameters of type BindingSourceModifierConstructorDescriptionComponentDefaultProviderImpl
(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 BindingSourceModifierConstructorDescriptionCachedWorker
(BindingSource bindingSource, PerthreadManager perthreadManager, PropertyValueProviderWorker propertyValueProviderWorker, boolean productionMode, boolean multipleClassloaders) 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 BindingSourceModifier and TypeMethodDescriptionprotected final BindingSource
TapestryTestCase.mockBindingSource()
Methods in org.apache.tapestry5.test with parameters of type BindingSourceModifier and TypeMethodDescriptionprotected void
TapestryTestCase.train_newBinding
(BindingSource bindingSource, String description, ComponentResources componentResources, String defaultBindingPrefix, String expression, Binding binding)