Module tapestry.ognl
Back to master index

[public] Configuration Point tapestry.ognl.PropertyAccessorsOccurs: unbounded
Defines accessor objects mapped to particular classes. OGNL property accessors allow for additional properties to be applied to objects beyond those provided by standard JavaBeans naming conventions.
Schema
Element <accessor>
Attribute class (required) Translator: class
The class for which the accessor will be used.
Attribute object (required) Translator: object
An object implementing the OGNL PropertyAccessor interface.
Conversion Rules
<conversion class="impl.PropertyAccessorContribution" >
  • <map attribute="class" property="subjectClass" />
  • <map attribute="object" property="accessor" />
</conversion>
Contribution from module tapestry.ognl
<accessor class="org.apache.tapestry.IBeanProvider" object="instance:org.apache.tapestry.bean.BeanProviderPropertyAccessor" />
<accessor class="org.apache.tapestry.listener.ListenerMap" object="instance:org.apache.tapestry.listener.ListenerMapPropertyAccessor" />

Module tapestry.ognl
Back to master index