public class KEWConfigurer extends ModuleConfigurer
Modifier and Type | Field and Description |
---|---|
static String |
KEW_DATASOURCE_OBJ |
LOG
Constructor and Description |
---|
KEWConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
addAdditonalToConfig() |
DataSource |
getDataSource() |
List<String> |
getPrimarySpringFiles() |
Collection<ResourceLoader> |
getResourceLoadersToRegister() |
boolean |
hasWebInterface()
Indicates whether or not this module has a web interface module.
|
List<Lifecycle> |
loadLifecycles() |
protected WebModuleConfiguration |
loadWebModule()
Subclasses can override the default implementation of this method if they want to provide a custom implementation
for loading the web module configuration.
|
void |
setDataSource(DataSource dataSource) |
addToConfig, afterPropertiesSet, destroy, doAdditionalModuleStartLogic, doAdditionalModuleStopLogic, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultConfigPackagePath, getDefaultSpringBeansPath, getModuleName, getProperties, getRunMode, getValidRunModes, getWebModuleConfiguration, initializeResourceLoaders, isExposeServicesOnBus, setModuleName, setProperties, setServletContext, setValidRunModes, shouldRenderWebInterface, start, stop, validateConfigurerState
isStarted, setStarted
public static final String KEW_DATASOURCE_OBJ
public KEWConfigurer()
public List<String> getPrimarySpringFiles()
getPrimarySpringFiles
in interface Configurer
getPrimarySpringFiles
in class ModuleConfigurer
public List<Lifecycle> loadLifecycles() throws Exception
loadLifecycles
in interface Configurer
loadLifecycles
in class ModuleConfigurer
Exception
public void addAdditonalToConfig()
addAdditonalToConfig
in class ModuleConfigurer
public Collection<ResourceLoader> getResourceLoadersToRegister() throws Exception
getResourceLoadersToRegister
in class ModuleConfigurer
Exception
public DataSource getDataSource()
public void setDataSource(DataSource dataSource)
public boolean hasWebInterface()
ModuleConfigurer
hasWebInterface
in class ModuleConfigurer
protected WebModuleConfiguration loadWebModule()
ModuleConfigurer
loadWebModule
in class ModuleConfigurer
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.