A B C D E F G H I J L M N P Q R S T U V 

A

Action - cn.naturemix.framework.annotation中的注释类型
Action 方法注解
addModel(String, Object) - 类 中的方法cn.naturemix.framework.bean.View
 
after(Class<?>, Method, Object[], Object) - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
AopHelper - cn.naturemix.framework.helper中的类
方法拦截助手类
AopHelper() - 类 的构造器cn.naturemix.framework.helper.AopHelper
 
APP_ASSET_PATH - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
APP_BASE_PACKAGE - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
APP_JSP_PATH - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
APP_UPLOAD_LIMIT - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
ArrayUtil - cn.naturemix.framework.util中的类
数组工具类
ArrayUtil() - 类 的构造器cn.naturemix.framework.util.ArrayUtil
 
Aspect - cn.naturemix.framework.annotation中的注释类型
Action 切面注解
AspectProxy - cn.naturemix.framework.proxy中的类
切面代理
AspectProxy() - 类 的构造器cn.naturemix.framework.proxy.AspectProxy
 

B

BEAN_MAP - 类 中的静态变量cn.naturemix.framework.helper.BeanHelper
定义 Bean 映射0(用于存放 Bean 类与 Bean 实例的映射关系)
BeanHelper - cn.naturemix.framework.helper中的类
Bean 助手类
BeanHelper() - 类 的构造器cn.naturemix.framework.helper.BeanHelper
 
before(Class<?>, Method, Object[]) - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
begin() - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
beginTransaction() - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
开启事务

C

castBoolean(Object) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为boolean型
castBoolean(Object, boolean) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为boolean型(提供默认值)
castDouble(Object) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为double型
castDouble(Object, double) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为double型(提供默认值)
castInt(Object) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
int转为型
castInt(Object, int) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为int型(提供默认值)
castLong(Object) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为long型
castLong(Object, long) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为long型(提供默认值)
castString(Object) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为String型
castString(Object, String) - 类 中的静态方法cn.naturemix.framework.util.CastUtil
转为String型(提供默认值)
CastUtil - cn.naturemix.framework.util中的类
转型操作工具类
CastUtil() - 类 的构造器cn.naturemix.framework.util.CastUtil
 
ClassHelper - cn.naturemix.framework.helper中的类
类操作助手类
ClassHelper() - 类 的构造器cn.naturemix.framework.helper.ClassHelper
 
ClassUtil - cn.naturemix.framework.util中的类
类操作工具类
ClassUtil() - 类 的构造器cn.naturemix.framework.util.ClassUtil
 
cn.naturemix.framework - 程序包 cn.naturemix.framework
 
cn.naturemix.framework.annotation - 程序包 cn.naturemix.framework.annotation
 
cn.naturemix.framework.bean - 程序包 cn.naturemix.framework.bean
 
cn.naturemix.framework.helper - 程序包 cn.naturemix.framework.helper
 
cn.naturemix.framework.proxy - 程序包 cn.naturemix.framework.proxy
 
cn.naturemix.framework.util - 程序包 cn.naturemix.framework.util
 
CodecUtil - cn.naturemix.framework.util中的类
编码与解码操作工具类
CodecUtil() - 类 的构造器cn.naturemix.framework.util.CodecUtil
 
CollectionUtil - cn.naturemix.framework.util中的类
 
CollectionUtil() - 类 的构造器cn.naturemix.framework.util.CollectionUtil
 
commitTransaction() - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
提交事务
Component - cn.naturemix.framework.annotation中的注释类型
控制器注解
CONFIG_FILE - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
ConfigConstant - cn.naturemix.framework中的接口
提供相关配置项常量
ConfigHelper - cn.naturemix.framework.helper中的类
属性文件助手类
ConfigHelper() - 类 的构造器cn.naturemix.framework.helper.ConfigHelper
 
Controller - cn.naturemix.framework.annotation中的注释类型
控制器注解
ControllerHelper - cn.naturemix.framework.helper中的类
控制器助手类
ControllerHelper() - 类 的构造器cn.naturemix.framework.helper.ControllerHelper
 
