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.
void
lazy_initialize()
Initialize the meta module with exactly one other input
module.
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.
Initialize the meta module with exactly one other input
module. Since "meta" modules require references to components
of the same role, initialization cannot be done in initialize()
when also implementing ThreadSafe since at that point the
component selector is not yet initialized it would trigger the
creation of a new one resulting in an endless loop of
initializations. Therefore, every module needs to call this
method when it first requires access to another module if the
module itself has not been initialized. Override this method
and dispose() to keep references to more than one module.