public class KRADConfigurer extends ModuleConfigurer implements org.springframework.context.event.SmartApplicationListener
LOG| Constructor and Description |
|---|
KRADConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addToConfig, afterPropertiesSet, destroy, doAdditionalModuleStartLogic, doAdditionalModuleStopLogic, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultConfigPackagePath, getDefaultSpringBeansPath, getModuleName, getProperties, getResourceLoadersToRegister, getRunMode, getValidRunModes, getWebModuleConfiguration, initializeResourceLoaders, isExposeServicesOnBus, loadLifecycles, loadWebModule, setModuleName, setProperties, setServletContext, setValidRunModes, start, stop, validateConfigurerStateisStarted, setStartedpublic KRADConfigurer()
public void addAdditonalToConfig()
addAdditonalToConfig in class ModuleConfigurerpublic List<String> getPrimarySpringFiles()
getPrimarySpringFiles in interface ConfigurergetPrimarySpringFiles in class ModuleConfigurerpublic 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.SmartApplicationListenerpublic boolean supportsSourceType(Class<?> aClass)
supportsSourceType in interface org.springframework.context.event.SmartApplicationListenerpublic int getOrder()
getOrder in interface org.springframework.core.Orderedprotected void loadDataDictionary()
protected void publishDataDictionaryComponents()
public boolean hasWebInterface()
ModuleConfigurerhasWebInterface in class ModuleConfigurerpublic boolean shouldRenderWebInterface()
shouldRenderWebInterface in class ModuleConfigurerModuleConfigurer.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 - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.