跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W Z 

A

AccessDBHelper - org.docshare.orm.access中的类
 
AccessDBHelper() - 类 的构造器org.docshare.orm.access.AccessDBHelper
 
AccessDelegate - org.docshare.orm.access中的类
 
AccessDelegate() - 类 的构造器org.docshare.orm.access.AccessDelegate
 
add(String) - 类 中的方法org.docshare.util.FastHash
 
addInterceptor(Interceptor) - 类 中的静态方法org.docshare.mvc.Config
 
addPostInterceptor(Interceptor, boolean) - 类 中的静态方法org.docshare.mvc.Config
添加后处理程序。
all() - 类 中的方法org.docshare.orm.DBTool
获取表格所有行,这里采用了延迟加载技术,并不会真的查询所有的行, 可以调用返回的LasyList的过滤器添加查询条件,在读取数据时才真正进行查询。
annoMap - 类 中的变量org.docshare.mvc.AnnoMapper
 
AnnoMapper - org.docshare.mvc中的类
用以处理url映射的类
AnnoMapper() - 类 的构造器org.docshare.mvc.AnnoMapper
 
app(String) - 类 中的方法org.docshare.mvc.Controller
获取application对象中存储 的变量
app(String, Object) - 类 中的方法org.docshare.mvc.Controller
 
appDouble(String) - 类 中的方法org.docshare.mvc.Controller
获取application对象中存储 的变量
appendFile(String, String) - 类 中的静态方法org.docshare.util.FileTool
在文件中追加
appendFile(String, String, String) - 类 中的静态方法org.docshare.util.FileTool
在文件中追加
appInt(String) - 类 中的方法org.docshare.mvc.Controller
获取application对象中存储 的变量
application - 类 中的变量org.docshare.mvc.Controller
同jsp中的application对象。
appStr(String) - 类 中的方法org.docshare.mvc.Controller
获取application对象中存储 的变量
ArrayTool - org.docshare.orm中的类
 
ArrayTool() - 类 的构造器org.docshare.orm.ArrayTool
 

B

BasePostIntercepter - org.docshare.mvc中的类
这个类适合做最后一个后处理器。
BasePostIntercepter() - 类 的构造器org.docshare.mvc.BasePostIntercepter
 
BeanUtil - org.docshare.util中的类
 
BeanUtil() - 类 的构造器org.docshare.util.BeanUtil
 
beginTransaction() - 类 中的方法org.docshare.orm.access.AccessDelegate
 
beginTransaction() - 接口 中的方法org.docshare.orm.IDBDelegate
 
beginTransaction() - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
beginTransaction() - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
beginTransation() - 类 中的方法org.docshare.orm.DBHelper
启动事务 , 所有提交在sql会在调用commit后被执行。
byExample(Model) - 类 中的方法org.docshare.orm.LasyList
 

C

c_to_remarks - 类 中的变量org.docshare.orm.access.AccessDelegate
 
c_to_remarks - 类 中的变量org.docshare.orm.DBTool
 
c_to_remarks - 类 中的变量org.docshare.orm.mysql.MySQLDelegate
 
c_to_remarks - 类 中的变量org.docshare.orm.postgres.PostgresDelegate
 
cacheMethodParam(String, Method) - 类 中的静态方法org.docshare.mvc.MethodAccessCacher
 
call(String, String, String, HttpServletRequest, HttpServletResponse) - 类 中的方法org.docshare.mvc.GroovyLoader
 
call(String, String, String, HttpServletRequest, HttpServletResponse) - 类 中的方法org.docshare.mvc.Loader
 
changeColumns() - 类 中的方法org.docshare.orm.Model
 
checkNull(String, Object) - 类 中的方法org.docshare.mvc.Controller
检查obj是否为null,如果为null,则抛出NullParamException ,这个错误会最终在网页上显示。
classIsUpdate(String) - 类 中的方法org.docshare.mvc.GroovyReloader
检查是否更新了,如果更新了。
classIsUpdate(String) - 类 中的方法org.docshare.mvc.Reloader
检查是否更新了,如果更新了。
clear() - 类 中的方法org.docshare.orm.Model
 
clear() - 类 中的方法org.docshare.orm.StatementPool
 
clearCache() - 类 中的静态方法org.docshare.orm.DBTool
 
clearDescCache() - 类 中的方法org.docshare.orm.DBHelper
 
close() - 类 中的方法org.docshare.orm.DBHelper
 
clsToPath(String) - 类 中的方法org.docshare.mvc.Reloader
 
columeOfRs(String, ResultSet) - 类 中的方法org.docshare.orm.access.AccessDBHelper
列举sql返回的所有的行
columeOfRs(String, ResultSet) - 类 中的方法org.docshare.orm.DBHelper
列举sql返回的所有的行
column - 类 中的变量org.docshare.orm.ColumnDesc.ExportTo
 
column - 类 中的变量org.docshare.orm.SQLConstains
 
ColumnDesc - org.docshare.orm中的类
每一列的描述
ColumnDesc(String, int, String) - 类 的构造器org.docshare.orm.ColumnDesc
 
ColumnDesc() - 类 的构造器org.docshare.orm.ColumnDesc
 
ColumnDesc(String, int, String, String) - 类 的构造器org.docshare.orm.ColumnDesc
 
ColumnDesc.ExportTo - org.docshare.orm中的类
 
columnFilter(String) - 类 中的方法org.docshare.orm.LasyList
控制输出哪些项目,举例: id,name,age 每个项目用逗号分隔。
columnOfRs(String, ResultSet) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
columnOfRs(String, ResultSet) - 接口 中的方法org.docshare.orm.IDBDelegate
 
columnOfRs(String, ResultSet) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
columnOfRs(String, ResultSet) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
ColumnSave - org.docshare.orm中的类
 
ColumnSave(String, HashMap<String, ColumnDesc>) - 类 的构造器org.docshare.orm.ColumnSave
 
ColumnSave() - 类 的构造器org.docshare.orm.ColumnSave
 
com.esotericsoftware.reflectasm - 程序包 com.esotericsoftware.reflectasm
 
commit() - 类 中的方法org.docshare.orm.access.AccessDelegate
 
commit() - 类 中的方法org.docshare.orm.DBHelper
 
commit() - 类 中的方法org.docshare.orm.DBTool
 
commit() - 接口 中的方法org.docshare.orm.IDBDelegate
 
commit() - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
commit() - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
con - 类 中的变量org.docshare.orm.DBHelper
 
concat(Object...) - 类 中的静态方法org.docshare.util.TextTool
 
Config - org.docshare.mvc中的类
 
Config() - 类 的构造器org.docshare.mvc.Config
 
ConfigCreator - org.docshare.orm中的类
 
ConfigCreator() - 类 的构造器org.docshare.orm.ConfigCreator
 
ConfigCreator.Foreign - org.docshare.orm中的类
 
conn() - 类 中的方法org.docshare.orm.access.AccessDBHelper
 
conn() - 类 中的方法org.docshare.orm.DBHelper
连接数据库
conn() - 类 中的方法org.docshare.orm.mysql.DruidHelper
 
conn() - 类 中的方法org.docshare.orm.mysql.MySQLDBHelper
 
conn() - 类 中的方法org.docshare.orm.postgres.PostgresDBHelper
 
