|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.model.services.Annotations
org.objectweb.kilim.KilimConfiguration
A class where all the factories and global tables used by the Kilim environment, are created.
Field Summary | |
private static InstanciationStrategy |
instanciationStgy
|
private static ResourceLoader |
loader
|
private static MappingContext |
mappingContext
|
private static MappingStrategy |
mappingStgy
|
private static TemplateDescriptionParser |
parser
|
private static Repository |
repository
|
private static ExternalValueReferences |
xReferences
|
Fields inherited from class org.objectweb.kilim.model.services.Annotations |
|
Constructor Summary | |
KilimConfiguration()
|
Method Summary | |
static ExternalValueReferences |
getExternalReferences()
Returns the xReferences. |
static InstanciationStrategy |
getInstanciationStrategy()
Method getInstanciationStrategy. |
static ResourceLoader |
getLoader()
Method getLoader. |
static MappingContext |
getMappingContext()
Method getMappingContext. |
static MappingStrategy |
getMappingStrategy()
Method getMappingStrategy. |
static Repository |
getRepository()
Method getRepository. |
static TemplateDescriptionParser |
getTemplateDescriptionParser()
Method getTemplateDescriptionParser. |
static void |
setExternalReferences(ExternalValueReferences xRefs)
Sets the xReferences. |
static void |
setInstanciationStrategy(InstanciationStrategy aStrategy)
Method setInstanciationStgy. |
static void |
setLoader(ResourceLoader aLoader)
Method setLoader. |
static void |
setMappingContext(MappingContext aContext)
Method setMappingContext. |
static void |
setMappingStrategy(MappingStrategy aStrategy)
Method setMappingStrategy. |
static void |
setRepository(Repository repository)
Sets the repository. |
static void |
setTemplateDescriptionParser(TemplateDescriptionParser aParser)
Method setTemplateDescriptionParser. |
Methods inherited from class org.objectweb.kilim.model.services.Annotations |
addAnnotation, getAnnotation, getAnnotationNames, removeAnnotation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static TemplateDescriptionParser parser
private static Repository repository
private static ResourceLoader loader
private static InstanciationStrategy instanciationStgy
private static ExternalValueReferences xReferences
private static MappingStrategy mappingStgy
private static MappingContext mappingContext
Constructor Detail |
public KilimConfiguration()
Method Detail |
public static TemplateDescriptionParser getTemplateDescriptionParser()
public static void setTemplateDescriptionParser(TemplateDescriptionParser aParser)
aParser
- :public static InstanciationStrategy getInstanciationStrategy()
public static ResourceLoader getLoader()
public static MappingStrategy getMappingStrategy()
public static MappingContext getMappingContext()
public static Repository getRepository()
public static void setInstanciationStrategy(InstanciationStrategy aStrategy)
aStrategy
- : the strategy to be set.public static void setLoader(ResourceLoader aLoader)
aLoader
- : the loader.public static void setMappingStrategy(MappingStrategy aStrategy)
aStrategy
- : the strategy.public static void setMappingContext(MappingContext aContext)
aContext
- : the mapping context.public static void setRepository(Repository repository)
repository
- The repositorypublic static ExternalValueReferences getExternalReferences()
public static void setExternalReferences(ExternalValueReferences xRefs)
xRefs
- The xReferences to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |