org.webframe.support
Class SpringContextUtils

java.lang.Object
  extended by org.webframe.support.driver.ModulePluginUtils
      extended by org.webframe.support.SpringContextUtils

public class SpringContextUtils
extends ModulePluginUtils

Version:
$Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-4-6 上午09:59:29
Author:
黄国庆

Field Summary
private static String RESOURCE_PATTERN_SPRING
           
 
Fields inherited from class org.webframe.support.driver.ModulePluginUtils
DELIMITERS, PREFIX_CLASSPATH
 
Constructor Summary
SpringContextUtils()
           
 
Method Summary
static org.springframework.core.io.Resource[] getSpringContextResources()
           
static List<org.springframework.core.io.Resource> getSpringContextResources(ModulePluginDriverInfo driverInfo)
          获取spring配置文件
 
Methods inherited from class org.webframe.support.driver.ModulePluginUtils
cacheModulePluginConfig, getDriverInfo, getDriverInfos, getDriverInfos, getDrivers, getNeedUpdateDriverInfos, getResources, resolvePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_PATTERN_SPRING

private static final String RESOURCE_PATTERN_SPRING
See Also:
Constant Field Values
Constructor Detail

SpringContextUtils

public SpringContextUtils()
Method Detail

getSpringContextResources

public static org.springframework.core.io.Resource[] getSpringContextResources()
Returns:
not null

getSpringContextResources

public static List<org.springframework.core.io.Resource> getSpringContextResources(ModulePluginDriverInfo driverInfo)
获取spring配置文件

Parameters:
driver - 模块插件驱动
Returns:
not null


Copyright © 2012. All Rights Reserved.