|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanciationMger | |
org.objectweb.kilim.model | |
org.objectweb.kilim.model.instanciation |
Uses of InstanciationMger in org.objectweb.kilim.model |
Fields in org.objectweb.kilim.model declared as InstanciationMger | |
private InstanciationMger |
RtComponent.instanciationMger
|
Methods in org.objectweb.kilim.model that return InstanciationMger | |
InstanciationMger |
RtComponent.getInstanciationMgerFromConfiguration()
|
InstanciationMger |
RtComponent.getInstanciationMger()
|
InstanciationMger |
Component.getInstanciationMgerFromConfiguration()
sets the instanciation manager from the instanciation strategy defined in the class KilimConfiguration KilimConfiguration |
InstanciationMger |
Component.getInstanciationMger()
Method getInstanciationMger returns the instanciation manager to be used the component. |
Methods in org.objectweb.kilim.model with parameters of type InstanciationMger | |
void |
RtComponent.setInstanciationMger(InstanciationMger aMger)
|
void |
Component.setInstanciationMger(InstanciationMger aMger)
sets the instanciation manager to be used for the component. |
Uses of InstanciationMger in org.objectweb.kilim.model.instanciation |
Subclasses of InstanciationMger in org.objectweb.kilim.model.instanciation | |
class |
BDUInstanciationMger
|
class |
NullInstanciationMger
|
Fields in org.objectweb.kilim.model.instanciation declared as InstanciationMger | |
private InstanciationMger |
DefaultInstanciationStrategy.defaultMger
|
Methods in org.objectweb.kilim.model.instanciation that return InstanciationMger | |
InstanciationMger |
DefaultInstanciationStrategy.getDefaultMger()
|
InstanciationMger |
DefaultInstanciationStrategy.getPerTemplateMger(java.lang.String aName)
|
InstanciationMger |
DefaultInstanciationStrategy.getPerInstanceMger(java.lang.String aName)
|
InstanciationMger |
InstanciationStrategy.getDefaultMger()
Method getDefaultMger returns the default manager. |
InstanciationMger |
InstanciationStrategy.getPerTemplateMger(java.lang.String aName)
Method getPerTemplateMger |
InstanciationMger |
InstanciationStrategy.getPerInstanceMger(java.lang.String aName)
Method getPerInstanceMger. |
Methods in org.objectweb.kilim.model.instanciation with parameters of type InstanciationMger | |
void |
DefaultInstanciationStrategy.setDefaultMger(InstanciationMger aMger)
|
void |
DefaultInstanciationStrategy.setPerTemplateMger(java.lang.String aName,
InstanciationMger aManager)
|
void |
DefaultInstanciationStrategy.setPerInstanceMger(java.lang.String aName,
InstanciationMger aManager)
|
void |
InstanciationStrategy.setDefaultMger(InstanciationMger aMger)
Method setDefaultMger. |
void |
InstanciationStrategy.setPerTemplateMger(java.lang.String aName,
InstanciationMger aManager)
Method setPerTemplateMger sets the manager to be used when the component is an instance of a template or one of its subtemplates. |
void |
InstanciationStrategy.setPerInstanceMger(java.lang.String aName,
InstanciationMger aManager)
Method setPerInstanceMger sets the manager to be used for a given instance. |
Constructors in org.objectweb.kilim.model.instanciation with parameters of type InstanciationMger | |
DefaultInstanciationStrategy(InstanciationMger aMger)
Method InstanciationStrategy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |