- BARCODE - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BASE - 类 中的静态变量com.seeyon.ctp.common.urlshortener.URLGenerator
-
- BASE_OFFICETRANS - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BASE_REPORT - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BaseBO - com.seeyon.ctp.common.bo中的类
-
- BaseBO() - 类 的构造器com.seeyon.ctp.common.bo.BaseBO
-
- BaseController - com.seeyon.ctp.common.controller中的类
-
Multiaction Controller的基类.
- BaseController() - 类 的构造器com.seeyon.ctp.common.controller.BaseController
-
- BaseController.AccessPolicy - com.seeyon.ctp.common.controller中的类
-
- BaseController.NeedlessLoginBean - com.seeyon.ctp.common.controller中的类
-
- BaseController.WeekPwdCheckBean - com.seeyon.ctp.common.controller中的类
-
- BaseDao<T> - com.seeyon.ctp.common.dao中的类
-
A8 Hibernate DAO的基础框架,提供了基础了CRUD,包括分页
- BaseDao() - 类 的构造器com.seeyon.ctp.common.dao.BaseDao
-
在构造函数中将泛型T.class赋给entityClass
- BaseFormulas - com.seeyon.ctp.common.formula中的类
-
- BaseFormulas() - 类 的构造器com.seeyon.ctp.common.formula.BaseFormulas
-
- BaseHibernateDao<T> - com.seeyon.ctp.common.dao中的类
-
Hibernate Entity Dao基类.
- BaseHibernateDao() - 类 的构造器com.seeyon.ctp.common.dao.BaseHibernateDao
-
- BaseModel - com.seeyon.v3x.common.domain中的类
-
- BaseModel() - 类 的构造器com.seeyon.v3x.common.domain.BaseModel
-
- BasePO - com.seeyon.ctp.common.po中的类
-
Title: T1开发框架
Description: PO基类
Copyright: Copyright (c) 2012
Company: seeyon.com
- BasePO() - 类 的构造器com.seeyon.ctp.common.po.BasePO
-
- BasePoll - com.seeyon.ctp.polling.model中的类
-
轮询对象基类
- BasePollMessage - com.seeyon.ctp.polling.message中的类
-
消息的基类
长轮询监听的消息基类
建议此消息不易过大(考虑高并发场景,目前后台需要缓存最多3分钟)
- BasePollMessage(String, String, Object) - 类 的构造器com.seeyon.ctp.polling.message.BasePollMessage
-
- BaseTransSecurityService - com.seeyon.ctp.security.trans中的接口
-
- BaseTransSecurityServiceImpl - com.seeyon.ctp.security.trans中的类
-
- BaseTransSecurityServiceImpl() - 类 的构造器com.seeyon.ctp.security.trans.BaseTransSecurityServiceImpl
-
- batch1Prepare(String) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
准备需要批量执行更新的Prepared SQL,使用例子如下:
JDBCAgent dba = new JDBCAgent();
dba.batch1Prepare("insert into xxx value(?
- batch2Add(List) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
添加要执行Prepared SQL的数据参数列表,使用例子如下:
JDBCAgent dba = new JDBCAgent();
dba.batch1Prepare("insert into xxx value(?
- batch3Execute() - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
执行批量的Prepared SQL,使用例子如下:
JDBCAgent dba = new JDBCAgent();
dba.batch1Prepare("insert into xxx value(?
- batch_size - 类 中的静态变量com.seeyon.ctp.util.DBAgent
-
- batchDownLoadFile(BatchDownloadPo) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.FileManager
-
- batchDownLoadFile(BatchDownloadPo) - 类 中的方法com.seeyon.ctp.common.filemanager.manager.FileManagerImpl
-
批量下载方法入口
- BatchDownloadPo - com.seeyon.ctp.common.filemanager.po中的类
-
- BatchDownloadPo() - 类 的构造器com.seeyon.ctp.common.filemanager.po.BatchDownloadPo
-
- batchExecute(String, List<List<Object>>) - 类 中的方法com.seeyon.ctp.common.dao.JDBCBaseDao
-
- BatchLoadLocks<K extends java.io.Serializable,V extends java.io.Serializable> - com.seeyon.ctp.component.cache.generic中的类
-
- BatchLoadLocks() - 类 的构造器com.seeyon.ctp.component.cache.generic.BatchLoadLocks
-
- BatchLoadLocks.ILoadDataByKey<K,V> - com.seeyon.ctp.component.cache.generic中的接口
-
- BatchLoadLocks.ILoadDataByKeys<K,V> - com.seeyon.ctp.component.cache.generic中的接口
-
- batchManual2Add(List) - 类 中的方法com.seeyon.ctp.util.JDBCAgent
-
- BatchNotification - com.seeyon.ctp.cluster.notification中的类
-
复合通知,用于一次请求发送多个通知。
- BatchNotification() - 类 的构造器com.seeyon.ctp.cluster.notification.BatchNotification
-
- batchSave(String) - 接口 中的方法com.seeyon.ctp.common.datai18n.manager.DataI18nManager
-
批量保存前端修改的数据,并返回前台保存成功后的json数据
- batchSave(String) - 类 中的方法com.seeyon.ctp.common.datai18n.manager.impl.DataI18nManagerImpl
-
- batchSet(HttpServletRequest, HttpServletResponse) - 类 中的方法com.seeyon.ctp.common.datai18n.controller.DataI18nController
-
批量设置国际化信息页面
- BatchTaskDataSourceInterceptor - com.seeyon.ctp.datasource.intercepter中的类
-
- BatchTaskDataSourceInterceptor() - 类 的构造器com.seeyon.ctp.datasource.intercepter.BatchTaskDataSourceInterceptor
-
- BBS - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BeanCompareUtil - com.seeyon.ctp.util中的类
-
Bean比较工具,用于比较相同类型的Bean.
- BeanCompareUtil() - 类 的构造器com.seeyon.ctp.util.BeanCompareUtil
-
- BeanCompareUtil.AbstractTranslateRule - com.seeyon.ctp.util中的类
-
- BeanCompareUtil.CompareResult - com.seeyon.ctp.util中的类
-
- BeanDefinitionVisitor - org.springframework.beans.factory.config中的类
-
Visitor class for traversing BeanDefinition
objects, in particular
the property values and constructor argument values contained in them,
resolving bean metadata values.
- BeanDefinitionVisitor(StringValueResolver) - 类 的构造器org.springframework.beans.factory.config.BeanDefinitionVisitor
-
Create a new BeanDefinitionVisitor, applying the specified
value resolver to all bean metadata values.
- BeanDefinitionVisitor() - 类 的构造器org.springframework.beans.factory.config.BeanDefinitionVisitor
-
Create a new BeanDefinitionVisitor for subclassing.
- BeanNameBlacklist - org.springframework.aop.aspectj中的类
-
不使用AOP代理,不进行事务控制的Bean黑名单.
- BeanNameBlacklist() - 类 的构造器org.springframework.aop.aspectj.BeanNameBlacklist
-
- BeansOfTypeListener - com.seeyon.ctp.common中的接口
-
- beanToMap(Object, Map, boolean) - 类 中的静态方法com.seeyon.ctp.util.ParamUtil
-
将bean中get方法取得的属性名字和值设置到map当中,默认日期模式"yyyy-MM-dd"
- beanToMap(Object, Map, boolean, String) - 类 中的静态方法com.seeyon.ctp.util.ParamUtil
-
将bean中get方法取得的属性名字和值设置到map当中
- beanToMap(Object, Map, boolean, int) - 类 中的静态方法com.seeyon.ctp.util.ParamUtil
-
将bean中get方法取得的属性名字和值设置到map当中
- beanToMap(Object, Map, boolean, String, int) - 类 中的静态方法com.seeyon.ctp.util.ParamUtil
-
将bean中get方法取得的属性名字和值设置到map当中
- beanToMap(Object, Map, boolean, String, int, boolean) - 类 中的静态方法com.seeyon.ctp.util.ParamUtil
-
将bean中get方法取得的属性名字和值设置到map当中
- BeanTypeBlacklist - org.springframework.aop.aspectj中的类
-
- BeanTypeBlacklist() - 类 的构造器org.springframework.aop.aspectj.BeanTypeBlacklist
-
- BeanUtils - com.seeyon.ctp.util中的类
-
访问在当前类声明的private/protected成员变量及private/protected函数的BeanUtils.
- BeanUtils() - 类 的构造器com.seeyon.ctp.util.BeanUtils
-
- BeanUtils.Copyable<T> - com.seeyon.ctp.util中的接口
-
对象支持clone
- BeanUtilsTest - com.seeyon.ctp.util中的类
-
- BeanUtilsTest() - 类 的构造器com.seeyon.ctp.util.BeanUtilsTest
-
- beforeAll() - 类 中的方法org.hibernate.shuqi.HibernateTest
-
- beforeDays(Date, Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
返回给定的beforeDate比afterDate早的天数。
- beforeLoadData() - 接口 中的方法com.seeyon.ctp.component.cache.extend.CacheLoaderInterceptor
-
invoke before load data
- beforeMethod(JoinPoint, ProcessInDataSource) - 类 中的方法com.seeyon.ctp.datasource.intercepter.BatchTaskDataSourceInterceptor
-
- beforeMonths(Date, Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
返回给定的beforeDate比afterDate早的月数。
- beforePrintWSDL(AxisService) - 类 中的方法com.seeyon.ctp.common.ws.CTPAxisServiceAspect
-
- beforeRoundAges(Date, Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
获取beforeDate和afterDate之间相差的完整年数,精确到月。
- beforeRoundMonths(Date, Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
获取beforeDate和afterDate之间相差的完整月数,精确到天。
- beforeRoundYears(Date, Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
获取beforeDate和afterDate之间相差的完整年数,精确到天。
- beforeYears(Date, Date) - 类 中的静态方法com.seeyon.ctp.util.DateUtil
-
返回给定的beforeDate比afterDate早的年数。
- begin(String, long) - 类 中的静态方法com.seeyon.ctp.util.ColdDownUtil
-
开始冷却,指定时间范围内处于冷却期。
- beginTransaction() - 类 中的方法com.seeyon.ctp.cluster.notification.NotificationTransactionManager
-
开始通知事务。
- BEHAVIOR_ANALYSIS - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BEST - 类 中的静态变量com.seeyon.ctp.system.Constants
-
- BI_ANALYTICS - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BI_DEVELOP - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BI_K3 - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BI_NC - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BI_RUNTIME - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BI_U8 - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BIND_EMAIL - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
-
绑定邮箱
- BIND_PHONENUMBER - 类 中的静态变量com.seeyon.ctp.common.constants.CustomizeConstants
-
绑定手机号
- bindCache(CacheMap) - 类 中的方法com.seeyon.ctp.component.cache.CacheMapDataLoader
-
绑定当前对象到groupCacheable
- bindCache(GroupCacheable) - 类 中的方法com.seeyon.ctp.component.cache.CacheObjectDataLoader
-
- bindCache(GroupCacheable) - 类 中的方法com.seeyon.ctp.component.cache.CacheSetDataLoader
-
- bindCache(GroupCacheable) - 接口 中的方法com.seeyon.ctp.component.cache.MapBindDataLoader
-
已过时。
- bindDataSourceToTenant(String, DataSource) - 类 中的方法com.seeyon.ctp.datasource.DynamicDataSource
-
- bindDataSourceToTenant(String, DataSource) - 类 中的静态方法com.seeyon.ctp.datasource.util.DataSourceUtil
-
- bindLimitParametersFirst() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
-
- bindLimitParametersFirst() - 类 中的方法org.hibernate.dialect.SQLServer2005Dialect
-
- bindLimitParametersInReverseOrder() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
-
- bindToken(User, String) - 类 中的方法com.seeyon.ctp.services.security.ServiceManager
-
已过时。
- bindUser(String) - 接口 中的方法com.seeyon.client.CTPRestClient
-
为当前的Client绑定用户,当前Client必须是进行过校验authenticate产生了token的,用户绑定到token之上。
- bindUser(String) - 类 中的方法com.seeyon.client.GenericRestClient
-
- bindUserByCode(String) - 接口 中的方法com.seeyon.client.CTPRestClient
-
为当前的Client绑定用户,当前Client必须是进行过校验authenticate产生了token的,用户绑定到token之上。
- bindUserByCode(String) - 类 中的方法com.seeyon.client.GenericRestClient
-
- block() - 类 中的方法com.seeyon.ctp.thread.ThreadPort
-
阻塞
- blockExecute() - 类 中的方法com.seeyon.ctp.thread.ThreadPort
-
阻塞执行,只在Block模式下起作用
- BlockTaskMThreadServer - com.seeyon.ctp.thread.block中的类
-
阻塞线程 挂起当前进程,并发执行任务,结束后恢复主进程
- BlockTaskMThreadServer(Integer) - 类 的构造器com.seeyon.ctp.thread.block.BlockTaskMThreadServer
-
- BlockThreadServer - com.seeyon.ctp.thread中的类
-
阻塞线程服务
- BlockThreadServer(Integer) - 类 的构造器com.seeyon.ctp.thread.BlockThreadServer
-
- BLOG - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BLOG_ENABLE - 接口 中的静态变量com.seeyon.ctp.common.config.IConfigPublicKey
-
blog开关
- BooleanBinder - com.seeyon.ctp.util中的类
-
绑定的策略:当request中有与bean中相同的PropertyName时,就把request的Parameter值注入,当该值为null时,则跳过,保留bean的原有值
- BooleanBinder(boolean) - 类 的构造器com.seeyon.ctp.util.BooleanBinder
-
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes"
and "false"/"off"/"no" as recognized String values.
- BooleanBinder(String, String, boolean) - 类 的构造器com.seeyon.ctp.util.BooleanBinder
-
Create a new CustomBooleanEditor instance,
with configurable String values for true and false.
- BROADCAST - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
插件开关。
- BrowserCompatibleException - com.seeyon.ctp.common.exceptions中的异常错误
-
- BrowserCompatibleException() - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BrowserCompatibleException
-
- BrowserEnum - com.seeyon.ctp.common.flag中的枚举
-
- BrowserFlag - com.seeyon.ctp.common.flag中的枚举
-
浏览器差异点标识
读取标志的方法
Boolean f = (Boolean)(BrowserFlag.LoginOpenWindow.getFlag(user));
Boolean f = (Boolean)(BrowserFlag.LoginOpenWindow.getFlag(request));
前端JSP:
${v3x:getBrowserFlagByUser("A8Allow", v3x:currentUser())}
${v3x:getBrowserFlagByRequest("LoginOpenWindow", pageContext.request)}
- BUFFER_LEN - 接口 中的静态变量com.seeyon.ctp.common.encrypt.ICoder
-
- bufferCopy(InputStream, OutputStream) - 类 中的静态方法com.seeyon.ctp.common.filemanager.manager.filecrypt.StreamPartitionCryptoUtil
-
- bufferCopy(OutputStream, byte[]) - 类 中的静态方法com.seeyon.ctp.common.filemanager.manager.filecrypt.StreamPartitionCryptoUtil
-
- BufferType_DuplicateSQL - 类 中的静态变量com.seeyon.ctp.common.monitor.DuplicateSqlMonitorBuffer
-
- BugPatchIndexManagerBean - com.seeyon.ctp.common中的类
-
- build(int, Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.AttachmentManager
-
根据业务类型,通过AttachmentProvider构建Attachment对象。
- build(int, Long) - 类 中的方法com.seeyon.ctp.common.filemanager.manager.AttachmentManagerImpl
-
- build(Long) - 接口 中的方法com.seeyon.ctp.common.filemanager.manager.AttachmentProvider
-
根据Id按业务组装Attachment对象。
- build(AdvanceCanalMap.DataLoader<K, V>) - 类 中的方法com.seeyon.ctp.component.cache.AdvanceCanalMap.Builder
-
- build() - 类 中的方法com.seeyon.ctp.component.cache.AdvanceCanalMap.Builder
-
- build(IndexCanalMap.DataLoader<K, V>) - 类 中的方法com.seeyon.ctp.component.cache.IndexCanalMap.Builder
-
- build() - 类 中的方法com.seeyon.ctp.component.cache.IndexCanalMap.Builder
-
- buildActionAlgorithm(String, EncryptAlgorithmEnum, EncryptAlgorithmEnum, EncryptAlgorithmEnum) - 类 中的静态方法com.seeyon.ctp.security.ActionAlgorithmUtil
-
生产默认的加密操作算法配置
- buildCacheUrl(V3XFile, boolean) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
生成Office转换文件的访问链接。
- buildCacheUrl(Date, long, String, boolean) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
生成Office转换文件的访问链接
- buildCacheUrl(V3XFile, boolean, Map<String, Object>) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
生成Office转换文件的访问链接。
- buildCacheUrl(Date, long, String, boolean, Map<String, Object>) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
生成Office转换文件的访问链接
- buildConvertHtmlParams(Long, String) - 接口 中的方法com.seeyon.ctp.common.office.trans.manager.WpsPreviewBaseManager
-
- buildDefaultAlgorithmMapping(EncryptAlgorithmEnum, EncryptAlgorithmEnum, EncryptAlgorithmEnum) - 类 中的静态方法com.seeyon.ctp.security.ActionAlgorithmUtil
-
生成默认的算法映射关系
- builder(String) - 类 中的静态方法com.seeyon.ctp.component.cache.AdvanceCanalMap
-
生成缓存构造器
- builder(L2CacheMapLoader_Inner<K, V, I>, String) - 类 中的静态方法com.seeyon.ctp.component.cache.AdvanceCanalMap
-
生成缓存构造器
- builder(String) - 类 中的静态方法com.seeyon.ctp.component.cache.IndexCanalMap
-
生成缓存构造器
- builder(L2CacheMapLoader_Inner<K, V, I>, String) - 类 中的静态方法com.seeyon.ctp.component.cache.IndexCanalMap
-
生成缓存构造器
- buildETag(long) - 类 中的静态方法com.seeyon.ctp.common.web.util.WebUtil
-
- buildHtmlForPic(String, CtpAbstractFile, int) - 类 中的静态方法com.seeyon.ctp.common.office.trans.util.OfficeTransHelper
-
将转换结果图片组合到html页面中进行展示
- buildSessionRepository() - 类 中的静态方法com.seeyon.ctp.component.cache.redis.RedisHandler
-
提供给SpringSession组件进行用户会话统一存储
- buildSourceDownloadUrl(long) - 接口 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManager
-
生成原文件的下载链接。
- buildSourceDownloadUrl(long) - 类 中的方法com.seeyon.ctp.common.office.trans.manager.OfficeTransManagerImpl
-
- buildSQLExceptionConverter() - 类 中的方法org.hibernate.dialect.resolver.CTPDBDialectProxy
-
- buildSubmitLimitKey(HttpServletRequest, SubmitLimit, String, String) - 类 中的静态方法com.seeyon.ctp.common.submitLimit.SubmitLimitUtil
-
组合生成lockKey
生成规则:用户id+类名+方法名+请求参数签名(对请求头部参数+请求body参数,取SHA1值)
- buildSubmitLimitKey(ProceedingJoinPoint, SubmitLimit) - 类 中的静态方法com.seeyon.ctp.common.submitLimit.SubmitLimitUtil
-
组合生成lockKey(通过@AjaxAccess注解提供给前端访问的方法)
生成规则:用户id+类名+方法名+参数个数
- buildView(String) - 类 中的方法com.seeyon.ctp.common.controller.BaseController
-
手动构造一个 View, 不走jsp
- buildView(String) - 类 中的方法org.springframework.web.servlet.view.CTPViewResolver
-
- bulkUpdate(String, Map<String, Object>, List<Object>) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- bulkUpdate(String, Map<String, Object>, Object...) - 类 中的方法com.seeyon.ctp.common.dao.BaseDao
-
- bulkUpdate(String, Map<String, Object>, List<Object>) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
执行SQL(delete/update),支持命名参数和index参数
- bulkUpdate(String, Map<String, Object>, Object...) - 接口 中的方法com.seeyon.ctp.common.dao.CTPBaseDao
-
执行SQL(delete/update),支持命名参数和index参数
- bulkUpdate(String) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- bulkUpdate(String, Object) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- bulkUpdate(String, Object...) - 类 中的方法com.seeyon.ctp.common.dao.HibernateTemplate
-
- bulkUpdate(String, Object...) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据传入的update或delete的HQL进行批量更新和删除操作
规范规定该方法只能在DAO中调用
- bulkUpdate(String, Map<String, Object>) - 类 中的静态方法com.seeyon.ctp.util.DBAgent
-
根据传入的update或delete的HQL进行批量更新和删除操作
规范规定该方法只能在DAO中调用
- bulkUpdate(String, Map<String, Object>) - 类 中的方法org.springframework.orm.hibernate3.CTPHibernateTemplate
-
- BULLETIN - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BUSINESS_ORGANIZATION - 类 中的静态变量com.seeyon.ctp.common.constants.Plugins
-
- BusinessException - com.seeyon.ctp.common.exceptions中的异常错误
-
Title: T1开发框架
Description: 业务异常类,支持国际化消息转换,同时当引发的根源异常为非BusinessException类型时框架
将作为异常处理,反之则作为用户提示消息处理
Copyright: Copyright (c) 2012
Company: seeyon.com
- BusinessException() - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BusinessException
-
默认构造方法
- BusinessException(String) - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BusinessException
-
根据消息构造异常,首先会从国际化资源中查找,如果未找到则使用message作为异常消息
- BusinessException(Throwable) - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BusinessException
-
根据引发异常构造异常
- BusinessException(String, Throwable) - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BusinessException
-
根据消息和引发异常构造异常
- BusinessException(String, Object...) - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BusinessException
-
根据国际化资源key和国际化资源格式化参数构造异常
- BusinessException(Throwable, String, Object...) - 异常错误 的构造器com.seeyon.ctp.common.exceptions.BusinessException
-
根据引发异常,国际化资源key和国际化资源格式化参数构造异常
- bytes2Str(byte[]) - 类 中的方法com.seeyon.ctp.security.algorithm.AbstractEncryptCoder
-
字节转字符串