Meta-data property
|
Valid Values
|
Description
|
contributes-value-binding
|
true or false
|
This
property alerts the model
processor that this attribute contributes a variable to the EL name
space at runtime. If no further meta-data is provided, this will
cause a default variable using the text of the attribute as the name to
be added to the name space for this document at 'request' scope.
The variable will have no properties or methods. More
information about the variable can be provided using the extra
meta-data defined below.
|
value-binding-scope
|
'request', 'session', 'application'
|
This property will set the runtime scope for the contribute variable. The default is 'request' if not provided.
|
value-binding-symbol-factory
|
An corresponding to a 'factoryId' field on a valid extension of 'org.eclipse.jst.jsf.context.symbol.contextSymbolFactory'.
|
If you wish to customize the
variable created for this attribute, you can specify this factory
extension. Your factory will be passed all available context,
including DOM context, with which you can decide how to create a custom
symbol for your variable. See "how-to TODO: link me" for
more details.
|