dorado-core API Documentation

Packages 
Package Description
com.bstek.dorado.annotation  
com.bstek.dorado.common
一些公用的接口。
com.bstek.dorado.common.event
与Web界面的客户端事件相关的实现。
com.bstek.dorado.common.proxy  
com.bstek.dorado.common.service  
com.bstek.dorado.config
一些用于辅助配置文件加载的工具类。
com.bstek.dorado.config.definition
一些用于保存配置文件解析中间结果的对象及相关工具类。
com.bstek.dorado.config.text
一些用于辅助字符串解析的工具类。
com.bstek.dorado.config.xml
一些用于辅助XML配置文件解析和加载的工具类。
com.bstek.dorado.console  
com.bstek.dorado.console.addon  
com.bstek.dorado.console.authentication  
com.bstek.dorado.console.jdbc  
com.bstek.dorado.console.jdbc.exception  
com.bstek.dorado.console.parser  
com.bstek.dorado.console.performance  
com.bstek.dorado.console.performance.dao  
com.bstek.dorado.console.performance.interceptor  
com.bstek.dorado.console.performance.listener  
com.bstek.dorado.console.performance.view  
com.bstek.dorado.console.resolver  
com.bstek.dorado.console.runtime  
com.bstek.dorado.console.security  
com.bstek.dorado.console.system.log  
com.bstek.dorado.console.system.log.console  
com.bstek.dorado.console.system.log.file  
com.bstek.dorado.console.utils  
com.bstek.dorado.console.web  
com.bstek.dorado.console.web.outputter  
com.bstek.dorado.core
实现一些通用功能的对象。
com.bstek.dorado.core.bean
实现根据Bean的描述信息获得相应的Bean实例功能的对象。
com.bstek.dorado.core.el
用于实现配置文件中EL表达式功能的对象。
com.bstek.dorado.core.io
用于完成核心IO功能的对象。
com.bstek.dorado.core.pkgs  
com.bstek.dorado.core.resource  
com.bstek.dorado.core.store  
com.bstek.dorado.core.xml
用于完成核心XML解析功能的对象。
com.bstek.dorado.data
与数据封装相关的实现。
com.bstek.dorado.data.config
实现数据配置文件的读取和解析相关的功能。
com.bstek.dorado.data.config.definition
数据配置文件相关的配置声明对象。
com.bstek.dorado.data.config.xml
实现XML型数据配置文件的读取和解析相关的功能。
com.bstek.dorado.data.entity  
com.bstek.dorado.data.listener  
com.bstek.dorado.data.method
一组利用反射实现方法签名自动匹配功能的工具类。
com.bstek.dorado.data.provider
数据提供者的基本实现。
com.bstek.dorado.data.provider.filter  
com.bstek.dorado.data.provider.manager
为数据提供者(DataProvider)提供管理功能的相关类。
com.bstek.dorado.data.resolver  
com.bstek.dorado.data.resolver.manager  
com.bstek.dorado.data.resource  
com.bstek.dorado.data.type
各种数据类型的声明和实现。
com.bstek.dorado.data.type.manager
为数据类型(DataType)提供管理功能的相关类。
com.bstek.dorado.data.type.property
各种用于描述实体类型(EntityDataType)中属性的对象。
com.bstek.dorado.data.type.validator  
com.bstek.dorado.data.util  
com.bstek.dorado.data.variant
富类型变量相关的对象。
com.bstek.dorado.idesupport  
com.bstek.dorado.idesupport.initializer  
com.bstek.dorado.idesupport.model  
com.bstek.dorado.idesupport.output  
com.bstek.dorado.idesupport.parse  
com.bstek.dorado.idesupport.resolver  
com.bstek.dorado.idesupport.robot  
com.bstek.dorado.idesupport.template  
com.bstek.dorado.spring  
com.bstek.dorado.util
各种通用的工具类。
com.bstek.dorado.util.clazz
实现利用反射从给定的一组Class类型中寻找最匹配者功能的工具类。
com.bstek.dorado.util.proxy
与方法自动分派功能相关的实现。
com.bstek.dorado.util.xml
用于辅助XML解析的通用工具类。
com.bstek.dorado.view
与展现相关的基础实现。
com.bstek.dorado.view.annotation  
com.bstek.dorado.view.config
实现视图配置文件的读取和解析相关的对象。
com.bstek.dorado.view.config.attachment  
com.bstek.dorado.view.config.definition
视图配置文件相关的配置声明对象。
com.bstek.dorado.view.config.text
实现视图配置文件中字符串解析功能的相关对象。
com.bstek.dorado.view.config.xml
实现XML型视图配置文件的读取和解析相关的对象。
com.bstek.dorado.view.el  
com.bstek.dorado.view.loader
用于为客户端提供JavaScript库和CSS文件按需装载功能的相关对象。
com.bstek.dorado.view.longpolling  
com.bstek.dorado.view.manager
为视图提供管理功能的相关对象。
com.bstek.dorado.view.output
一些用于定义各种视图组件的输出方式的对象。
com.bstek.dorado.view.registry
用于管理各种视图控件、Widget的注册信息的相关实现。
例如注册每一种控件使用何种方式完成配置解析、使用哪个对象完成输出等。
com.bstek.dorado.view.resolver  
com.bstek.dorado.view.resource  
com.bstek.dorado.view.service
用于为Brich客户端提供Ajax服务。
com.bstek.dorado.view.socket  
com.bstek.dorado.view.taglib  
com.bstek.dorado.view.task  
com.bstek.dorado.view.type
对数据封装对象的增强,以便于数据封装对象能够更好的为Brich视图功能提供服务。
com.bstek.dorado.view.type.property
各种用于描述实体类型(BrichEntityDataType)中属性的对象。
com.bstek.dorado.view.type.property.validator  
com.bstek.dorado.view.widget
视图组件的基础实现。
com.bstek.dorado.view.widget.action  
com.bstek.dorado.view.widget.advance  
com.bstek.dorado.view.widget.base  
com.bstek.dorado.view.widget.base.accordion  
com.bstek.dorado.view.widget.base.menu  
com.bstek.dorado.view.widget.base.tab  
com.bstek.dorado.view.widget.base.toolbar  
com.bstek.dorado.view.widget.blockview  
com.bstek.dorado.view.widget.data  
com.bstek.dorado.view.widget.datacontrol  
com.bstek.dorado.view.widget.form  
com.bstek.dorado.view.widget.form.autoform  
com.bstek.dorado.view.widget.form.trigger  
com.bstek.dorado.view.widget.grid  
com.bstek.dorado.view.widget.layout
各种布局管理器的实现。
com.bstek.dorado.view.widget.list  
com.bstek.dorado.view.widget.tree  
com.bstek.dorado.view.widget.treegrid  
com.bstek.dorado.web
用于Web应用提供dorado服务的Servlet机器相关类。
com.bstek.dorado.web.filter  
com.bstek.dorado.web.listener  
com.bstek.dorado.web.loader  
com.bstek.dorado.web.resolver
用于完成dorado中各种功能的请求拦截器。
com.bstek.dorado.web.servlet  

Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.