Module tapestry.services
Back to master index

[public] Configuration Point tapestry.services.ResponseContributorsOccurs: unbounded
Defines the available set of ComponentInvokerFactory services, where there should be a one to one relationship between a particular type of ajax request and the invoker that handles the response. More types of handlers may be created, like service invocation handlers..
Schema
Element <invoker>
Attribute object (required) Translator: object
Conversion Rules
<push-attribute attribute="object" />
<invoke-parent method="addElement" />
Contribution from module tapestry.services
<invoker object="service:JSONResponseContributor" />
<invoker object="service:DojoAjaxResponseContributor" />
<invoker object="service:PrototypeResponseContributor" />
<invoker object="service:DefaultResponseContributor" />

Module tapestry.services
Back to master index