copyStream(InputStream, OutputStream) - 类 中的静态方法cn.naturemix.framework.util.StreamUtil
将输入流复制到输出流
createFile(String) - 类 中的静态方法cn.naturemix.framework.util.FileUtil
创建文件
createParam(HttpServletRequest) - 类 中的静态方法cn.naturemix.framework.helper.RequestHelper
创建请求对象
createParam(HttpServletRequest) - 类 中的静态方法cn.naturemix.framework.helper.UploadHelper
创建请求对象
creatProxu(Class<T>, List<Proxy>) - 类 中的静态方法cn.naturemix.framework.proxy.ProxyManager
 

D

Data - cn.naturemix.framework.bean中的类
返回数据对象
Data(Object) - 类 的构造器cn.naturemix.framework.bean.Data
 
DatabaseHelper - cn.naturemix.framework.helper中的类
数据库操作助手类
DatabaseHelper() - 类 的构造器cn.naturemix.framework.helper.DatabaseHelper
 
decodeURL(String) - 类 中的静态方法cn.naturemix.framework.util.CodecUtil
将 URL 编码
deleteEntity(Class<T>, long) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
删除实体
destroy() - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
销毁
DispatcherServlet - cn.naturemix.framework中的类
请求转发器
DispatcherServlet() - 类 的构造器cn.naturemix.framework.DispatcherServlet
 
doProxy(ProxyChain) - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
doProxy(ProxyChain) - 接口 中的方法cn.naturemix.framework.proxy.Proxy
执行链式代理
doProxy(ProxyChain) - 类 中的方法cn.naturemix.framework.proxy.TransactionProxy
 
doProxyChain() - 类 中的方法cn.naturemix.framework.proxy.ProxyChain
 

E

encodeURL(String) - 类 中的静态方法cn.naturemix.framework.util.CodecUtil
将 URL 编码
end() - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
equals(Object) - 类 中的方法cn.naturemix.framework.bean.Request
 
error(Class<?>, Method, Object[], Throwable) - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
executeQuery(String, Object...) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
执行查询语句
executeSqlFile(String) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
执行SQL文件
executeUpdate(String, Object...) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
执行更新语句(包括 insert,update,delete)

F

FileParam - cn.naturemix.framework.bean中的类
封装上传文件参数
FileParam(String, String, long, String, InputStream) - 类 的构造器cn.naturemix.framework.bean.FileParam
 
FileUtil - cn.naturemix.framework.util中的类
文件操作工具类
FileUtil() - 类 的构造器cn.naturemix.framework.util.FileUtil
 
FormParam - cn.naturemix.framework.bean中的类
封装表单参数
FormParam(String, Object) - 类 的构造器cn.naturemix.framework.bean.FormParam
 
fromJson(String, Class<T>) - 类 中的静态方法cn.naturemix.framework.util.JsonUtil
将 JSON 转为 POJO

G

getActionMethod() - 类 中的方法cn.naturemix.framework.bean.Handler
 
getAppAssetPath() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取应用静态资源路径
getAppBasePackage() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取应用基础包名
getAppJspPath() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取应用 JSP 路径
getAppUploadLimit() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取应用文件上传限制
getBean(Class<T>) - 类 中的静态方法cn.naturemix.framework.helper.BeanHelper
获取 Bean 实例
getBeanClassSet() - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下所有 Bean 类(包括:Service,Controller 等)
getBeanMap() - 类 中的静态方法cn.naturemix.framework.helper.BeanHelper
获取Bean映射
getBoolean(String) - 类 中的方法cn.naturemix.framework.bean.Param
根据参数名获取boolean型参数值
getBoolean(String) - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
 
getBoolean(Properties, String) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
获取布尔型属性(默认值为false)
getBoolean(Properties, String, Boolean) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
获取布尔型属性(可指定默认值)
getClassLoader() - 类 中的静态方法cn.naturemix.framework.util.ClassUtil
获取加载器
getClassSet() - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下的所有类
getClassSet(String) - 类 中的静态方法cn.naturemix.framework.util.ClassUtil
获取指定包名下的所有类
getClassSetByAnnotation(Class<? extends Annotation>) - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下带有某注解的所有类
getClassSetBySuper(Class<?>) - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下某父类(或接口)的所有子类(或实现类)
getConnection() - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
获取数据库连接
getContentType() - 类 中的方法cn.naturemix.framework.bean.FileParam
 
