Constructs an array of values suitable for a JDBC collection type
from parameters obtained from another input module. Application is
not limited to JDBC collections but can be used wherever similar
named attributes shall be collected to an array of a given
type. Currently, long, int, and string are known, more to come.
Global and local configuration
input-module
Name of the input module used to obtain the value and its configuration
member
Collection member
Attribute
name
Parameter name, "*" may distinguish multiple collections
getAttributeValues(String name,
Configuration modeConf,
Map objectModel)
Returns an array of String objects containing all of the values
the given attribute has, or null if the attribute does not
exist.
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractMetaModule
Configures the database access helper.
Takes all elements nested in component declaration and stores
them as key-value pairs in settings. Nested
configuration option are not catered for. This way global
configuration options can be used.
For nested configurations override this function.
Returns an Iterator of String objects containing the names
of the attributes available. If no attributes are available,
the method returns an empty Iterator.