ConstructorAccess<T> - com.esotericsoftware.reflectasm中的类
 
ConstructorAccess() - 类 的构造器com.esotericsoftware.reflectasm.ConstructorAccess
 
contains(Object) - 类 中的方法org.docshare.orm.LasyList
判断列表中是否存在某个对象。
contains(String) - 类 中的方法org.docshare.util.FastHash
 
containsKey(Object) - 类 中的方法org.docshare.orm.Model
 
containsValue(Object) - 类 中的方法org.docshare.orm.Model
 
controller - 类 中的静态变量org.docshare.mvc.Config
控制器根包名
Controller - org.docshare.mvc中的类
所有控制器的父类
Controller() - 类 的构造器org.docshare.mvc.Controller
 
Controller.FreeMarker - org.docshare.mvc中的类
用来标志输出类型的特殊类
Controller.JSP - org.docshare.mvc中的类
用来标志输出类型的特殊类
Controller.Require - org.docshare.mvc中的类
 
cookie(String) - 类 中的方法org.docshare.mvc.Controller
获取cookie
cookie(String, Object, int) - 类 中的方法org.docshare.mvc.Controller
设置cookie
copy(String, String) - 类 中的静态方法org.docshare.util.FileTool
 
create() - 类 中的方法org.docshare.orm.DBTool
 
ctr_base() - 类 中的静态方法org.docshare.mvc.Config
 
ctr_base(String) - 类 中的静态方法org.docshare.mvc.Config
 
custom(String) - 类 中的方法org.docshare.orm.LasyList
除了limit和order意外的任意约束条件。

D

d(T) - 类 中的静态方法org.docshare.log.Log
 
d(String...) - 类 中的静态方法org.docshare.log.Log
 
dateFormat - 类 中的静态变量org.docshare.mvc.Config
 
db2Table(ResultSet, Map<String, ?>, Set<String>) - 类 中的方法org.docshare.orm.DBTool
 
DB_MYSQL - 类 中的静态变量org.docshare.orm.DBHelper
 
DB_POSTGRES - 类 中的静态变量org.docshare.orm.DBHelper
 
dbEncoding - 类 中的静态变量org.docshare.mvc.Config
 
DBHelper - org.docshare.orm中的类
 
DBHelper() - 类 的构造器org.docshare.orm.DBHelper
 
DBHelper.TableInfo - org.docshare.orm中的类
 
dbhost - 类 中的静态变量org.docshare.mvc.Config
数据库主机名或IP地址
dbname - 类 中的静态变量org.docshare.mvc.Config
数据库名称
dbport - 类 中的静态变量org.docshare.mvc.Config
端口号
dbpwd - 类 中的静态变量org.docshare.mvc.Config
数据库密码
dbschema - 类 中的静态变量org.docshare.mvc.Config
 
DBTool - org.docshare.orm中的类
ORM类库最核心的类。
dbtype - 类 中的静态变量org.docshare.mvc.Config
数据库类型
dbusr - 类 中的静态变量org.docshare.mvc.Config
数据库用户名
debugInfo() - 类 中的方法org.docshare.orm.LasyList
 
del(Object) - 类 中的方法org.docshare.orm.DBTool
根据表的主键删除表格的一行
del(Model) - 类 中的方法org.docshare.orm.DBTool
根据Model对象删除数据表的一行
delBy(String, Object) - 类 中的方法org.docshare.orm.DBTool
根据某个列的值进行删除
DelegateFactory - org.docshare.orm中的类
 
DelegateFactory() - 类 的构造器org.docshare.orm.DelegateFactory
 
delete(String, String, Object) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
delete(String, String, Object) - 接口 中的方法org.docshare.orm.IDBDelegate
 
delete(String, String, Object) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
delete(String, String, Object) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
delFile(String) - 类 中的静态方法org.docshare.util.FileTool
删除文件
delPath(String) - 类 中的静态方法org.docshare.util.FileTool
 
destroy() - 类 中的方法org.docshare.mvc.MVCFilter
 
disableCache() - 类 中的静态方法org.docshare.orm.DBHelper
 
disableGzip() - 类 中的静态方法org.docshare.mvc.Controller
设置关闭gzip功能,全部以text/plain形式发送内容 默认为打开状态
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.docshare.mvc.MVCFilter
 
doFilter(String, HttpServletRequest, ServletResponse) - 接口 中的方法org.docshare.mvc.URLFilter
 
DONE - 接口 中的静态变量org.docshare.mvc.URLFilter
 
doPost(String, Map<String, Object>) - 类 中的静态方法org.docshare.util.Poster
 
doPost(String, String, String) - 类 中的静态方法org.docshare.util.Poster
 
doPost(String, Map<String, Object>, String) - 类 中的静态方法org.docshare.util.Poster
 
doPostJSON(String, Object, String) - 类 中的静态方法org.docshare.util.Poster
 
download(String) - 类 中的方法org.docshare.mvc.Controller
输出下载内容。
DruidHelper - org.docshare.orm.mysql中的类
 
dump() - 类 中的方法org.docshare.mvc.Controller
 
dump() - 类 中的方法org.docshare.orm.Model
 
dumpParam() - 类 中的方法org.docshare.mvc.Controller
 

E

e(T) - 类 中的静态方法org.docshare.log.Log
 
e(String, String...) - 类 中的静态方法org.docshare.log.Log
 
each(LasyList.Each) - 类 中的方法org.docshare.orm.LasyList
 
empty() - 类 中的静态方法org.docshare.util.MapHelper
 
enableGzip() - 类 中的静态方法org.docshare.mvc.Controller
设置开启gzip功能,如果发现客户端可以支持gzip(监测Accept-Encoding),则压缩发送。
encoding - 类 中的静态变量org.docshare.mvc.Config
 
entrySet() - 类 中的方法org.docshare.orm.Model
 
eq(String, Object) - 类 中的方法org.docshare.orm.LasyList
 
err - 类 中的变量org.docshare.mvc.Controller.Require
 
exist() - 类 中的方法org.docshare.orm.LasyList
判断是否有相关记录
existFile(String) - 类 中的方法org.docshare.mvc.Controller
是否存在某个文件
exists(String) - 类 中的静态方法org.docshare.util.FileTool
判断文件是否存在
exportKey - 类 中的变量org.docshare.orm.ColumnDesc
 
ExportTo() - 类 的构造器org.docshare.orm.ColumnDesc.ExportTo
 

F

FastHash - org.docshare.util中的类
对字符串做key做了优化。
FastHash() - 类 的构造器org.docshare.util.FastHash
 
FieldAccess - com.esotericsoftware.reflectasm中的类
 
FieldAccess() - 类 的构造器com.esotericsoftware.reflectasm.FieldAccess
 
FileTool - org.docshare.util中的类
 
FileTool() - 类 的构造器org.docshare.util.FileTool
 
filter(LasyList.Each) - 类 中的方法org.docshare.orm.LasyList
 
finalize() - 类 中的方法org.docshare.orm.DBHelper
 
finalize() - 类 中的方法org.docshare.orm.DBTool
 
finalize() - 类 中的方法org.docshare.orm.LasyList
 
firstLower(String) - 类 中的静态方法org.docshare.util.TextTool
 
firstUpper(String) - 类 中的静态方法org.docshare.util.TextTool
 
