Package org.objectweb.kilim.model.mapping

Interface Summary
Mapper The Kilim architecture enforces a clear separation between the mechanims implementing the generic Kilim model semantics (mechanisms controlling the execution of providers and transformers in accordance with dependancy rules, trigger rules, etc....) and the mechanisms implementing the effective tasks described by the providers and the transformers (mechanisms to execute constructors, methods, ....).
MappingContext This empty interface is the parent interface for specific contexts to be used in getValue() and execute() methods of RuntimeAction and RuntimeSource interfaces.
MappingStrategy This class is a simple container dedicated to the definition of mapping strategies.
 

Class Summary
DefaultMappingContext A mapping context is a container for all informations useful when performing the effective task associated to providers and transformers.
DefaultMappingStrategy This class is a simple container dedicated to the definition of instanciation strategies.
JavaLoggerMapper  
JavaRuntimeMapper This mapper
NullMapper This mapper does not perform any action.
TextAreaMapper  
TreeModelMapper