getControllerClass() - 类 中的方法cn.naturemix.framework.bean.Handler
 
getControllerClassSet() - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下所有 Controller 类
getDataSource() - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
获取数据源
getDouble(String) - 类 中的方法cn.naturemix.framework.bean.Param
根据参数名获取double型参数值
getFieldMap() - 类 中的方法cn.naturemix.framework.bean.Param
获取请求参数映射
getFieldName() - 类 中的方法cn.naturemix.framework.bean.FormParam
 
getFieldValue() - 类 中的方法cn.naturemix.framework.bean.FormParam
 
getFile(String) - 类 中的方法cn.naturemix.framework.bean.Param
获取唯一上传文件
getFiledName() - 类 中的方法cn.naturemix.framework.bean.FileParam
 
getFileList(String) - 类 中的方法cn.naturemix.framework.bean.Param
获取所有上传文件
getFileMap() - 类 中的方法cn.naturemix.framework.bean.Param
获取上传文件映射
getFileName() - 类 中的方法cn.naturemix.framework.bean.FileParam
 
getFileSize() - 类 中的方法cn.naturemix.framework.bean.FileParam
 
getHandler(String, String) - 类 中的静态方法cn.naturemix.framework.helper.ControllerHelper
获取 Handler
getInputStream() - 类 中的方法cn.naturemix.framework.bean.FileParam
 
getInt(String) - 类 中的方法cn.naturemix.framework.bean.Param
根据参数名获取double型参数值
getInt(String) - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
 
getInt(Properties, String) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
获取数值型属性(默认值为0)
getInt(Properties, String, int) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
获取数值型属性(可指定默认值)
getJdbcDriver() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取JDBC驱动
getJdbcPassword() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取JDBC密码
getJdbcUrl() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取JDBC URL
getJdbcUsername() - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
获取JDBC用户名
getLong(String) - 类 中的方法cn.naturemix.framework.bean.Param
根据参数名获取 long 型参数值
getMap() - 类 中的方法cn.naturemix.framework.bean.Param
获取所有字段信息
getMethodParams() - 类 中的方法cn.naturemix.framework.proxy.ProxyChain
 
getModel() - 类 中的方法cn.naturemix.framework.bean.Data
 
getModel() - 类 中的方法cn.naturemix.framework.bean.View
 
getPath() - 类 中的方法cn.naturemix.framework.bean.View
 
getRealFileName(String) - 类 中的静态方法cn.naturemix.framework.util.FileUtil
获取真实文件名
getRequest() - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
获取Request对象
getRequestAttribute(String) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
从Request中获取属性
getRequestMethod() - 类 中的方法cn.naturemix.framework.bean.Request
 
getRequestPath() - 类 中的方法cn.naturemix.framework.bean.Request
 
getResponse() - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
获取Response对象
getServiceClassSet() - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下所有 Service 类
getServletContext() - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
获取ServletContext对象
getSession() - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
获取Session对象
getSessionAttribute(String) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
从Session中获取属性
getSpringBeanClassSet() - 类 中的静态方法cn.naturemix.framework.helper.ClassHelper
获取应用包名下所有 Spring Bean 类
getString(String) - 类 中的方法cn.naturemix.framework.bean.Param
根据参数名获取String型参数值
getString(String) - 类 中的静态方法cn.naturemix.framework.helper.ConfigHelper
 
getString(Properties, String) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
获取字符型属性(默认值为空客串)
getString(Properties, String, String) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
获取字符型属性(可指定默认值)
getString(InputStream) - 类 中的静态方法cn.naturemix.framework.util.StreamUtil
从输入流中获取字符串
getTableName(Class<?>) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
获得需要操作的表名
getTargetClass() - 类 中的方法cn.naturemix.framework.proxy.ProxyChain
 
getTargetMethod() - 类 中的方法cn.naturemix.framework.proxy.ProxyChain
 
