Uses of Interface
org.apache.tapestry5.Binding
Packages that use Binding
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
The set of core components available in all Tapestry applications
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] support classes for binding; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
Core services
Support for testing Tapestry pages
-
Uses of Binding in org.apache.tapestry5
Subinterfaces of Binding in org.apache.tapestry5 -
Uses of Binding in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return BindingModifier and TypeMethodDescriptionprotected Binding
Grid.defaultModel()
Returns aBinding
instance that attempts to identify the model from the source parameter (viaGridDataSource.getRowType()
. -
Uses of Binding in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal that return BindingModifier and TypeMethodDescriptionInternalComponentResourcesCommon.getBinding
(String parameterName) Returns the binding for the given parameter name, or null.Methods in org.apache.tapestry5.internal that return types with arguments of type BindingModifier and TypeMethodDescriptionInternalComponentResourcesCommon.getInformalParameterBindings()
Constructs a map linking informal parameters to the corresponding bindings.Methods in org.apache.tapestry5.internal with parameters of type BindingModifier and TypeMethodDescriptionvoid
InternalComponentResourcesCommon.bindParameter
(String parameterName, Binding binding) Used during construction of the page to identify the binding for a particular parameter. -
Uses of Binding in org.apache.tapestry5.internal.bindings
Subinterfaces of Binding in org.apache.tapestry5.internal.bindingsClasses in org.apache.tapestry5.internal.bindings that implement BindingModifier and TypeClassDescriptionclass
Abstract base class for bindings.class
class
class
class
ExtendsAbstractBinding
with a description and a binding type, with invariant forced to true.class
Binding type for literal, immutable values.class
Base class for bindings created by thePropBindingFactory
.class
Methods in org.apache.tapestry5.internal.bindings that return BindingModifier and TypeMethodDescriptionAssetBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) BlockBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) ComponentBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) ContextBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) LiteralBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) MessageBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) NullFieldStrategyBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) PropBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) RenderVariableBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) SymbolBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) TranslateBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) ValidateBindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) -
Uses of Binding in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement BindingMethods in org.apache.tapestry5.internal.services that return BindingModifier and TypeMethodDescriptionComponentDefaultProviderImpl.defaultBinding
(String parameterName, ComponentResources resources) ComponentDefaultProviderImpl.defaultTranslatorBinding
(String parameterName, ComponentResources resources) ComponentDefaultProviderImpl.defaultValidatorBinding
(String parameterName, ComponentResources resources) BindingSourceImpl.newBinding
(String description, ComponentResources container, String defaultPrefix, String expression) BindingSourceImpl.newBinding
(String description, ComponentResources container, ComponentResources component, String defaultPrefix, String expression, Location location) PageElementFactory.newBinding
(String parameterName, ComponentResources loadingComponentResources, ComponentResources embeddedComponentResources, String defaultBindingPrefix, String expression, Location location) Creates a new binding as withBindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location)
.PageElementFactoryImpl.newBinding
(String parameterName, ComponentResources loadingComponentResources, ComponentResources embeddedComponentResources, String defaultBindingPrefix, String expression, Location location) -
Uses of Binding in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return BindingModifier and TypeMethodDescriptionComponentPageElementImpl.getBinding
(String parameterName) InternalComponentResourcesImpl.getBinding
(String parameterName) Methods in org.apache.tapestry5.internal.structure that return types with arguments of type BindingModifier and TypeMethodDescriptionComponentPageElementImpl.getInformalParameterBindings()
InternalComponentResourcesImpl.getInformalParameterBindings()
Methods in org.apache.tapestry5.internal.structure with parameters of type BindingModifier and TypeMethodDescriptionvoid
ComponentPageElement.bindMixinParameter
(String mixinId, String parameterName, Binding binding) void
ComponentPageElementImpl.bindMixinParameter
(String mixinId, String parameterName, Binding binding) void
ComponentPageElementImpl.bindParameter
(String parameterName, Binding binding) void
InternalComponentResourcesImpl.bindParameter
(String parameterName, Binding binding) Constructors in org.apache.tapestry5.internal.structure with parameters of type Binding -
Uses of Binding in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return BindingModifier and TypeMethodDescriptionComponentDefaultProvider.defaultBinding
(String parameterName, ComponentResources resources) Checks to see if the container of the component (identified by its resources) contains a property matching the component's id.ComponentDefaultProvider.defaultTranslatorBinding
(String parameterName, ComponentResources resources) Provides a binding that itself provides the field translator.ComponentDefaultProvider.defaultValidatorBinding
(String parameterName, ComponentResources resources) Provides a binding that itself provides the field translator.BindingFactory.newBinding
(String description, ComponentResources container, ComponentResources component, String expression, Location location) Creates a new binding instance.BindingSource.newBinding
(String description, ComponentResources container, String defaultPrefix, String expression) A simpler version ofBindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location)
that defaults the values for several parameters.BindingSource.newBinding
(String description, ComponentResources container, ComponentResources component, String defaultPrefix, String expression, Location location) Examines the expression and strips off the leading prefix. -
Uses of Binding in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return BindingMethods in org.apache.tapestry5.test with parameters of type BindingModifier and TypeMethodDescriptionprotected final void
protected final void
TapestryTestCase.train_isInvariant
(Binding binding, boolean isInvariant) protected final void
TapestryTestCase.train_newBinding
(BindingFactory factory, String description, ComponentResources container, ComponentResources component, String expression, Location l, Binding binding) protected void
TapestryTestCase.train_newBinding
(BindingSource bindingSource, String description, ComponentResources componentResources, String defaultBindingPrefix, String expression, Binding binding)