Module tapestry
Back to master index

[public] Schema tapestry.Infrastructure
Defines contributions to the Infrastructure and InfrastructureOverride configuration points.
Element <property>
Defines an object to plug into a property of Infrastructure.
Attribute mode Translator: string
The mode this contribution applies to. The Infrastructure is initalized to a particular mode. Contributions that specify a mode override contribution that don't specify a mode, but are ignored if the contribution mode doesn't match the Infrastructure mode.
Attribute name (required) Translator: string
The name of the Infrastructure property.
Attribute object Translator: deferred-object
The object to be contributed into the Infrastructure property.
Attribute value Translator: string
A literal value for the property. Either value or object should be provided.
Conversion Rules
<conversion class="impl.InfrastructureContribution" >
  • <map attribute="name" property="property" />
  • <map attribute="object" property="deferredObject" />
</conversion>
References
Configurations
tapestry.Infrastructure
tapestry.InfrastructureOverrides

Module tapestry
Back to master index