getTargetObject() - 类 中的方法cn.naturemix.framework.proxy.ProxyChain
 

H

Handler - cn.naturemix.framework.bean中的类
封装Action信息
Handler(Class<?>, Method) - 类 的构造器cn.naturemix.framework.bean.Handler
 
hashCode() - 类 中的方法cn.naturemix.framework.bean.Request
 
HelperLoader - cn.naturemix.framework中的类
加载相应的 Helper 类
HelperLoader() - 类 的构造器cn.naturemix.framework.HelperLoader
 

I

init(ServletConfig) - 类 中的方法cn.naturemix.framework.DispatcherServlet
 
init(HttpServletRequest, HttpServletResponse) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
初始化
init(ServletContext) - 类 中的静态方法cn.naturemix.framework.helper.UploadHelper
初始化
init() - 类 中的静态方法cn.naturemix.framework.HelperLoader
 
Inject - cn.naturemix.framework.annotation中的注释类型
依赖注入注解
insertEntity(Class<T>, Map<String, Object>) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
插入实体
intercept(Class<?>, Method, Object[]) - 类 中的方法cn.naturemix.framework.proxy.AspectProxy
 
invalidateSession() - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
使用Session失效
invokeMethod(Object, Method, Object...) - 类 中的静态方法cn.naturemix.framework.util.ReflectionUtil
调用方法
IocHelper - cn.naturemix.framework.helper中的类
依赖注入助手类
IocHelper() - 类 的构造器cn.naturemix.framework.helper.IocHelper
 
isEmpty() - 类 中的方法cn.naturemix.framework.bean.Param
验证参数是否为空
isEmpty(Object[]) - 类 中的静态方法cn.naturemix.framework.util.ArrayUtil
判断数组是否为空
isEmpty(Collection<?>) - 类 中的静态方法cn.naturemix.framework.util.CollectionUtil
判断Collection 是否为空
isEmpty(Map<?, ?>) - 类 中的静态方法cn.naturemix.framework.util.CollectionUtil
判断Map 是否为空
isEmpty(String) - 类 中的静态方法cn.naturemix.framework.util.StringUtil
判断字符串是否为空
isMultipart(HttpServletRequest) - 类 中的静态方法cn.naturemix.framework.helper.UploadHelper
判断请求是否为multipart类型
isNotEmpty(Object[]) - 类 中的静态方法cn.naturemix.framework.util.ArrayUtil
判断数组是否非空
isNotEmpty(Collection<?>) - 类 中的静态方法cn.naturemix.framework.util.CollectionUtil
判断Collection 是否非空
isNotEmpty(Map<?, ?>) - 类 中的静态方法cn.naturemix.framework.util.CollectionUtil
判断Map 是否非空
isNotEmpty(String) - 类 中的静态方法cn.naturemix.framework.util.StringUtil
判断字符串是否非空

J

JDBC_DRIVER - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
JDBC_PASSWORD - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
JDBC_URL - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
JDBC_USERNAME - 接口 中的静态变量cn.naturemix.framework.ConfigConstant
 
JsonUtil - cn.naturemix.framework.util中的类
JSON 工具类
JsonUtil() - 类 的构造器cn.naturemix.framework.util.JsonUtil
 

L

loadClass(String, boolean) - 类 中的静态方法cn.naturemix.framework.util.ClassUtil
加载类
loadClass(String) - 类 中的静态方法cn.naturemix.framework.util.ClassUtil
加载类(默认将初始化类)
loadProps(String) - 类 中的静态方法cn.naturemix.framework.util.PropsUtil
加载属性文件

M

md5(String) - 类 中的静态方法cn.naturemix.framework.util.CodecUtil
MD5加密

N

newInstance(Class<?>) - 类 中的静态方法cn.naturemix.framework.util.ReflectionUtil
创建实例
newInstance(String) - 类 中的静态方法cn.naturemix.framework.util.ReflectionUtil
 

P

Param - cn.naturemix.framework.bean中的类
请求参数对象
Param(List<FormParam>) - 类 的构造器cn.naturemix.framework.bean.Param
 
Param(List<FormParam>, List<FileParam>) - 类 的构造器cn.naturemix.framework.bean.Param
 
