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

A

apply(JSONSerializer, Object, String) - 类 中的方法com.mg.framework.log.FastjsonSimpleFilter
过滤延迟加载等不需要被序列化的属性,主要是应用于Hibernate的代理和管理。
apply(Object, String, Object) - 类 中的方法com.mg.framework.log.FastjsonSimpleFilter
 

B

BaseInnerEnum - com.mg.framework.model中的类
内部枚举基类(试点).
BaseInnerEnum() - 类 的构造器com.mg.framework.model.BaseInnerEnum
构造方法.
BaseInnerEnum(int, String) - 类 的构造器com.mg.framework.model.BaseInnerEnum
构造方法.
BUFFER_SIZE - 类 中的静态变量com.mg.framework.sys.StringHttpMessageConverter
 

C

CacheProvider - com.mg.framework.cache中的接口
缓存支持接口
classToTableName(String) - 类 中的方法com.mg.framework.sys.JPAImprovedNamingStrategy
 
clear() - 接口 中的方法com.mg.framework.cache.CacheProvider
清除所有的cache
clear() - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
clear() - 类 中的方法com.mg.framework.cache.SimpleCacheProvider
 
collectionTableName(String, String, String, String, String) - 类 中的方法com.mg.framework.sys.JPAImprovedNamingStrategy
 
com.mg.framework.cache - 程序包 com.mg.framework.cache
 
com.mg.framework.exception - 程序包 com.mg.framework.exception
 
com.mg.framework.log - 程序包 com.mg.framework.log
 
com.mg.framework.model - 程序包 com.mg.framework.model
 
com.mg.framework.sys - 程序包 com.mg.framework.sys
 
com.mg.framework.utils - 程序包 com.mg.framework.utils
 
Constants - com.mg.framework.log中的类
 
Constants() - 类 的构造器com.mg.framework.log.Constants
 
ContextLookup - com.mg.framework.log中的类
Since RevisionListener is instantiated by a constructor in Envers, you have to find another way to retrieve a handle to a Spring managed bean.
ContextLookup() - 类 的构造器com.mg.framework.log.ContextLookup
 
CURRENT_USER - 类 中的静态变量com.mg.framework.log.Constants
当前用户常量
CURRENT_USER_OBJECT - 类 中的静态变量com.mg.framework.log.Constants
当前用户能访问的url
CURRENT_USER_URLS - 类 中的静态变量com.mg.framework.log.Constants
当前用户能访问的url
CURRENT_USER_URLS_ALL - 类 中的静态变量com.mg.framework.log.Constants
当前用户能访问的url

E

EhcacheCacheProvider - com.mg.framework.cache中的类
ehcache cache provider
EhcacheCacheProvider() - 类 的构造器com.mg.framework.cache.EhcacheCacheProvider
 
entityToJson(Object) - 类 中的静态方法com.mg.framework.utils.JsonResponse
将实体类对象转换为json格式字符串.
entityToJsonFull(Object, String) - 类 中的静态方法com.mg.framework.utils.JsonResponse
完整的输出json对象,所有对象只要引用到了都将重复出现。
entityToJsonFullSimple(Object, String) - 类 中的静态方法com.mg.framework.utils.JsonResponse
完整的输出json对象,所有对象只要引用到了都将重复出现。
entityToJsonSimple(Object) - 类 中的静态方法com.mg.framework.utils.JsonResponse
将实体类对象转换为json格式字符串(不再将驼峰转换为下划线).
ENUM(String) - 类 中的方法com.mg.framework.model.BaseInnerEnum
快捷构造枚举的静态方法.
ENUM(int, String) - 类 中的方法com.mg.framework.model.BaseInnerEnum
快速构造枚举的静态方法.
EnumFactory - com.mg.framework.utils中的类
内部枚举的工厂类,仅提供给内部使用。
ERROR - 类 中的静态变量com.mg.framework.log.ResponseBody
 
error(int, String) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
error(int, String, Object) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
ExceptionHandler - com.mg.framework.exception中的类
 
ExceptionHandler() - 类 的构造器com.mg.framework.exception.ExceptionHandler
 
excludeObjectClassName - 类 中的变量com.mg.framework.log.FastjsonSimpleFilter
 
excludeObjectNames - 类 中的变量com.mg.framework.log.FastjsonSimpleFilter
 

F

FastjsonFilter - com.mg.framework.log中的类
Fastjson的过滤方法. 2014-8-29重构,将驼峰命名法单独保留,剩余的过滤方法全部移入 FastjsonSimpleFilter 中。
FastjsonFilter() - 类 的构造器com.mg.framework.log.FastjsonFilter
 
FastjsonFilter(String) - 类 的构造器com.mg.framework.log.FastjsonFilter
传入需要过滤的类和属性
FastjsonFilter(String[]) - 类 的构造器com.mg.framework.log.FastjsonFilter
 
FastjsonSimpleFilter - com.mg.framework.log中的类
 
FastjsonSimpleFilter() - 类 的构造器com.mg.framework.log.FastjsonSimpleFilter
 
FastjsonSimpleFilter(String) - 类 的构造器com.mg.framework.log.FastjsonSimpleFilter
传入需要过滤的类和属性
FastjsonSimpleFilter(String[]) - 类 的构造器com.mg.framework.log.FastjsonSimpleFilter
传入需要过滤的类和属性
foreignKeyColumnName(String, String, String, String) - 类 中的方法com.mg.framework.sys.JPAImprovedNamingStrategy
 

G

get(String) - 接口 中的方法com.mg.framework.cache.CacheProvider
获取放在cache中的内容
get(String) - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
get(String) - 类 中的方法com.mg.framework.cache.SimpleCacheProvider
 
getApplicationContext() - 类 中的静态方法com.mg.framework.log.ContextLookup
 
getApplicationContext() - 类 中的静态方法com.mg.framework.sys.MgApplicationContext
 
getBean(String) - 类 中的静态方法com.mg.framework.log.ContextLookup
 
getBean(Class<T>) - 类 中的静态方法com.mg.framework.log.ContextLookup
 
getBean(Class<T>) - 类 中的静态方法com.mg.framework.sys.MgApplicationContext
 
getCacheName() - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
getConfig(String) - 类 中的静态方法com.mg.framework.sys.PropertyConfigurer
 
getConfigLocation() - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
getConfigurer() - 类 中的静态方法com.mg.framework.sys.PropertyConfigurer
 
getContextProperty(String) - 类 中的静态方法com.mg.framework.sys.PropertyConfigurer
 
getData() - 类 中的方法com.mg.framework.log.ResponseBody
 
getEnum(int) - 类 中的方法com.mg.framework.model.BaseInnerEnum
根据数字类型的key获得枚举对象
getEnum(String) - 类 中的方法com.mg.framework.model.BaseInnerEnum
根据枚举显示名称获取枚举对象
getEnum(Class<? extends BaseInnerEnum>) - 类 中的静态方法com.mg.framework.utils.EnumFactory
根据class类型获取内部枚举对象,如果对象不存在,就new一个。
getEnumId(Class<? extends BaseInnerEnum>, String) - 类 中的静态方法com.mg.framework.utils.EnumFactory
 
getEnumMap() - 类 中的方法com.mg.framework.model.BaseInnerEnum
获得枚举类的所有枚举值map
getEnumMap(Class<? extends BaseInnerEnum>) - 类 中的静态方法com.mg.framework.utils.EnumFactory
根据class类型获取内部枚举map值,用于前端列出所有候选项
getEnumName(Class<? extends BaseInnerEnum>, int) - 类 中的静态方法com.mg.framework.utils.EnumFactory
 
getEnumOrginMapKeyName() - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
getEnumOrginMapNameKey() - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
getErrorCode() - 类 中的方法com.mg.framework.log.ResponseBody
 
