public void configure(Configuration conf) throws ConfigurationException(Code)
Configures the module.
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.
Clears all uncommitted transient attributes.
Parameters: objectModel - - the objectModel Parameters: trans_place - - request attribute name used for the transient data
Utility method to store parameters in a map as request attribute until
either
AbstractOutputModule.rollback(Map,String) or
AbstractOutputModule.prepareCommit(Map,String) is called.
Parameters: objectModel - - the objectModel Parameters: trans_place - - request attribute name used for the transient data Parameters: name - - name of the attribute to set Parameters: value - - attribute value