|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
Rice module configurer for KRAD
Field Summary |
---|
Fields inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer |
---|
LOG |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
KRADConfigurer()
|
Method Summary | |
---|---|
void |
addAdditonalToConfig()
|
protected void |
configureDataSource()
Used to "poke" the Data Dictionary again after the Spring Context is initialized. |
DataSource |
getApplicationDataSource()
|
long |
getComponentPublishingDelay()
|
int |
getOrder()
|
List<String> |
getPrimarySpringFiles()
|
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. |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
|
protected void |
publishDataDictionaryComponents()
|
void |
setApplicationDataSource(DataSource applicationDataSource)
|
void |
setIncludeKnsSpringBeans(boolean includeKnsSpringBeans)
Setter for the include kns support indicator |
boolean |
shouldRenderWebInterface()
Returns true - KNS UI should always be included. |
boolean |
supportsEventType(Class<? extends org.springframework.context.ApplicationEvent> aClass)
|
boolean |
supportsSourceType(Class<?> aClass)
|
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 onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
public boolean supportsEventType(Class<? extends org.springframework.context.ApplicationEvent> aClass)
supportsEventType
in interface org.springframework.context.event.SmartApplicationListener
public boolean supportsSourceType(Class<?> aClass)
supportsSourceType
in interface org.springframework.context.event.SmartApplicationListener
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
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 void setApplicationDataSource(DataSource applicationDataSource)
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 |