fk_column - 类 中的变量org.docshare.orm.ConfigCreator.Foreign
 
fk_table - 类 中的变量org.docshare.orm.ConfigCreator.Foreign
 
Foreign(String, String, String) - 类 的构造器org.docshare.orm.ConfigCreator.Foreign
 
freemarker(String) - 类 中的方法org.docshare.mvc.Controller
在控制器方法中 return freemarker()为输出freemarker的意思
FreeMarker(String) - 类 的构造器org.docshare.mvc.Controller.FreeMarker
 
FreeMarkerHandler - org.docshare.mvc.except中的类
 
FreeMarkerHandler() - 类 的构造器org.docshare.mvc.except.FreeMarkerHandler
 
fromObject(String, Object) - 类 中的静态方法org.docshare.orm.Model
 
fromParam(Controller) - 类 中的方法org.docshare.orm.Model
 
fromRawSql(String) - 类 中的静态方法org.docshare.orm.LasyList
直接根据sql语句获取列表
fromSQL(String) - 类 中的静态方法org.docshare.orm.DBTool
已过时。

G

get(Class<T>) - 类 中的静态方法com.esotericsoftware.reflectasm.ConstructorAccess
 
get(Object, String) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
get(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
get(Class) - 类 中的静态方法com.esotericsoftware.reflectasm.FieldAccess
 
get(Class) - 类 中的静态方法com.esotericsoftware.reflectasm.MethodAccess
Creates a new MethodAccess for the specified type.
get(Object) - 类 中的方法org.docshare.orm.DBTool
获取key为id的记录并返回模型。
get(String, Object) - 类 中的方法org.docshare.orm.DBTool
获取column列等于id的所有集合的第一个
get(int) - 类 中的方法org.docshare.orm.LasyList
根据索引获取相应的对象
get(Object) - 类 中的方法org.docshare.orm.Model
 
get(Connection, String) - 类 中的方法org.docshare.orm.StatementPool
 
get(Object, String) - 类 中的静态方法org.docshare.util.BeanUtil
 
get(String) - 类 中的静态方法org.docshare.util.HttpHelper
执行get请求
get(String, String) - 类 中的静态方法org.docshare.util.HttpHelper
 
getAfter(String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getBefore(String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getBeforeLast(String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getBetween(String, String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getBetweenOne(String, String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getBetweenTwo(String, String, String, String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getBoolean(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getByte(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getCaller() - 类 中的静态方法org.docshare.log.Log
 
getChar(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getClassName(String) - 类 中的静态方法org.docshare.util.PackageUtil
获取某包下(包括该包的所有子包)所有类
getClassName(String, boolean) - 类 中的静态方法org.docshare.util.PackageUtil
获取某包下所有类
getClearQuery(String) - 类 中的方法org.docshare.mvc.Controller
 
getColumnDesc(String) - 类 中的方法org.docshare.orm.DBTool
获取当前数据表的某一行的信息
getColumnRemark(String) - 类 中的方法org.docshare.orm.DBTool
获取列的注释
getColumnType(String) - 类 中的方法org.docshare.orm.DBTool
获取列的类型(int类型)
getColumnTypeName(String) - 类 中的方法org.docshare.orm.DBTool
获取列的类型名
getConnection() - 类 中的方法org.docshare.orm.DBHelper
 
getDefaultTemp() - 类 中的方法org.docshare.mvc.Controller
获取默认的模板
getDelegate() - 类 中的方法org.docshare.orm.DBTool
 
getDouble(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getDouble(Object) - 类 中的方法org.docshare.orm.Model
以Double形式返回字段值,如果原本为非整数,则尝试转换(如果无法转换则报错)
getErrMsg(Throwable) - 类 中的静态方法org.docshare.log.Log
 
getFieldCount() - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getFieldNames() - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getFields() - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getFieldTypes() - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getFk_column() - 类 中的方法org.docshare.orm.ConfigCreator.Foreign
 
getFk_table() - 类 中的方法org.docshare.orm.ConfigCreator.Foreign
 
getFKey(String, HashMap<String, ColumnDesc>) - 类 中的方法org.docshare.orm.DBHelper
获取该表的外键信息
getFloat(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getFmCfg() - 类 中的方法org.docshare.mvc.MVCFilter
 
getGzipWriter(HttpServletResponse) - 类 中的静态方法org.docshare.util.GzipUtil
 
getIndex(String) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getIndex(Field) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getIndex(String) - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
Returns the index of the first method with the specified name.
getIndex(String, Class...) - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
Returns the index of the first method with the specified name and param types.
getIndex(String, int) - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
Returns the index of the first method with the specified name and the specified number of arguments.
getIns(String) - 类 中的静态方法org.docshare.orm.DBHelper
使用该函数获取DBHelper对象。
getIns() - 类 中的静态方法org.docshare.orm.DBHelper
 
getIns(String) - 类 中的静态方法org.docshare.orm.DBTool
 
getIns(String) - 类 中的静态方法org.docshare.orm.DelegateFactory
 
getIns() - 类 中的静态方法org.docshare.orm.mysql.DruidHelper
 
getInt(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getInt(Object) - 类 中的方法org.docshare.orm.Model
以整数形式返回字段值,如果原本为非整数,则尝试转换(如果无法转换则报错)
getJavaType() - 类 中的方法org.docshare.orm.ConfigCreator.Foreign
 
getLang() - 类 中的方法org.docshare.mvc.Controller
获取当前请求所接受的语言种类
getLastAfter(String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getLastId() - 类 中的方法org.docshare.orm.DBHelper
 
getLong(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getLong(Object) - 类 中的方法org.docshare.orm.Model
以长整数形式返回字段值,如果原本为非整数,则尝试转换(如果无法转换则报错)
getMessage() - 异常错误 中的方法org.docshare.mvc.except.MVCException
 
getMethod(String, String) - 类 中的静态方法org.docshare.mvc.MethodAccessCacher
 
getMethodAccess(String) - 类 中的静态方法org.docshare.mvc.MethodAccessCacher
 
getMethodNames() - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
 
getMethodParam(String, String) - 类 中的静态方法org.docshare.mvc.MethodAccessCacher
 
getNotNull(Object) - 类 中的方法org.docshare.orm.DBTool
 
getParameterTypes() - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
 
getParamMap() - 类 中的方法org.docshare.mvc.Controller
 
getParentDir(String) - 类 中的静态方法org.docshare.util.FileTool
获取父文件夹
getParentPackage(String) - 类 中的静态方法org.docshare.util.TextTool
 
getPath() - 类 中的方法org.docshare.mvc.Controller
获取当前控制器对应的URL路径
getPrefix(String) - 类 中的静态方法org.docshare.util.TextTool
 
getPrepareRS(String, Object) - 类 中的方法org.docshare.orm.DBHelper
根据sql和参数进行查询
getPrepareRS(String, Object, Object) - 类 中的方法org.docshare.orm.DBHelper
 
getProperty(String, String) - 类 中的静态方法org.docshare.mvc.Config
 
getReturnTypes() - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
 
getRS(String) - 类 中的方法org.docshare.orm.DBHelper
 
getRS(String, List<Object>) - 类 中的方法org.docshare.orm.DBHelper
 
getRS(String, List<Object>) - 类 中的方法org.docshare.orm.mysql.MySQLDBHelper
执行sql语句。
getShort(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getStr(Object) - 类 中的方法org.docshare.orm.Model
以字符串形式获取字段值
getString(Object, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
getTableName() - 类 中的方法org.docshare.orm.Model
 
getTables() - 类 中的方法org.docshare.orm.DBHelper
 
getTemplate(String) - 类 中的静态方法org.docshare.mvc.MVCFilter
 
getTextCount(String, String) - 类 中的静态方法org.docshare.util.TextTool
 
getTool() - 类 中的方法org.docshare.orm.LasyList
 
getVal(String, String) - 类 中的方法org.docshare.orm.DBHelper
 
getXmlItem(String, String) - 类 中的静态方法org.docshare.util.TextTool
 
GroovyLoader - org.docshare.mvc中的类
 
GroovyLoader() - 类 的构造器org.docshare.mvc.GroovyLoader
 
GroovyReloader - org.docshare.mvc中的类
支持groovy的reloader
GroovyReloader() - 类 的构造器org.docshare.mvc.GroovyReloader
 
GroovyReloader(String, String) - 类 的构造器org.docshare.mvc.GroovyReloader
 
gt(String, Object) - 类 中的方法org.docshare.orm.LasyList
大于 ,相当于sql中 column > val 会获取column制定的列大于val值的所有项
gte(String, Object) - 类 中的方法org.docshare.orm.LasyList
大于等于 ,相当于sql中 column >= val 会获取column制定的列大于或等于val值的所有项对象
GzipUtil - org.docshare.util中的类
 
GzipUtil() - 类 的构造器org.docshare.util.GzipUtil
 

H

handleTemplateException(TemplateException, Environment, Writer) - 类 中的方法org.docshare.mvc.except.FreeMarkerHandler
 
header(String, String) - 类 中的方法org.docshare.mvc.Controller
 
HttpHelper - org.docshare.util中的类
 
HttpHelper() - 类 的构造器org.docshare.util.HttpHelper
 

I

i(Object) - 类 中的静态方法org.docshare.log.Log
 
i(String...) - 类 中的静态方法org.docshare.log.Log
 
i(String, Object...) - 类 中的静态方法org.docshare.log.Log
 
IBean - org.docshare.mvc中的接口
 
IDBDelegate - org.docshare.orm中的接口
 
init(FilterConfig) - 类 中的方法org.docshare.mvc.MVCFilter
 
insert(Model) - 类 中的方法org.docshare.orm.DBTool
执行一次插入操作
insert() - 类 中的方法org.docshare.orm.Model
将此Model插入到数据库中
insertAndRet(Model) - 类 中的方法org.docshare.orm.DBTool
 
intercept(String, Controller, MethodAccess, String, Method) - 类 中的方法org.docshare.mvc.Interceptor
拦截器最核心的函数
intercept(String, Controller, Method) - 类 中的方法org.docshare.mvc.Interceptor
拦截器最核心的函数
Interceptor - org.docshare.mvc中的类
 
Interceptor() - 类 的构造器org.docshare.mvc.Interceptor
 
interceptors - 类 中的静态变量org.docshare.mvc.Config
 
invoke(Object, int, Object...) - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
 
invoke(Object, String, Class[], Object...) - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
Invokes the method with the specified name and the specified param types.
invoke(Object, String, Object...) - 类 中的方法com.esotericsoftware.reflectasm.MethodAccess
Invokes the first method with the specified name and the specified number of arguments.
IOUtil - org.docshare.util中的类
 
IOUtil() - 类 的构造器org.docshare.util.IOUtil
 
isCreated - 类 中的变量org.docshare.orm.Model
用以标志是否是由Create创建(且为入库), 以便于判断是应进行插入还是删除。
isEmpty() - 类 中的方法org.docshare.orm.LasyList
判断列表是否为空
isEmpty() - 类 中的方法org.docshare.orm.Model
 
isGet() - 类 中的方法org.docshare.mvc.Controller
返回当前请求是否为Get请求,
isGzipDisabled(HttpServletRequest) - 类 中的静态方法org.docshare.util.GzipUtil
 
isGzipSupported(HttpServletRequest) - 类 中的静态方法org.docshare.util.GzipUtil
 
isNonStaticMemberClass() - 类 中的方法com.esotericsoftware.reflectasm.ConstructorAccess
 
isNull(String) - 类 中的方法org.docshare.orm.LasyList
添加空约束。。
isNull - 类 中的变量org.docshare.orm.Model
 
isPost() - 类 中的方法org.docshare.mvc.Controller
返回当前请求是否为Post请求,
isSingle() - 类 中的方法org.docshare.mvc.Controller
返回当前控制器是否是单例模式
iterator() - 类 中的方法org.docshare.orm.LasyList
枚举器。

J

javaType() - 类 中的方法org.docshare.orm.ColumnDesc
数据库类型映射java类型
javaType - 类 中的变量org.docshare.orm.ConfigCreator.Foreign
 
join(String, Collection) - 类 中的静态方法org.docshare.orm.ArrayTool
 
join(String, Object[]) - 类 中的静态方法org.docshare.orm.ArrayTool
 
join(String[], String) - 类 中的静态方法org.docshare.util.TextTool
 
join(Object[], String) - 类 中的静态方法org.docshare.util.TextTool
 
join(List<Object>, String) - 类 中的静态方法org.docshare.util.TextTool
 
join2(List<String>, String) - 类 中的静态方法org.docshare.util.TextTool
 
joinWithLengthLimit(String, Collection, int) - 类 中的静态方法org.docshare.orm.ArrayTool
 
json(Object, boolean) - 类 中的方法org.docshare.mvc.Controller
 
json(Object) - 类 中的方法org.docshare.mvc.Controller
 
jsonToParam() - 类 中的方法org.docshare.mvc.Controller
将json中的数据转入param,使得用户察觉不到什么异常。
jsp(String) - 类 中的方法org.docshare.mvc.Controller
在控制器方法中,return jsp(); 即为输出jsp的意思。
jsp() - 类 中的方法org.docshare.mvc.Controller
在控制器方法中,return jsp(); 即为输出jsp的意思。
JSP() - 类 的构造器org.docshare.mvc.Controller.JSP
 
JSP(String) - 类 的构造器org.docshare.mvc.Controller.JSP
 
jump(String) - 类 中的方法org.docshare.mvc.Controller
跳转到新页面/重定向。
jump_url - 类 中的变量org.docshare.mvc.Controller.Require
 

K

key - 类 中的变量org.docshare.mvc.Controller.Require
 
key() - 类 中的方法org.docshare.orm.Model
 
keyColumn(String) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
keyColumn(String) - 类 中的方法org.docshare.orm.DBHelper
获取表的主键
keyColumn(String) - 接口 中的方法org.docshare.orm.IDBDelegate
 
keyColumn(String) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
keyColumn(String) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
keySet() - 类 中的方法org.docshare.orm.Model
 

L

L(String) - 类 中的方法org.docshare.mvc.Controller
获取LasyList对象
last_id - 类 中的变量org.docshare.orm.DBHelper
 
last_tm - 类 中的变量org.docshare.mvc.Reloader
 
lastModify(String) - 类 中的静态方法org.docshare.util.FileTool
 
LasyList - org.docshare.orm中的类
使用了延迟加载技术的List。
LasyList(DBTool, String) - 类 的构造器org.docshare.orm.LasyList
 
like(String, String) - 类 中的方法org.docshare.orm.LasyList
模糊查询,会使用 sql中的 a like '%b%'的方式来实现
limit(int, int) - 类 中的方法org.docshare.orm.LasyList
使用limit来截取数据
limit(int) - 类 中的方法org.docshare.orm.LasyList
使用limit来截取数据
listColumn(String, boolean) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
listColumn - 类 中的变量org.docshare.orm.ColumnSave
 
listColumn(String) - 类 中的方法org.docshare.orm.DBHelper
列举表中的所有字段,获取表结构
listColumn(String, boolean) - 类 中的方法org.docshare.orm.DBHelper
返回表格中所有的列,以及列的注释(这个注释可以用于显示)
listColumn(String, boolean) - 接口 中的方法org.docshare.orm.IDBDelegate
 
listColumn(String, boolean) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
listColumn(String, boolean) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
listColumns() - 类 中的方法org.docshare.orm.DBTool
列举所有的列名
load(String) - 类 中的方法org.docshare.mvc.GroovyReloader
 
load(String) - 类 中的方法org.docshare.mvc.Loader
 
load(String) - 类 中的方法org.docshare.mvc.Reloader
 
loadBinMatrix(String) - 类 中的静态方法org.docshare.util.FileTool
 
Loader - org.docshare.mvc中的类
 
Loader() - 类 的构造器org.docshare.mvc.Loader
 
loadProperties(String) - 类 中的静态方法org.docshare.mvc.Config
读取properties文件
loadResource(String) - 类 中的方法org.docshare.mvc.MVCFilter
 
loadTextMatrix(String) - 类 中的静态方法org.docshare.util.FileTool
 
loadToStatic(String, Class<?>) - 类 中的静态方法org.docshare.util.PropLoader
 
Log - org.docshare.log中的类
 
Log() - 类 的构造器org.docshare.log.Log
 
lt(String, Object) - 类 中的方法org.docshare.orm.LasyList
小于 ,相当于sql中 column <= val 会获取column制定的列小于或等于val值的所有项对象
lte(String, Object) - 类 中的方法org.docshare.orm.LasyList
小于等于 ,相当于sql中 column <= val 会获取column制定的列小于或等于val值的所有项对象

M

main(String[]) - 类 中的静态方法org.docshare.mvc.Config
 
main(String[]) - 类 中的静态方法org.docshare.mvc.Reloader
 
main(String[]) - 类 中的静态方法org.docshare.orm.ConfigCreator
 
main(String[]) - 类 中的静态方法org.docshare.orm.mysql.MySQLDBHelper
 
main(String[]) - 类 中的静态方法org.docshare.util.PackageUtil
 
main(String[]) - 类 中的静态方法org.docshare.util.Poster
 
main(String[]) - 类 中的静态方法org.docshare.util.PropLoader
 
main(String[]) - 类 中的静态方法org.docshare.util.ZZ
 
makeDir(String) - 类 中的静态方法org.docshare.util.FileTool
创建文件夹
map(Map) - 类 中的静态方法org.docshare.log.Log
 
MapHelper - org.docshare.util中的类
 
MapHelper() - 类 的构造器org.docshare.util.MapHelper
 
method() - 类 中的方法org.docshare.mvc.Controller
获取HTTP请求的方法,GET/POST/PUT 等
MethodAccess - com.esotericsoftware.reflectasm中的类
 
MethodAccess() - 类 的构造器com.esotericsoftware.reflectasm.MethodAccess
 
MethodAccessCacher - org.docshare.mvc中的类
 
MethodAccessCacher() - 类 的构造器org.docshare.mvc.MethodAccessCacher
 
MethodAccessCacher.MyParam - org.docshare.mvc中的类
 
mlike(String, String) - 类 中的方法org.docshare.orm.LasyList
在多个列中进行like查找,多个列之间是或者关系
Model - org.docshare.orm中的类
 
Model(String, Map<String, Object>) - 类 的构造器org.docshare.orm.Model
 
MVCException - org.docshare.mvc.except中的异常错误
 
MVCException(String) - 异常错误 的构造器org.docshare.mvc.except.MVCException
 
MVCException(Throwable) - 异常错误 的构造器org.docshare.mvc.except.MVCException
 
MVCException(String, Throwable) - 异常错误 的构造器org.docshare.mvc.except.MVCException
 
MVCException(String...) - 异常错误 的构造器org.docshare.mvc.except.MVCException
 
MVCFilter - org.docshare.mvc中的类
 
MVCFilter() - 类 的构造器org.docshare.mvc.MVCFilter
 
MyParam() - 类 的构造器org.docshare.mvc.MethodAccessCacher.MyParam
 
MySQLDBHelper - org.docshare.orm.mysql中的类
 
MySQLDBHelper() - 类 的构造器org.docshare.orm.mysql.MySQLDBHelper
 
MySQLDelegate - org.docshare.orm.mysql中的类
 
MySQLDelegate() - 类 的构造器org.docshare.orm.mysql.MySQLDelegate
 
myTool() - 类 中的方法org.docshare.orm.Model
获取我的DBTool

N

name() - 类 中的方法org.docshare.mvc.Interceptor
 
name - 类 中的变量org.docshare.orm.ColumnDesc
 
name - 类 中的变量org.docshare.orm.DBHelper.TableInfo
 
ne(String, Object) - 类 中的方法org.docshare.orm.LasyList
不等于 ,相当于sql中 column <> val 会获取column制定的列不等于val值的所有项对象
newInstance() - 类 中的方法com.esotericsoftware.reflectasm.ConstructorAccess
Constructor for top-level classes and static nested classes.
newInstance(Object) - 类 中的方法com.esotericsoftware.reflectasm.ConstructorAccess
Constructor for inner classes (non-static nested classes).
NotNull - org.jetbrains.annotations中的注释类型
 
now() - 类 中的静态方法org.docshare.log.Log
 
NullParamException - org.docshare.mvc.except中的异常错误
 
NullParamException(String) - 异常错误 的构造器org.docshare.mvc.except.NullParamException
 

O

obj2Map(Object) - 类 中的静态方法org.docshare.util.BeanUtil
 
one() - 类 中的方法org.docshare.orm.LasyList
获取列表的第一个元素
orderby(String, boolean) - 类 中的方法org.docshare.orm.LasyList
设置排序规则
org.docshare.log - 程序包 org.docshare.log
 
org.docshare.mvc - 程序包 org.docshare.mvc
 
org.docshare.mvc.anno - 程序包 org.docshare.mvc.anno
 
org.docshare.mvc.except - 程序包 org.docshare.mvc.except
 
org.docshare.orm - 程序包 org.docshare.orm
 
org.docshare.orm.access - 程序包 org.docshare.orm.access
 
org.docshare.orm.mysql - 程序包 org.docshare.orm.mysql
 
org.docshare.orm.postgres - 程序包 org.docshare.orm.postgres
 
org.docshare.util - 程序包 org.docshare.util
 
org.jetbrains.annotations - 程序包 org.jetbrains.annotations
 
outErr(HttpServletResponse, String) - 类 中的方法org.docshare.mvc.MVCFilter
 
output(String) - 类 中的方法org.docshare.mvc.Controller
输出字符串 并关闭流
outputBytes(byte[]) - 类 中的方法org.docshare.mvc.Controller
输出一个字节流
outputJSON(Object) - 类 中的方法org.docshare.mvc.Controller
输出JSON字符串到网页
outputJSON(Object, boolean) - 类 中的方法org.docshare.mvc.Controller
 

P

PackageUtil - org.docshare.util中的类
 
PackageUtil() - 类 的构造器org.docshare.util.PackageUtil
 
page(LasyList) - 类 中的方法org.docshare.mvc.Controller
自动处理分页问题,对应URL参数 page 为页码, pagesz为页面大小(默认为30)
page(LasyList, int) - 类 中的方法org.docshare.mvc.Controller
自动处理分页问题,对应URL参数 page 为页码, pagesz为页面大小(默认为30)
page(int, int) - 类 中的方法org.docshare.orm.LasyList
根据分页来截取数据
pageEncoding - 类 中的静态变量org.docshare.mvc.Config
 
Param - org.docshare.mvc.anno中的注释类型
 
param(String) - 类 中的方法org.docshare.mvc.Controller
获取URL参数或者Form提交的参数
param(String, String) - 类 中的方法org.docshare.mvc.Controller
制定默认值并获取URL参数,如果参数不存在,则返回默认值。
param - 类 中的变量org.docshare.mvc.MethodAccessCacher.MyParam
 
paramInt(String) - 类 中的方法org.docshare.mvc.Controller
获取URL参数或者Form提交的参数,并自动转换为int,如果不是整数则会报错。
paramInt(String, int) - 类 中的方法org.docshare.mvc.Controller
获取URL参数或者Form提交的参数,并自动转换为int,如果不是整数则会报错。
paramJSON() - 类 中的方法org.docshare.mvc.Controller
当content-type 为application/json ,该函数获取传来的json字符串
params(HttpServletRequest) - 类 中的静态方法org.docshare.util.RequestHelper
 
paramsConvert(Map<String, Object>) - 类 中的静态方法org.docshare.util.Poster
参数类型转换
paramToModel(Model) - 类 中的方法org.docshare.mvc.Controller
根据名称匹配的原则,将与模型中参数名相同的参数的值放入模型中。
paramToObj(T, String) - 类 中的方法org.docshare.mvc.Controller
将参数中的值拷贝到对象的对应属性中 如 height参数拷贝到obj的height属性中 当prefix 为haha_的时候, haha_height会拷贝到obj的height属性中
paramToObj(T) - 类 中的方法org.docshare.mvc.Controller
将参数中的值拷贝到对象的对应属性中 如 height参数拷贝到obj的height属性中
paramWithDefaultInt(String, int) - 类 中的方法org.docshare.mvc.Controller
已过时。 
pk_column - 类 中的变量org.docshare.orm.ColumnDesc
 
pk_table - 类 中的变量org.docshare.orm.ColumnDesc
 
post(String, Map<String, Object>) - 类 中的静态方法org.docshare.util.HttpHelper
执行post请求,返回页面内容
post(String, Map<String, Object>, String) - 类 中的静态方法org.docshare.util.HttpHelper
执行post请求,返回页面内容
Poster - org.docshare.util中的类
 
Poster() - 类 的构造器org.docshare.util.Poster
 
PostgresDBHelper - org.docshare.orm.postgres中的类
 
PostgresDBHelper() - 类 的构造器org.docshare.orm.postgres.PostgresDBHelper
 
PostgresDelegate - org.docshare.orm.postgres中的类
 
PostgresDelegate() - 类 的构造器org.docshare.orm.postgres.PostgresDelegate
 
postProcess(String, Controller, Object) - 类 中的方法org.docshare.mvc.BasePostIntercepter
 
postProcess(String, Controller, Object) - 类 中的方法org.docshare.mvc.Interceptor
后处理程序
printColumnDesc() - 类 中的方法org.docshare.orm.LasyList
 
printHashMap(HashMap<?, ?>) - 类 中的静态方法org.docshare.util.FileTool
 
printParams(String, List<Object>) - 类 中的方法org.docshare.orm.DBHelper
 
printStackTrace(PrintStream) - 异常错误 中的方法org.docshare.mvc.except.MVCException
 
printStackTrace(PrintWriter) - 异常错误 中的方法org.docshare.mvc.except.MVCException
 
prop2StaticField(Properties, Class<?>) - 类 中的静态方法org.docshare.util.BeanUtil
 
propList(Object) - 类 中的静态方法org.docshare.util.BeanUtil
 
PropLoader - org.docshare.util中的类
 
PropLoader() - 类 的构造器org.docshare.util.PropLoader
 
PublicConstructorAccess - com.esotericsoftware.reflectasm中的类
 
PublicConstructorAccess() - 类 的构造器com.esotericsoftware.reflectasm.PublicConstructorAccess
 
put(String, Object, Object...) - 类 中的方法org.docshare.mvc.Controller
向request中放入数据,方便在jsp中使用getAttribute获取,或者 使用EL表达式读取
这个方法是MVC框架中使用频率非常高的一个方法。
put(String, Object) - 类 中的方法org.docshare.mvc.Controller
 
put(String, Class<?>) - 类 中的静态方法org.docshare.mvc.MethodAccessCacher
每次加载类都缓存器MethodAccess和Method,加速查找
put(String, Object) - 类 中的方法org.docshare.orm.Model
 
putAll(Map<? extends String, ? extends Object>) - 类 中的方法org.docshare.orm.Model
 
putIfNoExist(String, Class<?>) - 类 中的静态方法org.docshare.mvc.MethodAccessCacher
 
putListTable(String, LasyList) - 类 中的方法org.docshare.mvc.Controller
将列表以表格方式输出到name指定request变量中
putModelItem(Model) - 类 中的方法org.docshare.mvc.Controller
将model中的每个字段以单独的变量形式加入request中
putParam(String, Object) - 类 中的方法org.docshare.mvc.Controller
追加参数, 同样可以用param获取到最佳的参数

R

readAll(String, String) - 类 中的静态方法org.docshare.util.FileTool
读取文件内容,给定编码方式
readAll(InputStream, String) - 类 中的静态方法org.docshare.util.FileTool
根据输入流进行读取。
readAllBytes(String) - 类 中的静态方法org.docshare.util.TextTool
 
readAllCRLF(String) - 类 中的静态方法org.docshare.util.FileTool
读取文件中所有的内容,编码方式为GB2312 ,行为补充\r\n 该函数已过期
readBytes(String) - 类 中的静态方法org.docshare.util.FileTool
读取文件中所有的字节
readColumnDesc(String) - 类 中的方法org.docshare.orm.DBHelper
尝试从文件中存储预存的表结构 (仅应用与某些无法直接获取表结构的场景)
readLines(String, String) - 类 中的静态方法org.docshare.util.FileTool
 
readProperties(String) - 类 中的静态方法org.docshare.mvc.Config
 
readResource(String, String) - 类 中的静态方法org.docshare.util.FileTool
读取资源
readStream(InputStream) - 类 中的静态方法org.docshare.util.IOUtil
 
readStream(InputStream, String) - 类 中的静态方法org.docshare.util.IOUtil
 
reload_config - 类 中的静态变量org.docshare.mvc.Config
 
reloadable - 类 中的静态变量org.docshare.mvc.Config
是否打开实时Reload功能
Reloader - org.docshare.mvc中的类
重新加载修改的class文件
Reloader(String, String) - 类 的构造器org.docshare.mvc.Reloader
 
reloadPkg - 类 中的变量org.docshare.mvc.Reloader
 
remark - 类 中的变量org.docshare.orm.ColumnDesc
 
remark(String) - 类 中的方法org.docshare.orm.Model
 
remove(Object) - 类 中的方法org.docshare.orm.Model
删除某些字段 - 该函数不确保用户操作后数据存储操作还有效,但如果仅仅是为了输出,则可放心使用。
remove() - 类 中的方法org.docshare.orm.Model
 
removeApp(String) - 类 中的方法org.docshare.mvc.Controller
 
removeCookie(String) - 类 中的方法org.docshare.mvc.Controller
删除cookie
removeCRLF(String) - 类 中的静态方法org.docshare.util.TextTool
 
removeInterceptor(Interceptor) - 类 中的静态方法org.docshare.mvc.Config
 
removePostInterceptor(Interceptor) - 类 中的静态方法org.docshare.mvc.Config
 
removeSession(String) - 类 中的方法org.docshare.mvc.Controller
 
removeThreadLocal() - 类 中的静态方法org.docshare.orm.DBHelper
 
render() - 类 中的方法org.docshare.mvc.Controller
使用模板目录中对应的文件进行渲染
render(String) - 类 中的方法org.docshare.mvc.Controller
渲染一个模板,模板为参数view指定,这个路径是相对于配置中的template目录的。
renderForm(Model) - 类 中的方法org.docshare.mvc.Controller
 
renderForm(Model, String, String) - 类 中的方法org.docshare.mvc.Controller
 
renderFreeMarker(String) - 类 中的方法org.docshare.mvc.Controller
使用FreeMarker进行数据显示
reqBody() - 类 中的方法org.docshare.mvc.Controller
读取请求中的正文部分
request - 类 中的变量org.docshare.mvc.Controller
请求对象,同jsp中的request。
RequestHelper - org.docshare.util中的类
 
RequestHelper() - 类 的构造器org.docshare.util.RequestHelper
 
RequestMapping - org.docshare.mvc.anno中的注释类型
 
require(String, Object, String, String) - 类 中的方法org.docshare.mvc.Controller
限制当前Controller类中的所有方法的访问权限。
require(String, String) - 类 中的方法org.docshare.mvc.Controller
限制当前类所有方法的访问权限,一般在构造函数中调用。
Require() - 类 的构造器org.docshare.mvc.Controller.Require
 
response - 类 中的变量org.docshare.mvc.Controller
响应对象,同jsp中的response。
resultById(String, String, Object) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
resultById(String, String, Object) - 接口 中的方法org.docshare.orm.IDBDelegate
 
resultById(String, String, Object) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
resultById(String, String, Object) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
rewrite(String) - 类 中的方法org.docshare.mvc.Rewriter
规则匹配,重写url
Rewriter - org.docshare.mvc中的类
 
Rewriter(String) - 类 的构造器org.docshare.mvc.Rewriter
 
rollback() - 类 中的方法org.docshare.orm.access.AccessDelegate
 
rollback() - 类 中的方法org.docshare.orm.DBHelper
 
rollback() - 类 中的方法org.docshare.orm.DBTool
 
rollback() - 接口 中的方法org.docshare.orm.IDBDelegate
 
rollback() - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
rollback() - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
root - 类 中的变量org.docshare.mvc.Reloader
 
run(String, Object...) - 类 中的方法org.docshare.orm.DBTool
 
runInterceptors(String, Controller, MethodAccess, String, Method) - 类 中的方法org.docshare.mvc.Loader
执行所有拦截器
runMethod(Method) - 类 中的方法org.docshare.mvc.Controller
执行某个方法
runMethod(Object, MethodAccess, Method, HttpServletRequest, String) - 类 中的方法org.docshare.mvc.Loader
执行方法
runSQL(List<SQLConstains>, SQLConstains, SQLConstains, DBTool, String, String) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
runSQL(String) - 类 中的方法org.docshare.orm.access.AccessDelegate
已过时。
runSQL(String) - 接口 中的方法org.docshare.orm.IDBDelegate
 
runSQL(List<SQLConstains>, SQLConstains, SQLConstains, DBTool, String, String) - 接口 中的方法org.docshare.orm.IDBDelegate
 
runSQL(List<SQLConstains>, SQLConstains, SQLConstains, DBTool, String, String) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
runSQL(String) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
runSQL(List<SQLConstains>, DBTool, String) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
runSQL(List<SQLConstains>, SQLConstains, SQLConstains, DBTool, String, String) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
runSQL(String) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 

S

safelyClose(Closeable) - 类 中的静态方法org.docshare.util.FileTool
 
safelyClose(AutoCloseable) - 类 中的静态方法org.docshare.util.FileTool
 
save(DBTool, Model, String, boolean) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
save(Model) - 类 中的方法org.docshare.orm.DBTool
插入或保存数据。
save(Object, boolean) - 类 中的方法org.docshare.orm.DBTool
 
save(Object) - 类 中的方法org.docshare.orm.DBTool
 
save(Model, boolean) - 类 中的方法org.docshare.orm.DBTool
更新或保存数据。
save(DBTool, Model, String, boolean) - 接口 中的方法org.docshare.orm.IDBDelegate
 
save() - 类 中的方法org.docshare.orm.Model
保存当前对象,v2.3 以上加入的功能
save(DBTool, Model, String, boolean) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
save(DBTool, Model, String, boolean) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
saveAndRet(Model) - 类 中的方法org.docshare.orm.DBTool
 
saveBinMatrix(String, ArrayList<?>) - 类 中的静态方法org.docshare.util.FileTool
 
scan(String) - 类 中的方法org.docshare.mvc.Reloader
递归扫描目录
schema - 类 中的变量org.docshare.orm.DBHelper.TableInfo
 
sess(String) - 类 中的方法org.docshare.mvc.Controller
获取Session中key制定变量的值
sess(String, Object) - 类 中的方法org.docshare.mvc.Controller
设置Session中key变量的值为val
sessDouble(String) - 类 中的方法org.docshare.mvc.Controller
获取double类型session变量
sessInt(String) - 类 中的方法org.docshare.mvc.Controller
获取int类型session变量
session - 类 中的变量org.docshare.mvc.Controller
会话对象。
sessStr(String) - 类 中的方法org.docshare.mvc.Controller
获取String类型session变量
set(Object, String, Object) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
set(Object, int, Object) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
set(Object, String, Object) - 类 中的静态方法org.docshare.util.BeanUtil
 
setBoolean(Object, int, boolean) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setByte(Object, int, byte) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setChar(Object, int, char) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setDouble(Object, int, double) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setField(Field, Object, String) - 类 中的静态方法org.docshare.util.PropLoader
 
setFields(Field[]) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setFloat(Object, int, float) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setInt(Object, int, int) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setLong(Object, int, long) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setParam(String, String) - 类 中的方法org.docshare.mvc.Reloader
 
setReq(HttpServletRequest, HttpServletResponse) - 类 中的方法org.docshare.mvc.Controller
由过滤器调用这个方法来传送 request和response对象
setShort(Object, int, short) - 类 中的方法com.esotericsoftware.reflectasm.FieldAccess
 
setSingle(boolean) - 类 中的方法org.docshare.mvc.Controller
设置当前控制器为单例模式, 需要注意的是,只有不使用除了request、response、session之外的类变量的才可以使用单例。
showClass - 类 中的静态变量org.docshare.log.Log
 
size(List<SQLConstains>, DBTool, String) - 类 中的方法org.docshare.orm.access.AccessDelegate
 
size(List<SQLConstains>, DBTool, String) - 接口 中的方法org.docshare.orm.IDBDelegate
 
size() - 类 中的方法org.docshare.orm.LasyList
返回列表的大小,使用select count(*)的方式进行查询获取。
size() - 类 中的方法org.docshare.orm.Model
 
size(List<SQLConstains>, DBTool, String) - 类 中的方法org.docshare.orm.mysql.MySQLDelegate
 
size(List<SQLConstains>, DBTool, String) - 类 中的方法org.docshare.orm.postgres.PostgresDelegate
 
SQLConstains - org.docshare.orm中的类
 
SQLConstains(int, String, Object, Object) - 类 的构造器org.docshare.orm.SQLConstains
 
SQLConstains(int, String, Object) - 类 的构造器org.docshare.orm.SQLConstains
 
startThread(String) - 类 中的静态方法org.docshare.mvc.Reloader
 
StatementPool - org.docshare.orm中的类
语句池
StatementPool() - 类 的构造器org.docshare.orm.StatementPool
 
str() - 类 中的静态方法org.docshare.mvc.Config
 

T

T(String) - 类 中的方法org.docshare.mvc.Controller
获取tool对象
T(String) - 类 中的方法org.docshare.mvc.Reloader
 
table - 类 中的变量org.docshare.orm.ColumnDesc.ExportTo
 
TableInfo() - 类 的构造器org.docshare.orm.DBHelper.TableInfo
 
tb - 类 中的变量org.docshare.orm.ColumnDesc
 
tb - 类 中的变量org.docshare.orm.ColumnSave
 
tb2Name(String) - 类 中的静态方法org.docshare.orm.ConfigCreator
 
template - 类 中的静态变量org.docshare.mvc.Config
模板相对于WebRoot的目录路径
testRead() - 类 中的方法org.docshare.orm.ConfigCreator
 
TextTool - org.docshare.util中的类
 
TextTool() - 类 的构造器org.docshare.util.TextTool
 
toArrayList() - 类 中的方法org.docshare.orm.LasyList
 
toArrayList(Class<T>) - 类 中的方法org.docshare.orm.LasyList
将结果转换为对象数组
toMap(Object...) - 类 中的静态方法org.docshare.util.MapHelper
可变参数转hashmap
toObject(T) - 类 中的方法org.docshare.orm.Model
将数据拷贝到对象中
toObject(Class<T>) - 类 中的方法org.docshare.orm.Model
 
tool(String) - 类 中的静态方法org.docshare.orm.Model
 
toString() - 类 中的方法org.docshare.mvc.Interceptor
 
toString() - 类 中的方法org.docshare.orm.ColumnDesc
 
toString() - 类 中的方法org.docshare.orm.LasyList
 
toString() - 类 中的方法org.docshare.orm.Model
 
toString() - 类 中的方法org.docshare.orm.SQLConstains
 
toString() - 类 中的方法org.docshare.util.ZZ
 
touch(String) - 类 中的静态方法org.docshare.util.FileTool
 
tpl_base() - 类 中的静态方法org.docshare.mvc.Config
 
tpl_base(String) - 类 中的静态方法org.docshare.mvc.Config
 
tran() - 类 中的方法org.docshare.orm.DBTool
 
tryGetInputStream(String) - 类 中的方法org.docshare.mvc.Rewriter
 
txt2HTML(String) - 类 中的静态方法org.docshare.util.TextTool
 
type - 类 中的变量org.docshare.mvc.MethodAccessCacher.MyParam
 
type - 类 中的变量org.docshare.orm.ColumnDesc
 
type - 类 中的变量org.docshare.orm.DBHelper.TableInfo
 
type - 类 中的变量org.docshare.orm.SQLConstains
 
TYPE_CUSTOM - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_EQ - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_GT - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_GTE - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_ISNULL - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_LIKE - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_LIMIT - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_LT - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_LTE - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_MLIKE - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_NE - 类 中的静态变量org.docshare.orm.SQLConstains
 
TYPE_ORDER - 类 中的静态变量org.docshare.orm.SQLConstains
 
typeName - 类 中的变量org.docshare.orm.ColumnDesc
 

U

underLineToUpper(String) - 类 中的静态方法org.docshare.util.TextTool
下划线式的分割转 驼峰式 如: aa_bb 转 aaBb
update(String, Object...) - 类 中的方法org.docshare.orm.DBHelper
 
update() - 类 中的方法org.docshare.orm.Model
将此Model更新到数据库中
updateWithArray(String, Object[]) - 类 中的方法org.docshare.orm.DBHelper
 
updateWithArray(String, Object[]) - 类 中的方法org.docshare.orm.mysql.MySQLDBHelper
 
URLFilter - org.docshare.mvc中的接口
 
urlFilters - 类 中的静态变量org.docshare.mvc.Config
 
urlParam(String) - 类 中的方法org.docshare.mvc.Controller
应对一些url乱码
useCache - 类 中的静态变量org.docshare.orm.DBHelper
 
useConfigFile - 类 中的静态变量org.docshare.orm.DBHelper
是否需要尝试读取源文件根目录下的tbconfig目录下的表格式文件。
useSSL - 类 中的静态变量org.docshare.mvc.Config
是否使用SSL连接,默认为false

V

v(Object) - 类 中的静态方法org.docshare.log.Log
 
value - 类 中的变量org.docshare.mvc.Controller.Require
 
value - 类 中的变量org.docshare.orm.SQLConstains
 
value2 - 类 中的变量org.docshare.orm.SQLConstains
 
values() - 类 中的方法org.docshare.orm.Model
 
valueWrapper(String, Object, String) - 类 中的静态方法org.docshare.orm.ArrayTool
 

W

W(String) - 类 中的静态方法org.docshare.log.Log
 
w(String) - 类 中的静态方法org.docshare.log.Log
 
writeAll(String, String, String) - 类 中的静态方法org.docshare.util.FileTool
将所有内容写入文件中
writeAll(String, String) - 类 中的静态方法org.docshare.util.FileTool
已过时。
writeAll(OutputStream, String, String) - 类 中的静态方法org.docshare.util.FileTool
 
writeAll(InputStream, OutputStream) - 类 中的静态方法org.docshare.util.FileTool
 
writer - 类 中的变量org.docshare.mvc.Controller
输出对象,类似jsp中的out对象,但请优先使用output、outputJSON、downloadFile等函数。
writeUTF(String, String) - 类 中的静态方法org.docshare.util.FileTool
以utf-8编码进行写文件
writeUTFOLD(String, String) - 类 中的静态方法org.docshare.util.FileTool
已过时。

Z

ZZ - org.docshare.util中的类
 
ZZ() - 类 的构造器org.docshare.util.ZZ
 
A B C D E F G H I J K L M N O P R S T U V W Z 
跳过导航链接

Copyright © 2023. All rights reserved.