getErrorText() - 类 中的方法com.mg.framework.log.ResponseBody
 
getId(String) - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
getId() - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
getInstance() - 类 中的静态方法com.mg.framework.cache.SimpleCacheProvider
 
getJsonBody(HttpServletRequest) - 类 中的静态方法com.mg.framework.utils.WebUtil
从requst中获取json数据 请求类型:POST
getJsonBody(HttpServletRequest, Class<T>) - 类 中的静态方法com.mg.framework.utils.WebUtil
 
getName(int) - 类 中的方法com.mg.framework.model.BaseInnerEnum
根据数字类型的key获得枚举显示名称
getName() - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
getRequstBody(HttpServletRequest, Class<T>) - 类 中的静态方法com.mg.framework.utils.WebUtil
请求参数转换成对应bean 请求类型:GET
getStackTrace(Throwable) - 类 中的静态方法com.mg.framework.exception.ExceptionHandler
 
getSuccessText() - 类 中的方法com.mg.framework.log.ResponseBody
 

H

htmlEncode(String) - 类 中的静态方法com.mg.framework.exception.ExceptionHandler
 

I

id - 类 中的变量com.mg.framework.model.BaseInnerEnum
主键,即key值
isMatchExcludeObjectAndName(Object, String) - 类 中的方法com.mg.framework.log.FastjsonSimpleFilter
 

J

JPAImprovedNamingStrategy - com.mg.framework.sys中的类
 
JPAImprovedNamingStrategy() - 类 的构造器com.mg.framework.sys.JPAImprovedNamingStrategy
 
JsonResponse - com.mg.framework.utils中的类
 
JsonResponse() - 类 的构造器com.mg.framework.utils.JsonResponse
 

L

logger - 类 中的变量com.mg.framework.sys.JPAImprovedNamingStrategy
 

M

MgApplicationContext - com.mg.framework.sys中的类
MgApplicationContext web容器
MgApplicationContext() - 类 的构造器com.mg.framework.sys.MgApplicationContext
 

N

name - 类 中的变量com.mg.framework.model.BaseInnerEnum
显示名称,即value值

P

postCacheManager() - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
process(Object, String, Object) - 类 中的方法com.mg.framework.log.FastjsonFilter
驼峰格式字符串 转换成 下划线格式字符串
processExtra(Object, String, Object) - 类 中的方法com.mg.framework.log.FastjsonSimpleFilter
下划线格式字符串转换成驼峰格式字符串
processProperties(ConfigurableListableBeanFactory, Properties) - 类 中的方法com.mg.framework.sys.PropertyConfigurer
 
PropertyConfigurer - com.mg.framework.sys中的类
缓存所有配置数据的辅助类.
PropertyConfigurer() - 类 的构造器com.mg.framework.sys.PropertyConfigurer
 
propertyToColumnName(String) - 类 中的方法com.mg.framework.sys.JPAImprovedNamingStrategy
 
put(String, Serializable) - 接口 中的方法com.mg.framework.cache.CacheProvider
放入cache中
put(String, Serializable) - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
put(String, Serializable) - 类 中的方法com.mg.framework.cache.SimpleCacheProvider
 
putEnum(Class<? extends BaseInnerEnum>, int, String) - 类 中的静态方法com.mg.framework.utils.EnumFactory
 

R

register(BaseInnerEnum) - 类 中的静态方法com.mg.framework.utils.EnumFactory
注册内部枚举类,一个注册一次就行了。
relations - 类 中的变量com.mg.framework.log.FastjsonSimpleFilter
 
remove(String) - 接口 中的方法com.mg.framework.cache.CacheProvider
清除cache中对应的值
remove(String) - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
remove(String) - 类 中的方法com.mg.framework.cache.SimpleCacheProvider
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法com.mg.framework.exception.ExceptionHandler
 
ResponseBody<T> - com.mg.framework.log中的类
封装接口相应对象
ResponseBody() - 类 的构造器com.mg.framework.log.ResponseBody
 