Param(Map<String, Object>) - 类 的构造器cn.naturemix.framework.bean.Param
 
PropsUtil - cn.naturemix.framework.util中的类
属性文件工具类
PropsUtil() - 类 的构造器cn.naturemix.framework.util.PropsUtil
 
Proxy - cn.naturemix.framework.proxy中的接口
代理接口
ProxyChain - cn.naturemix.framework.proxy中的类
代理链
ProxyChain(Class<?>, Object, Method, MethodProxy, Object[], List<Proxy>) - 类 的构造器cn.naturemix.framework.proxy.ProxyChain
 
ProxyManager - cn.naturemix.framework.proxy中的类
代理管理器
ProxyManager() - 类 的构造器cn.naturemix.framework.proxy.ProxyManager
 

Q

queryEntity(Class<T>, String, Object...) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
查询单个实体
queryEntityList(Class<T>, String, Object...) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
查询实体表

R

ReflectionUtil - cn.naturemix.framework.util中的类
反射工具类
ReflectionUtil() - 类 的构造器cn.naturemix.framework.util.ReflectionUtil
 
removeRequestAttribute(String) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
从Request中移除属性
removeSessionAttribute(String) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
从Session中移除属性
Request - cn.naturemix.framework.bean中的类
封装请求信息
Request(String, String) - 类 的构造器cn.naturemix.framework.bean.Request
 
RequestHelper - cn.naturemix.framework.helper中的类
请求助手类
RequestHelper() - 类 的构造器cn.naturemix.framework.helper.RequestHelper
 
rollbackTransaction() - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
回滚事务

S

sendRedirect(String) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
发送重定向响应
SEPARATOR - 类 中的静态变量cn.naturemix.framework.util.StringUtil
字符串分隔符
Service - cn.naturemix.framework.annotation中的注释类型
服务类注解
service(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.naturemix.framework.DispatcherServlet
 
ServletHelper - cn.naturemix.framework.helper中的类
Servlet助手类
setBean(Class<?>, Object) - 类 中的静态方法cn.naturemix.framework.helper.BeanHelper
设置Bean实例
setField(Object, Field, Object) - 类 中的静态方法cn.naturemix.framework.util.ReflectionUtil
设置成员变量的值
setRequestAttribute(String, Object) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
将属性放入Request中
setSessionAttribute(String, Object) - 类 中的静态方法cn.naturemix.framework.helper.ServletHelper
将属性放入Session中
splitString(String, String) - 类 中的静态方法cn.naturemix.framework.util.StringUtil
分割固定格式的客串
StreamUtil - cn.naturemix.framework.util中的类
流操作工具类
StreamUtil() - 类 的构造器cn.naturemix.framework.util.StreamUtil
 
StringUtil - cn.naturemix.framework.util中的类
字符串工具类
StringUtil() - 类 的构造器cn.naturemix.framework.util.StringUtil
 

T

toJson(T) - 类 中的静态方法cn.naturemix.framework.util.JsonUtil
将 POJO 转为 JSON
Transaction - cn.naturemix.framework.annotation中的注释类型
定义需要事务控制的方法
TransactionProxy - cn.naturemix.framework.proxy中的类
 
TransactionProxy() - 类 的构造器cn.naturemix.framework.proxy.TransactionProxy
 

U

updateEntity(Class<T>, long, Map<String, Object>) - 类 中的静态方法cn.naturemix.framework.helper.DatabaseHelper
更新实体
uploadFile(String, FileParam) - 类 中的静态方法cn.naturemix.framework.helper.UploadHelper
上传文件
uploadFile(String, List<FileParam>) - 类 中的静态方法cn.naturemix.framework.helper.UploadHelper
批量上传文件
UploadHelper - cn.naturemix.framework.helper中的类
文件上传助手类
UploadHelper() - 类 的构造器cn.naturemix.framework.helper.UploadHelper
 

V

View - cn.naturemix.framework.bean中的类
返回视图对象
View(String) - 类 的构造器cn.naturemix.framework.bean.View
 
A B C D E F G H I J L M N P Q R S T U V 

Copyright © 2017. All rights reserved.