Uses of Interface
org.apache.tapestry5.Binding
-
Packages that use Binding Package Description org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework.org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applicationsorg.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change.org.apache.tapestry5.internal.bindings [INTERNAL USE ONLY] support classes for binding; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change.org.apache.tapestry5.services Core servicesorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of Binding in org.apache.tapestry5
Subinterfaces of Binding in org.apache.tapestry5 Modifier and Type Interface Description interface
Binding2
Extension toBinding
that adds a method to access the generic property type. -
Uses of Binding in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return Binding Modifier and Type Method Description protected 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 Binding Modifier and Type Method Description Binding
InternalComponentResourcesCommon. parameterName)
Returns the binding for the given parameter name, or null.Methods in org.apache.tapestry5.internal that return types with arguments of type Binding Modifier and Type Method Description <,Binding>
InternalComponentResourcesCommon. getInformalParameterBindings()
Constructs a map linking informal parameters to the corresponding bindings.Methods in org.apache.tapestry5.internal with parameters of type Binding Modifier and Type Method Description void
InternalComponentResourcesCommon. 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.bindings Modifier and Type Interface Description interface
InternalPropBinding
Internal marker interface for PropBindingClasses in org.apache.tapestry5.internal.bindings that implement Binding Modifier and Type Class Description class
AbstractBinding
Abstract base class for bindings.class
AssetBinding
class
BlockBinding
class
ComponentBinding
class
InvariantBinding
ExtendsAbstractBinding
with a description and a binding type, with invariant forced to true.class
LiteralBinding
Binding type for literal, immutable values.class
PropBinding
Base class for bindings created by thePropBindingFactory
.class
RenderVariableBinding
Methods in org.apache.tapestry5.internal.bindings that return Binding Modifier and Type Method Description Binding
AssetBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
BlockBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
ComponentBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
ContextBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
LiteralBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
MessageBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
NullFieldStrategyBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
PropBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
RenderVariableBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
SymbolBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
TranslateBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Binding
ValidateBindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
-
Uses of Binding in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement Binding Modifier and Type Class Description class
AttributeExpansionBinding
Wraps aStringProvider
as a read-onlyBinding
.Methods in org.apache.tapestry5.internal.services that return Binding Modifier and Type Method Description Binding
ComponentDefaultProviderImpl. parameterName, ComponentResources resources)
Binding
ComponentDefaultProviderImpl. parameterName, ComponentResources resources)
Binding
ComponentDefaultProviderImpl. parameterName, ComponentResources resources)
Binding
BindingSourceImpl. description, ComponentResources container, defaultPrefix, expression)
Binding
BindingSourceImpl. description, ComponentResources container, ComponentResources component, defaultPrefix, expression, Location location)
Binding
PageElementFactory. parameterName, ComponentResources loadingComponentResources, ComponentResources embeddedComponentResources, defaultBindingPrefix, expression, Location location)
Creates a new binding as withBindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location)
.Binding
PageElementFactoryImpl. parameterName, ComponentResources loadingComponentResources, ComponentResources embeddedComponentResources, defaultBindingPrefix, expression, Location location)
-
Uses of Binding in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return Binding Modifier and Type Method Description Binding
ComponentPageElementImpl. parameterName)
Binding
InternalComponentResourcesImpl. parameterName)
Methods in org.apache.tapestry5.internal.structure that return types with arguments of type Binding Modifier and Type Method Description <,Binding>
ComponentPageElementImpl. getInformalParameterBindings()
<,Binding>
InternalComponentResourcesImpl. getInformalParameterBindings()
Methods in org.apache.tapestry5.internal.structure with parameters of type Binding Modifier and Type Method Description void
ComponentPageElement. mixinId, parameterName, Binding binding)
void
ComponentPageElementImpl. mixinId, parameterName, Binding binding)
void
ComponentPageElementImpl. parameterName, Binding binding)
void
InternalComponentResourcesImpl. parameterName, Binding binding)
Constructors in org.apache.tapestry5.internal.structure with parameters of type Binding Constructor Description ExpansionPageElement(Binding binding, TypeCoercer coercer)
-
Uses of Binding in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return Binding Modifier and Type Method Description Binding
ComponentDefaultProvider. parameterName, ComponentResources resources)
Checks to see if the container of the component (identified by its resources) contains a property matching the component's id.Binding
ComponentDefaultProvider. parameterName, ComponentResources resources)
Provides a binding that itself provides the field translator.Binding
ComponentDefaultProvider. parameterName, ComponentResources resources)
Provides a binding that itself provides the field translator.Binding
BindingFactory. description, ComponentResources container, ComponentResources component, expression, Location location)
Creates a new binding instance.Binding
BindingSource. description, ComponentResources container, defaultPrefix, expression)
A simpler version ofBindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location)
that defaults the values for several parameters.Binding
BindingSource. description, ComponentResources container, ComponentResources component, defaultPrefix, 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 Binding Modifier and Type Method Description protected Binding
TapestryTestCase. mockBinding()
Methods in org.apache.tapestry5.test with parameters of type Binding Modifier and Type Method Description protected void
TapestryTestCase. train_get(Binding binding, value)
protected void
TapestryTestCase. train_isInvariant(Binding binding, boolean isInvariant)
protected void
TapestryTestCase. train_newBinding(BindingFactory factory, description, ComponentResources container, ComponentResources component, expression, Location l, Binding binding)
protected void
TapestryTestCase. train_newBinding(BindingSource bindingSource, description, ComponentResources componentResources, defaultBindingPrefix, expression, Binding binding)
-