Module
tapestry.ognl
Back to master index
Configuration Point tapestry.ognl.NullHandlers
Occurs:
unbounded
Defines handler objects mapped to particular classes. OGNL NullHandler objects allow specifying how nulls are handled within OGNL expressions on a class-by-class basis.
Schema
Element <null-handler>
Attribute class (required)
Translator:
class
The class for which the null handler will be used.
Attribute object (required)
Translator:
object
An object implementing the OGNL NullHandler interface.
Conversion Rules
<conversion
class
="
impl.NullHandlerContribution
" >
<map
attribute
="
class
"
property
="
subjectClass
" />
<map
attribute
="
object
"
property
="
handler
" />
</conversion>
Module
tapestry.ognl
Back to master index