Uses of Interface
org.objectweb.kilim.model.instanciation.InstanciationStrategy

Packages that use InstanciationStrategy
org.objectweb.kilim   
org.objectweb.kilim.helpers   
org.objectweb.kilim.model   
org.objectweb.kilim.model.instanciation   
 

Uses of InstanciationStrategy in org.objectweb.kilim
 

Fields in org.objectweb.kilim declared as InstanciationStrategy
private static InstanciationStrategy KilimConfiguration.instanciationStgy
           
 

Methods in org.objectweb.kilim that return InstanciationStrategy
static InstanciationStrategy KilimConfiguration.getInstanciationStrategy()
          Method getInstanciationStrategy.
 

Methods in org.objectweb.kilim with parameters of type InstanciationStrategy
static void KilimConfiguration.setInstanciationStrategy(InstanciationStrategy aStrategy)
          Method setInstanciationStgy.
 

Uses of InstanciationStrategy in org.objectweb.kilim.helpers
 

Methods in org.objectweb.kilim.helpers with parameters of type InstanciationStrategy
static Component KilimHelper.newComponent(java.lang.String name, java.lang.Class clazz, InstanciationStrategy aStrategy)
          Creates a new instance of the Template named name, the definition of which will be loaded with the ClassLoader which loaded the class clazz.
 

Uses of InstanciationStrategy in org.objectweb.kilim.model
 

Methods in org.objectweb.kilim.model with parameters of type InstanciationStrategy
static Component ComponentFactory.newComponent(TemplateDescription template, InstanciationStrategy aStrgy)
          A factory method for creating a new component.
 

Uses of InstanciationStrategy in org.objectweb.kilim.model.instanciation
 

Classes in org.objectweb.kilim.model.instanciation that implement InstanciationStrategy
 class DefaultInstanciationStrategy
          This class is a simple container dedicated to the definition of instanciation strategies.