|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.core.api.lifecycle.BaseLifecycle
org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
org.kuali.rice.core.framework.config.module.ModuleConfigurer
org.kuali.rice.krad.config.KRADConfigurer
public class KRADConfigurer
Field Summary |
---|
Fields inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer |
---|
LOG |
Constructor Summary | |
---|---|
KRADConfigurer()
|
Method Summary | |
---|---|
void |
addAdditonalToConfig()
|
protected void |
configureDataSource()
Used to "poke" the Data Dictionary again after the Spring Context is initialized. |
void |
doAdditionalContextStartedLogic()
|
DataSource |
getApplicationDataSource()
|
long |
getComponentPublishingDelay()
|
List<String> |
getPrimarySpringFiles()
|
DataSource |
getServerDataSource()
|
boolean |
hasWebInterface()
Indicates whether or not this module has a web interface module. |
boolean |
isComponentPublishingEnabled()
|
boolean |
isIncludeKnsSpringBeans()
Indicates whether the legacy KNS module should be included which will include the KNS spring beans file |
boolean |
isLoadDataDictionary()
|
boolean |
isValidateDataDictionary()
|
boolean |
isValidateDataDictionaryEboReferences()
|
protected void |
loadDataDictionary()
Used to "poke" the Data Dictionary again after the Spring Context is initialized. |
protected void |
publishDataDictionaryComponents()
|
void |
setApplicationDataSource(DataSource applicationDataSource)
|
void |
setIncludeKnsSpringBeans(boolean includeKnsSpringBeans)
Setter for the include kns support indicator |
void |
setServerDataSource(DataSource serverDataSource)
|
boolean |
shouldRenderWebInterface()
Returns true - KNS UI should always be included. |
Methods inherited from class org.kuali.rice.core.api.lifecycle.BaseLifecycle |
---|
isStarted, setStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.lifecycle.Lifecycle |
---|
isStarted |
Constructor Detail |
---|
public KRADConfigurer()
Method Detail |
---|
public void addAdditonalToConfig()
addAdditonalToConfig
in class ModuleConfigurer
public List<String> getPrimarySpringFiles()
getPrimarySpringFiles
in interface Configurer
getPrimarySpringFiles
in class ModuleConfigurer
public void doAdditionalContextStartedLogic()
doAdditionalContextStartedLogic
in class ModuleConfigurer
protected void loadDataDictionary()
protected void publishDataDictionaryComponents()
public boolean hasWebInterface()
ModuleConfigurer
hasWebInterface
in class ModuleConfigurer
public boolean shouldRenderWebInterface()
shouldRenderWebInterface
in class ModuleConfigurer
ModuleConfigurer.shouldRenderWebInterface()
public boolean isLoadDataDictionary()
public boolean isValidateDataDictionary()
public boolean isValidateDataDictionaryEboReferences()
public boolean isComponentPublishingEnabled()
public long getComponentPublishingDelay()
protected void configureDataSource()
public DataSource getApplicationDataSource()
public DataSource getServerDataSource()
public void setApplicationDataSource(DataSource applicationDataSource)
public void setServerDataSource(DataSource serverDataSource)
public boolean isIncludeKnsSpringBeans()
public void setIncludeKnsSpringBeans(boolean includeKnsSpringBeans)
includeKnsSpringBeans
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |