Package | Description |
---|---|
com.bstek.dorado.config |
一些用于辅助配置文件加载的工具类。
|
com.bstek.dorado.config.definition |
一些用于保存配置文件解析中间结果的对象及相关工具类。
|
com.bstek.dorado.config.xml |
一些用于辅助XML配置文件解析和加载的工具类。
|
com.bstek.dorado.core |
实现一些通用功能的对象。
|
com.bstek.dorado.core.io |
用于完成核心IO功能的对象。
|
com.bstek.dorado.core.resource | |
com.bstek.dorado.core.store | |
com.bstek.dorado.core.xml |
用于完成核心XML解析功能的对象。
|
com.bstek.dorado.data.config |
实现数据配置文件的读取和解析相关的功能。
|
com.bstek.dorado.data.config.xml |
实现XML型数据配置文件的读取和解析相关的功能。
|
com.bstek.dorado.data.resource | |
com.bstek.dorado.view.config |
实现视图配置文件的读取和解析相关的对象。
|
com.bstek.dorado.view.config.attachment | |
com.bstek.dorado.view.config.xml |
实现XML型视图配置文件的读取和解析相关的对象。
|
com.bstek.dorado.view.loader |
用于为客户端提供JavaScript库和CSS文件按需装载功能的相关对象。
|
com.bstek.dorado.view.resolver | |
com.bstek.dorado.view.resource | |
com.bstek.dorado.web.resolver |
用于完成dorado中各种功能的请求拦截器。
|
com.bstek.dorado.web.servlet |
Modifier and Type | Method and Description |
---|---|
Resource |
ParseContext.getResource()
返回当前解析的配置文件的资源描述对象。
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Resource> |
ParseContext.getDependentResources() |
Modifier and Type | Method and Description |
---|---|
void |
ParseContext.setResource(Resource resource)
设置当前解析的配置文件的资源描述对象。
|
Modifier and Type | Method and Description |
---|---|
Resource[] |
Definition.getDependentResources() |
Resource |
Definition.getResource()
返回对象归属的文件资源。
归属的资源是指该对象定义在哪个配置文件中。 如果对象并非由配置文件产生,那么该方法将返回null。 |
Modifier and Type | Method and Description |
---|---|
void |
Definition.setDependentResources(Resource[] dependentResources) |
void |
Definition.setResource(Resource resource)
设置对象归属的文件资源。
|
Constructor and Description |
---|
XmlParseException(java.lang.String message,
org.w3c.dom.Node node,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
abstract Resource |
Context.getResource(java.lang.String resourceLocation)
根据资源路径获取相应的资源描述对象。
|
Resource |
ContextSupport.getResource(java.lang.String resourceLocation) |
abstract Resource[] |
Context.getResources(java.lang.String locationPattern)
根据资源路径获取相应的资源描述对象的数组。
此处的资源路径可支持通配符,因此可以返回一个以上的资源描述对象。 |
Resource[] |
ContextSupport.getResources(java.lang.String locationPattern) |
Modifier and Type | Interface and Description |
---|---|
interface |
RefreshableResource
可支持资源重装载的资源描述对象的接口。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceAdapter
抽象的资源描述对象的代理。
|
class |
DefaultRefreshableResource
默认的可重装载资源的实现类。
|
class |
DefaultResource
默认的资源描述对象的实现类。
|
class |
EmptyResource |
class |
FileResource |
class |
InputStreamResource
用于将InputStream包装成资源描述对象的包装器。
|
Modifier and Type | Field and Description |
---|---|
protected Resource |
AbstractResourceAdapter.adaptee
被代理的资源描述对象。
|
Modifier and Type | Method and Description |
---|---|
Resource |
AbstractResourceAdapter.createRelative(java.lang.String relativePath) |
Resource |
DefaultRefreshableResource.createRelative(java.lang.String relativePath) |
Resource |
DefaultResource.createRelative(java.lang.String relativePath) |
Resource |
EmptyResource.createRelative(java.lang.String relativePath) |
Resource |
FileResource.createRelative(java.lang.String relativePath) |
Resource |
InputStreamResource.createRelative(java.lang.String relativePath) |
Resource |
Resource.createRelative(java.lang.String relativePath)
根据本资源的相对路径创建一个新的资源描述对象。
|
Resource |
ResourceCorrelative.getResource()
返回相关的资源。
|
Resource |
ResourceLoader.getResource(java.lang.String resourceLocation)
根据资源路径获取相应的资源描述对象。
|
static Resource |
ResourceUtils.getResource(java.lang.String resourceLocation)
将资源路径转换成资源描述对象。
|
Resource |
SpringResourceLoaderAdapter.getResource(java.lang.String resourceLocation) |
Resource[] |
ResourceLoader.getResources(java.lang.String locationPattern)
根据资源路径获取相应的资源描述对象的数组。
此处的资源路径可支持通配符,因此可以返回一个以上的资源描述对象。 |
static Resource[] |
ResourceUtils.getResources(java.lang.String resourceLocation)
将资源路径转换成一组资源描述对象。
|
Resource[] |
SpringResourceLoaderAdapter.getResources(java.lang.String locationPattern) |
static Resource[] |
ResourceUtils.getResources(java.lang.String[] resourceLocations)
将一组资源路径转换成资源描述对象。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Resource> |
SpringResourceLoaderAdapter.getResourcesBySinglePattern(java.lang.String locationPattern) |
static java.util.Set<Resource> |
ResourceUtils.getResourceSet(java.lang.String resourceLocation)
将资源路径转换成一组资源描述对象。
|
static java.util.Set<Resource> |
ResourceUtils.getResourceSet(java.lang.String[] resourceLocations)
将一组资源路径转换成资源描述对象。
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceCorrelative.setResource(Resource resource)
设置相关的资源。
|
Constructor and Description |
---|
AbstractResourceAdapter(Resource adaptee) |
DefaultRefreshableResource(Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
DefaultResourceManager.findResource(java.util.Locale locale) |
protected Resource |
DefaultGlobalResourceBundleManager.findResource(java.lang.String bundleName,
java.util.Locale locale) |
protected Resource |
DefaultGlobalResourceBundleManager.findResourceInPath(java.lang.String searchPath,
java.lang.String bundleName,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
SqlBaseStoreSupport.runInitScriptFile(java.sql.Connection conn,
Resource initScriptFile) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
XercesXmlDocumentBuilder.loadDocument(Resource resource) |
org.w3c.dom.Document |
XmlDocumentBuilder.loadDocument(Resource resource)
解析resource中的XML资源并返回DOM对象。
|
org.w3c.dom.Document |
XercesXmlDocumentBuilder.loadDocument(Resource resource,
java.lang.String charset) |
org.w3c.dom.Document |
XmlDocumentBuilder.loadDocument(Resource resource,
java.lang.String charset)
解析resource中的XML资源并返回DOM对象。
|
Modifier and Type | Method and Description |
---|---|
Resource[] |
DataConfigManagerEvent.getResource()
返回触发事件时正被处理的资源的数组。
该资源的数组即是传给 DataConfigManager
的loadConfig()或unloadConfig()的参数。 |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Resource> |
DataConfigManagerSupport.getResources()
返回当前ConfigManager中已装载的配置文件的资源集合。
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ConfigurableDataConfigManager.internalLoadConfig(Resource[] resources) |
protected abstract boolean |
DataConfigManagerSupport.internalLoadConfig(Resource[] resources)
内部的用于实现装载一组数据配置文件中配置信息的方法。 在派生类中应该使用internalLoadConfig()来替代loadConfig()。
|
protected boolean |
ConfigurableDataConfigManager.internalUnloadConfigs(Resource[] resources) |
protected abstract boolean |
DataConfigManagerSupport.internalUnloadConfigs(Resource[] resources)
内部的用于实现从已装载的信息中卸载与传入的配置文件相关的那部分配置信息的方法。
在派生类中应该使用internalUnloadConfig()来替代unloadConfig()。
|
void |
DataConfigManager.loadConfigs(Resource[] resources,
boolean throwOnError)
装载一组数据配置文件中配置信息。
|
void |
DataConfigManagerSupport.loadConfigs(Resource[] resources,
boolean throwOnError) |
void |
ReloadableDataConfigManagerSupport.loadConfigs(Resource[] resources,
boolean throwOnError) |
void |
DataConfigManagerEvent.setResource(Resource[] resource)
设置触发事件时正被处理的资源的数组。
该资源的数组应是传给 DataConfigManager
的loadConfig()或unloadConfig()的参数。 |
void |
DataConfigManager.unloadConfigs(Resource[] resources)
从已装载的信息中卸载与传入的配置文件相关的那部分配置信息。
|
void |
DataConfigManagerSupport.unloadConfigs(Resource[] resources) |
void |
ReloadableDataConfigManagerSupport.unloadConfigs(Resource[] resources) |
Modifier and Type | Method and Description |
---|---|
Resource |
NodeWrapper.getResource()
返回节点所属的文档资源。
|
Constructor and Description |
---|
NodeWrapper(org.w3c.dom.Node node,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
DefaultModelResourceBundleManager.findResource(Resource modelResource,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected ResourceBundle |
DefaultModelResourceBundleManager.doGetBundle(Resource modelResource,
java.util.Locale locale) |
protected Resource |
DefaultModelResourceBundleManager.findResource(Resource modelResource,
java.util.Locale locale) |
ResourceBundle |
DefaultModelResourceBundleManager.getBundle(Resource resource,
java.util.Locale locale) |
ResourceBundle |
ModelResourceBundleManager.getBundle(Resource modelResource,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
Resource |
ViewConfigInfo.getResource() |
Resource |
ViewNotFoundException.getResource() |
protected Resource |
XmlViewConfigDefinitionFactory.getResource(java.lang.String viewName) |
protected Resource |
XmlViewConfigDefinitionFactory.getResource(java.lang.String viewName,
java.lang.String pathSubfix) |
Constructor and Description |
---|
ViewConfigInfo(java.lang.String viewName,
Resource resource,
java.lang.Object configModel) |
ViewNotFoundException(java.lang.String viewName,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AttachedResourceManager.getContent(Resource resource) |
JavaScriptContent |
JavaScriptParser.parse(Resource resource,
java.lang.String charset,
boolean asControllerInDefault) |
protected java.lang.Object |
AttachedJavaScriptResourceManager.parseContent(Resource resource) |
protected java.lang.Object |
AttachedResourceManager.parseContent(Resource resource) |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
ViewConfigParserUtils.findArgumentsElement(org.w3c.dom.Element documentElement,
Resource resource) |
static org.w3c.dom.Element |
ViewConfigParserUtils.findContextElement(org.w3c.dom.Element documentElement,
Resource resource) |
static org.w3c.dom.Element |
ViewConfigParserUtils.findModelElement(org.w3c.dom.Element documentElement,
Resource resource) |
static org.w3c.dom.Element |
ViewConfigParserUtils.findViewElement(org.w3c.dom.Element element,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
PackagesConfigManager.loadConfig(Resource resource,
PackagesConfigParseContext context)
装载一个资源包配置文件。
|
protected PackagesConfig |
PackagesConfigManager.loadConfigs(Resource[] resources)
装载一组资源包配置文件。
|
Modifier and Type | Method and Description |
---|---|
protected Resource |
LibraryFileResolver.doGetI18NResource(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String localeSuffix) |
protected Resource |
PackageFileResolver.doGetI18NResource(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String localeSuffix) |
protected Resource[] |
LibraryFileResolver.doGetResourcesByFileName(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix) |
protected Resource[] |
PackageFileResolver.doGetResourcesByFileName(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix) |
protected Resource[] |
LibraryFileResolver.doGetResourcesByFileName(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix,
boolean dontRecordAbsolutePath) |
protected Resource |
VelocityViewTemplateResourceLoader.getDoradoResource(java.lang.String path) |
protected Resource |
PackageFileResolver.getI18NResource(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix,
java.util.Locale locale) |
protected Resource[] |
PackageFileResolver.getI18NResources(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
protected Resource[] |
LibraryFileResolver.getJavaScriptResources(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
protected Resource[] |
PackageFileResolver.getJavaScriptResources(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
protected Resource[] |
LibraryFileResolver.getResourcesByFileInfo(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
protected Resource[] |
PackageFileResolver.getResourcesByFileInfo(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
protected Resource[] |
BootPackagesResolver.getResourcesByFileName(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix) |
protected Resource[] |
SkinFileResolver.getResourcesByFileName(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix) |
protected Resource[] |
LibraryFileResolver.getStyleSheetResources(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
protected Resource[] |
PackageFileResolver.getStyleSheetResources(DoradoContext context,
PackageFileResolver.FileInfo fileInfo,
java.lang.String resourcePrefix,
java.lang.String resourceSuffix) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
DefaultViewResourceBundleManager.findResource(ViewConfigDefinition viewConfigDefinition,
java.util.Locale locale) |
Modifier and Type | Field and Description |
---|---|
static Resource[] |
WebFileResolver.EMPTY_RESOURCES |
Modifier and Type | Method and Description |
---|---|
Resource[] |
ResourcesWrapper.getResources() |
protected Resource[] |
WebFileResolver.getResourcesByFileName(DoradoContext context,
java.lang.String resourcePrefix,
java.lang.String fileName,
java.lang.String resourceSuffix) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceTypeLoader.loadConfigs(ResourceTypeManager resourceTypeManager,
Resource[] resources) |
protected void |
AbstractWebFileResolver.outputFile(java.io.OutputStream out,
Resource resource) |
Constructor and Description |
---|
ResourcesWrapper(Resource[] resources,
ResourceType resourceType) |
Modifier and Type | Method and Description |
---|---|
Resource |
ServletContextResourceLoader.getResource(java.lang.String resourceLocation) |
Resource[] |
ServletContextResourceLoader.getResources(java.lang.String locationPattern) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.