| 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 applications | 
| org.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 change | 
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.internal.structure | [INTERNAL USE ONLY] page structure implementation details; API subject to change. | 
| org.apache.tapestry5.services | Core services | 
| org.apache.tapestry5.test | Support for testing Tapestry pages | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Binding2Extension to  Bindingthat adds a method to access the generic property type. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Binding | Grid. defaultModel()Returns a  Bindinginstance that attempts to identify the model from the source
 parameter (viaGridDataSource.getRowType(). | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | InternalComponentResourcesCommon. getBinding(String parameterName)Returns the binding for the given parameter name, or null. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Binding> | InternalComponentResourcesCommon. getInformalParameterBindings()Constructs a map linking informal parameters to the corresponding bindings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InternalComponentResourcesCommon. bindParameter(String parameterName,
             Binding binding)Used during construction of the page to identify the binding for a particular parameter. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalPropBindingInternal marker interface for PropBinding | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBindingAbstract base class for bindings. | 
| class  | AssetBinding | 
| class  | BlockBinding | 
| class  | ComponentBinding | 
| class  | InvariantBindingExtends  AbstractBindingwith a description and a binding type, with
 invariant forced to true. | 
| class  | LiteralBindingBinding type for literal, immutable values. | 
| class  | PropBindingBase class for bindings created by the  PropBindingFactory. | 
| class  | RenderVariableBinding | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | AssetBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | MessageBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | RenderVariableBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | NullFieldStrategyBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | ValidateBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | SymbolBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | TranslateBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | PropBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | ContextBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | LiteralBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | BlockBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Binding | ComponentBindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributeExpansionBindingWraps a  StringProvideras a read-onlyBinding. | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | ComponentDefaultProviderImpl. defaultBinding(String parameterName,
              ComponentResources resources) | 
| Binding | ComponentDefaultProviderImpl. defaultTranslatorBinding(String parameterName,
                        ComponentResources resources) | 
| Binding | ComponentDefaultProviderImpl. defaultValidatorBinding(String parameterName,
                       ComponentResources resources) | 
| Binding | BindingSourceImpl. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String defaultPrefix,
          String expression,
          Location location) | 
| Binding | PageElementFactoryImpl. newBinding(String parameterName,
          ComponentResources loadingComponentResources,
          ComponentResources embeddedComponentResources,
          String defaultBindingPrefix,
          String expression,
          Location location) | 
| Binding | PageElementFactory. newBinding(String parameterName,
          ComponentResources loadingComponentResources,
          ComponentResources embeddedComponentResources,
          String defaultBindingPrefix,
          String expression,
          Location location)Creates a new binding as with  BindingSource.newBinding(String, ComponentResources, ComponentResources,
 String, String, Location). | 
| Binding | BindingSourceImpl. newBinding(String description,
          ComponentResources container,
          String defaultPrefix,
          String expression) | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | ComponentPageElementImpl. getBinding(String parameterName) | 
| Binding | InternalComponentResourcesImpl. getBinding(String parameterName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Binding> | ComponentPageElementImpl. getInformalParameterBindings() | 
| Map<String,Binding> | InternalComponentResourcesImpl. getInformalParameterBindings() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | 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) | 
| Constructor and Description | 
|---|
| ExpansionPageElement(Binding binding,
                    TypeCoercer coercer) | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | ComponentDefaultProvider. 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. | 
| Binding | ComponentDefaultProvider. defaultTranslatorBinding(String parameterName,
                        ComponentResources resources)Provides a binding that itself provides the field translator. | 
| Binding | ComponentDefaultProvider. defaultValidatorBinding(String parameterName,
                       ComponentResources resources)Provides a binding that itself provides the field translator. | 
| Binding | BindingFactory. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String expression,
          Location location)Creates a new binding instance. | 
| Binding | BindingSource. newBinding(String description,
          ComponentResources container,
          ComponentResources component,
          String defaultPrefix,
          String expression,
          Location location)Examines the expression and strips off the leading prefix. | 
| Binding | BindingSource. newBinding(String description,
          ComponentResources container,
          String defaultPrefix,
          String expression)A simpler version of  BindingSource.newBinding(String, ComponentResources, ComponentResources, String, String,
 Location)that defaults the values for several parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Binding | TapestryTestCase. mockBinding() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TapestryTestCase. train_get(Binding binding,
         Object value) | 
| protected void | TapestryTestCase. train_isInvariant(Binding binding,
                 boolean isInvariant) | 
| protected 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) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.