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, createResourceLoader, destroy, doAdditionalModuleStartLogic, doAdditionalModuleStopLogic, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultConfigPackagePath, getDefaultSpringBeansPath, getModuleName, getProperties, getResourceLoadersToRegister, getRunMode, getServletContext, getValidRunModes, getWebModuleConfiguration, initializeResourceLoaders, isExposeServicesOnBus, loadLifecycles, loadWebModule, parseFileList, setModuleName, setProperties, setServletContext, setValidRunModes, start, stop, validateConfigurerState
isStarted, setStarted
public KRADConfigurer()
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
- Copyright © 2005–2015 The Kuali Foundation. All rights reserved.