Package | Description |
---|---|
com.bstek.dorado.core |
实现一些通用功能的对象。
|
com.bstek.dorado.core.io |
用于完成核心IO功能的对象。
|
com.bstek.dorado.core.pkgs | |
com.bstek.dorado.web |
用于Web应用提供dorado服务的Servlet机器相关类。
|
com.bstek.dorado.web.servlet |
Modifier and Type | Class and Description |
---|---|
class |
CommonContext
通用的上下文对象。
|
class |
Context
Dorado的上下文对象。
|
class |
ContextSupport
实现了上下文属性的维护和资源读取功能的上下文抽象支持类。
|
class |
SpringApplicationContext |
class |
SpringContextSupport
实现了获取Spring中配置的JavaBean实例功能的上下文抽象支持类。
|
Modifier and Type | Method and Description |
---|---|
protected ResourceLoader |
CommonContext.getResourceLoader() |
protected abstract ResourceLoader |
ContextSupport.getResourceLoader() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
CorePackageConfigurer.getComponentConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
CorePackageConfigurer.getContextConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
CorePackageConfigurer.getPropertiesConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
CorePackageConfigurer.getServletContextConfigLocations(ResourceLoader resourceLoader) |
Modifier and Type | Class and Description |
---|---|
class |
BaseResourceLoader
资源装载类的基本实现。
|
class |
SpringResourceLoaderAdapter |
Modifier and Type | Method and Description |
---|---|
void |
PackageListener.beforeLoadPackage(PackageInfo packageInfo,
ResourceLoader resourceLoader) |
java.lang.String[] |
AbstractPackageConfigurer.getContextConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
PackageConfigurer.getContextConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
AbstractPackageConfigurer.getPropertiesConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
PackageConfigurer.getPropertiesConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
AbstractPackageConfigurer.getServletContextConfigLocations(ResourceLoader resourceLoader) |
java.lang.String[] |
PackageConfigurer.getServletContextConfigLocations(ResourceLoader resourceLoader) |
Modifier and Type | Class and Description |
---|---|
class |
DoradoContext
Web应用中使用的上下文对象。
|
class |
WebResourceLoader
支持从WEB-INF中读取资源的资源装载装载器。
|
Modifier and Type | Method and Description |
---|---|
protected ResourceLoader |
DoradoContext.getResourceLoader() |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextResourceLoader |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.