ResponseBody(int, String, T) - 类 的构造器com.mg.framework.log.ResponseBody
 

S

ServiceException - com.mg.framework.exception中的异常错误
抛出运行时异常
ServiceException() - 异常错误 的构造器com.mg.framework.exception.ServiceException
 
ServiceException(String) - 异常错误 的构造器com.mg.framework.exception.ServiceException
 
ServiceException(String, Throwable) - 异常错误 的构造器com.mg.framework.exception.ServiceException
 
ServiceException(Throwable) - 异常错误 的构造器com.mg.framework.exception.ServiceException
 
ServiceException(String, Object...) - 异常错误 的构造器com.mg.framework.exception.ServiceException
采用String.format方式格式化message(非MessageFormat.format方式)
setApplicationContext(ApplicationContext) - 类 中的方法com.mg.framework.log.ContextLookup
 
setApplicationContext(ApplicationContext) - 类 中的方法com.mg.framework.sys.MgApplicationContext
 
setCacheName(String) - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
setConfigLocation(Resource) - 类 中的方法com.mg.framework.cache.EhcacheCacheProvider
 
setContext(ApplicationContext) - 类 中的静态方法com.mg.framework.log.ContextLookup
 
setData(T) - 类 中的方法com.mg.framework.log.ResponseBody
 
setErrorCode(int) - 类 中的方法com.mg.framework.log.ResponseBody
 
setErrorText(String) - 类 中的方法com.mg.framework.log.ResponseBody
 
setId(int) - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
setName(String) - 类 中的方法com.mg.framework.model.BaseInnerEnum
 
setSuccessText(String) - 类 中的方法com.mg.framework.log.ResponseBody
 
SimpleCacheProvider - com.mg.framework.cache中的类
simple cache provider use map
SimpleCacheProvider() - 类 的构造器com.mg.framework.cache.SimpleCacheProvider
 
StringHttpMessageConverter - com.mg.framework.sys中的类
 
StringHttpMessageConverter() - 类 的构造器com.mg.framework.sys.StringHttpMessageConverter
 
StringHttpMessageConverter(Charset) - 类 的构造器com.mg.framework.sys.StringHttpMessageConverter
 
SUCCESS - 类 中的静态变量com.mg.framework.log.ResponseBody
 
success(Object, boolean, String[], boolean) - 类 中的静态方法com.mg.framework.utils.JsonResponse
逻辑上表示成功,组合成需要返回的JSON字符串
success() - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
success(Object) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
success(Object, String[]) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
successMessage(String) - 类 中的静态方法com.mg.framework.utils.JsonResponse
如果后台只是想让前台弹出一个成功的提示框,没有别的数据给前台,可以直接使用此函数 前台会有拦截器拦截具有successText字符串的相应
successMessage(String, Object) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
successMessage(String, Object, String[]) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
successWithDate(Object, String) - 类 中的静态方法com.mg.framework.utils.JsonResponse
转json 自定义日期类型的转化

T

TENANT_COMPANY - 类 中的静态变量com.mg.framework.log.Constants
多实例的公司名称
TENANT_ID - 类 中的静态变量com.mg.framework.log.Constants
多实例的唯一标识
toJson(Object, String[]) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
toJson(Object, boolean, String[], boolean) - 类 中的静态方法com.mg.framework.utils.JsonResponse
 
toString() - 类 中的方法com.mg.framework.log.ResponseBody
 

U

UTF8 - 类 中的静态变量com.mg.framework.sys.StringHttpMessageConverter
 

W

WebUtil - com.mg.framework.utils中的类
 
WebUtil() - 类 的构造器com.mg.framework.utils.WebUtil
 
writeInternal(String, HttpOutputMessage) - 类 中的方法com.mg.framework.sys.StringHttpMessageConverter
 
A B C E F G H I J L M N P R S T U W 
跳过导航链接

Copyright © 2019. All rights reserved.