- abbreviate(String, int) - Static method in class org.tinygroup.commons.tools.StringUtil
-
将字符串转换成指定长度的缩略,例如:
将"Now is the time for all good men"转换成"Now is the time for..."。
如果
str
比
maxWidth
短,直接返回;
否则将它转换成缩略:
substring(str, 0, max-3) + "..."
;
如果
maxWidth
小于
4
抛出
IllegalArgumentException
;
返回的字符串不可能长于指定的
maxWidth
。
- abbreviate(String, int, int) - Static method in class org.tinygroup.commons.tools.StringUtil
-
将字符串转换成指定长度的缩略,例如:
将"Now is the time for all good men"转换成"...is the time for..."。
- ABS_URI - Static variable in class org.tinygroup.jspengine.compiler.TldLocationsCache
-
The types of URI one may specify for a tag library
- absolute(int) - Method in class org.tinygroup.dbf.DbfReader
-
- absolute(int) - Method in interface org.tinygroup.dbf.Reader
-
- ABSOLUTE_PATH - Static variable in interface org.tinygroup.codegen.CodeGenerator
-
- AbstactPaySignature - Class in org.tinygroup.weixin.handler
-
抽象的签名创建者
- AbstactPaySignature() - Constructor for class org.tinygroup.weixin.handler.AbstactPaySignature
-
- AbstractAnnotationConfigResolver - Class in org.tinygroup.aopcache.resolver.annotation
-
- AbstractAnnotationConfigResolver() - Constructor for class org.tinygroup.aopcache.resolver.annotation.AbstractAnnotationConfigResolver
-
- AbstractAnnotationServiceLoader - Class in org.tinygroup.service.annotation
-
- AbstractAnnotationServiceLoader() - Constructor for class org.tinygroup.service.annotation.AbstractAnnotationServiceLoader
-
- AbstractAopCacheProcessor - Class in org.tinygroup.aopcache.processor
-
抽象的缓存aop处理
- AbstractAopCacheProcessor() - Constructor for class org.tinygroup.aopcache.processor.AbstractAopCacheProcessor
-
- AbstractApplicationProcessor - Class in org.tinygroup.application
-
Created by luoguo on 2014/5/14.
- AbstractApplicationProcessor() - Constructor for class org.tinygroup.application.AbstractApplicationProcessor
-
- AbstractBindTemplateFunction - Class in org.tinygroup.template.function
-
Created by luoguo on 2014/6/9.
- AbstractBindTemplateFunction(String, String) - Constructor for class org.tinygroup.template.function.AbstractBindTemplateFunction
-
- AbstractBlockMacro - Class in org.tinygroup.template.impl
-
抽象宏
Created by luoguo on 2014/6/6.
- AbstractBlockMacro(String) - Constructor for class org.tinygroup.template.impl.AbstractBlockMacro
-
- AbstractBodyElement - Class in org.tinygroup.httpvisitor.struct
-
正文分段的抽象类
- AbstractBodyElement(Object) - Constructor for class org.tinygroup.httpvisitor.struct.AbstractBodyElement
-
- AbstractBodyElement(Object, String) - Constructor for class org.tinygroup.httpvisitor.struct.AbstractBodyElement
-
- AbstractBodyElement(Object, String, String) - Constructor for class org.tinygroup.httpvisitor.struct.AbstractBodyElement
-
- AbstractBodyElement(String, Object, String, String) - Constructor for class org.tinygroup.httpvisitor.struct.AbstractBodyElement
-
- AbstractCachableExtensionMappingInstanceResolver - Class in org.tinygroup.springmvc.extension.impl
-
- AbstractCachableExtensionMappingInstanceResolver() - Constructor for class org.tinygroup.springmvc.extension.impl.AbstractCachableExtensionMappingInstanceResolver
-
- AbstractCacheActionResolver - Class in org.tinygroup.aopcache.resolver
-
- AbstractCacheActionResolver() - Constructor for class org.tinygroup.aopcache.resolver.AbstractCacheActionResolver
-
- AbstractCacheManager - Class in org.tinygroup.cache
-
- AbstractCacheManager() - Constructor for class org.tinygroup.cache.AbstractCacheManager
-
- AbstractCallMacroProcessor<T extends org.antlr.v4.runtime.ParserRuleContext> - Class in org.tinygroup.template.interpret.context
-
Created by luoguo on 15/7/26.
- AbstractCallMacroProcessor() - Constructor for class org.tinygroup.template.interpret.context.AbstractCallMacroProcessor
-
- AbstractCEPCoreImpl - Class in org.tinygroup.cepcoreimpl
-
- AbstractCEPCoreImpl() - Constructor for class org.tinygroup.cepcoreimpl.AbstractCEPCoreImpl
-
- AbstractCEPCoreProcessFilter - Class in org.tinygroup.cepcorebase.filter
-
- AbstractCEPCoreProcessFilter() - Constructor for class org.tinygroup.cepcorebase.filter.AbstractCEPCoreProcessFilter
-
- AbstractChannel - Class in org.tinygroup.channel.impl
-
抽象通道,实现了事件相关,日志
- AbstractChannel() - Constructor for class org.tinygroup.channel.impl.AbstractChannel
-
- AbstractClientInterface - Class in org.tinygroup.httpvisitor.client
-
- AbstractClientInterface() - Constructor for class org.tinygroup.httpvisitor.client.AbstractClientInterface
-
- AbstractColumnDialcet - Class in org.tinygroup.tinydb.dialect.impl
-
- AbstractColumnDialcet() - Constructor for class org.tinygroup.tinydb.dialect.impl.AbstractColumnDialcet
-
- AbstractConditionGenerater - Class in org.tinygroup.tinydb.sql.condition.impl
-
抽象的条件比较操作
- AbstractConditionGenerater() - Constructor for class org.tinygroup.tinydb.sql.condition.impl.AbstractConditionGenerater
-
- AbstractConfiguration - Class in org.tinygroup.config.impl
-
- AbstractConfiguration() - Constructor for class org.tinygroup.config.impl.AbstractConfiguration
-
- AbstractConventionHandlerMethodResolver - Class in org.tinygroup.springmvc.coc.impl
-
- AbstractConventionHandlerMethodResolver(Class<?>, ConventionHelper) - Constructor for class org.tinygroup.springmvc.coc.impl.AbstractConventionHandlerMethodResolver
-
- AbstractConventionIdentifier - Class in org.tinygroup.custombeandefine.identifier.impl
-
- AbstractConventionIdentifier() - Constructor for class org.tinygroup.custombeandefine.identifier.impl.AbstractConventionIdentifier
-
- AbstractConventionModelAndViewResolver - Class in org.tinygroup.springmvc.support
-
普通约定的mv方案
- AbstractConventionModelAndViewResolver() - Constructor for class org.tinygroup.springmvc.support.AbstractConventionModelAndViewResolver
-
- AbstractCookieStore - Class in org.tinygroup.weblayer.webcontext.session.store
-
抽象的cookie store实现。
- AbstractCookieStore() - Constructor for class org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- AbstractCreator - Class in org.tinygroup.fulltext.impl
-
- AbstractCreator() - Constructor for class org.tinygroup.fulltext.impl.AbstractCreator
-
- AbstractDBUnitTest - Class in org.tinygroup.dbunit
-
使用dbunit进行数据库测试的基类
- AbstractDBUnitTest() - Constructor for class org.tinygroup.dbunit.AbstractDBUnitTest
-
- AbstractDialect - Class in org.tinygroup.tinydb.dialect.impl
-
- AbstractDialect() - Constructor for class org.tinygroup.tinydb.dialect.impl.AbstractDialect
-
- AbstractDictLoader - Class in org.tinygroup.dict.impl
-
- AbstractDictLoader() - Constructor for class org.tinygroup.dict.impl.AbstractDictLoader
-
- AbstractDocument - Class in org.tinygroup.fulltext.document
-
抽象文档类
- AbstractDocument() - Constructor for class org.tinygroup.fulltext.document.AbstractDocument
-
- AbstractErrorCode - Class in org.tinygroup.exception.errorcode
-
错误码抽象类
- AbstractErrorCode() - Constructor for class org.tinygroup.exception.errorcode.AbstractErrorCode
-
- AbstractErrorCode(String, ErrorType, ErrorLevel, int, int, String) - Constructor for class org.tinygroup.exception.errorcode.AbstractErrorCode
-
- AbstractEscapeFunction - Class in org.tinygroup.template.function.escape
-
抽象的转义/反转义基类
- AbstractEscapeFunction(String) - Constructor for class org.tinygroup.template.function.escape.AbstractEscapeFunction
-
- AbstractEventProcessor - Class in org.tinygroup.cepcore.impl
-
抽象的事件处理器实现
- AbstractEventProcessor() - Constructor for class org.tinygroup.cepcore.impl.AbstractEventProcessor
-
- AbstractExcelIndexSource - Class in org.tinygroup.officeindexsource.excel
-
抽象excel的索引数据源基类
- AbstractExcelIndexSource() - Constructor for class org.tinygroup.officeindexsource.excel.AbstractExcelIndexSource
-
- AbstractField<T> - Class in org.tinygroup.fulltext.field
-
- AbstractField(String, T) - Constructor for class org.tinygroup.fulltext.field.AbstractField
-
- AbstractFileItem - Class in org.tinygroup.weblayer.webcontext.parser.impl
-
改进自commons-fileupload-1.2.1
的同名类。
- AbstractFileItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest, FileUploadReName) - Constructor for class org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Constructs a new DiskFileItem
instance.
- AbstractFileItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest) - Constructor for class org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
- AbstractFileObject - Class in org.tinygroup.vfs.impl
-
- AbstractFileObject(SchemaProvider) - Constructor for class org.tinygroup.vfs.impl.AbstractFileObject
-
- AbstractFileObjectCreator - Class in org.tinygroup.fileindexsource
-
- AbstractFileObjectCreator() - Constructor for class org.tinygroup.fileindexsource.AbstractFileObjectCreator
-
- AbstractFileObjectStore - Class in org.tinygroup.uienginestore.impl
-
- AbstractFileObjectStore() - Constructor for class org.tinygroup.uienginestore.impl.AbstractFileObjectStore
-
- AbstractFileProcessor - Class in org.tinygroup.fileresolver.impl
-
文件处理器的抽象实现
- AbstractFileProcessor() - Constructor for class org.tinygroup.fileresolver.impl.AbstractFileProcessor
-
- AbstractFileProcessor - Class in org.tinygroup.templatespringext
-
Created by wangll13383 on 2015/9/11.
- AbstractFileProcessor() - Constructor for class org.tinygroup.templatespringext.AbstractFileProcessor
-
- AbstractFileScanner - Class in org.tinygroup.templatespringext
-
Created by wangll13383 on 2015/9/9.
- AbstractFileScanner() - Constructor for class org.tinygroup.templatespringext.AbstractFileScanner
-
- AbstractFilterImpl<T extends Node<T>> - Class in org.tinygroup.parser.filter
-
- AbstractFilterImpl() - Constructor for class org.tinygroup.parser.filter.AbstractFilterImpl
-
- AbstractFilterImpl(T) - Constructor for class org.tinygroup.parser.filter.AbstractFilterImpl
-
- AbstractFlowExecutorImpl - Class in org.tinygroup.flow.impl
-
- AbstractFlowExecutorImpl() - Constructor for class org.tinygroup.flow.impl.AbstractFlowExecutorImpl
-
- AbstractForeman - Class in org.tinygroup.tinypc.impl
-
本地包工头
Created by luoguo on 14-1-8.
- AbstractForeman(String) - Constructor for class org.tinygroup.tinypc.impl.AbstractForeman
-
- AbstractFormCheckStrategy - Class in org.tinygroup.weblayer.webcontext.form.impl
-
抽像的表单检查策略定义.
- AbstractFormCheckStrategy() - Constructor for class org.tinygroup.weblayer.webcontext.form.impl.AbstractFormCheckStrategy
-
- AbstractFullText - Class in org.tinygroup.fulltext.impl
-
- AbstractFullText() - Constructor for class org.tinygroup.fulltext.impl.AbstractFullText
-
- AbstractFunctionWrapper - Class in org.tinygroup.template.function
-
Created by luoguo on 2014/6/9.
- AbstractFunctionWrapper(String) - Constructor for class org.tinygroup.template.function.AbstractFunctionWrapper
-
- AbstractGenericContextLoader - Class in org.tinygroup.tinytest.contextloader
-
- AbstractGenericContextLoader() - Constructor for class org.tinygroup.tinytest.contextloader.AbstractGenericContextLoader
-
- AbstractHandlerMapping - Class in org.tinygroup.weblayer.mvc.handlermapping
-
功能说明: 抽象的handlermapping
- AbstractHandlerMapping() - Constructor for class org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
-
- AbstractHttpClient31 - Class in org.tinygroup.httpclient31.client
-
- AbstractHttpClient31() - Constructor for class org.tinygroup.httpclient31.client.AbstractHttpClient31
-
- AbstractHttpClient451 - Class in org.tinygroup.httpclient451.client
-
- AbstractHttpClient451() - Constructor for class org.tinygroup.httpclient451.client.AbstractHttpClient451
-
- AbstractI18nVisitor - Class in org.tinygroup.templatei18n
-
通过I18nMessage实现模板引擎的国际化(第一种方案)
- AbstractI18nVisitor() - Constructor for class org.tinygroup.templatei18n.AbstractI18nVisitor
-
- AbstractIndexDataSource - Class in org.tinygroup.indexinstaller.impl
-
抽象索引数据源基类
- AbstractIndexDataSource() - Constructor for class org.tinygroup.indexinstaller.impl.AbstractIndexDataSource
-
- AbstractInstallProcessor - Class in org.tinygroup.databasebuinstaller.impl
-
功能说明:安装处理的抽象实现
- AbstractInstallProcessor() - Constructor for class org.tinygroup.databasebuinstaller.impl.AbstractInstallProcessor
-
- AbstractJceEncrypter - Class in org.tinygroup.weblayer.webcontext.session.encrypter
-
- AbstractJceEncrypter() - Constructor for class org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
-
- AbstractJdbcTemplateComponent - Class in org.tinygroup.flowcomponent.db.component
-
Created by wangwy11342 on 2016/8/21.
- AbstractJdbcTemplateComponent() - Constructor for class org.tinygroup.flowcomponent.db.component.AbstractJdbcTemplateComponent
-
- AbstractJobCenter - Class in org.tinygroup.tinypc.impl
-
Created by luoguo on 14-1-8.
- AbstractJobCenter() - Constructor for class org.tinygroup.tinypc.impl.AbstractJobCenter
-
- AbstractJSONObjectConvert - Class in org.tinygroup.weixin.convert.json
-
微信json转换基类
- AbstractJSONObjectConvert(Class<?>) - Constructor for class org.tinygroup.weixin.convert.json.AbstractJSONObjectConvert
-
- AbstractListenerBuilder<INSTANCE> - Class in org.tinygroup.weblayer.listener.impl
-
- AbstractListenerBuilder() - Constructor for class org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
-
- AbstractMacro - Class in org.tinygroup.template.impl
-
抽象宏
Created by luoguo on 2014/6/6.
- AbstractMacro(String) - Constructor for class org.tinygroup.template.impl.AbstractMacro
-
- AbstractMacro(String, Macro) - Constructor for class org.tinygroup.template.impl.AbstractMacro
-
- AbstractMacro(String, List<String>, List<EvaluateExpression>) - Constructor for class org.tinygroup.template.impl.AbstractMacro
-
- AbstractMappingContentNegotiationStrategy - Class in org.tinygroup.springmvc.negotiation.impl
-
A base class for ContentNegotiationStrategy types that maintain a map with keys
such as "json" and media types such as "application/json".
- AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.tinygroup.springmvc.negotiation.impl.AbstractMappingContentNegotiationStrategy
-
Create an instance with the given extension-to-MediaType lookup.
- AbstractMenuConfigHandler - Class in org.tinygroup.weixin.handler
-
微信菜单信息处理器
- AbstractMenuConfigHandler() - Constructor for class org.tinygroup.weixin.handler.AbstractMenuConfigHandler
-
- AbstractMethodHandlerAdapter - Class in org.tinygroup.springmvc.handleradapter
-
抽像的MethodHandlerAdapter。
- AbstractMethodHandlerAdapter() - Constructor for class org.tinygroup.springmvc.handleradapter.AbstractMethodHandlerAdapter
-
- AbstractMySQLVisitor - Class in org.tinygroup.parsedsql.visitor
-
- AbstractMySQLVisitor() - Constructor for class org.tinygroup.parsedsql.visitor.AbstractMySQLVisitor
-
- AbstractOldFlowExecutorImpl - Class in org.tinygroup.flow.impl
-
- AbstractOldFlowExecutorImpl() - Constructor for class org.tinygroup.flow.impl.AbstractOldFlowExecutorImpl
-
- AbstractOperator - Class in org.tinygroup.template.rumtime.operator
-
Created by luoguo on 2014/6/5.
- AbstractOperator() - Constructor for class org.tinygroup.template.rumtime.operator.AbstractOperator
-
- AbstractPageSqlMatchProcess - Class in org.tinygroup.jdbctemplatedslsession.pageprocess
-
- AbstractPageSqlMatchProcess() - Constructor for class org.tinygroup.jdbctemplatedslsession.pageprocess.AbstractPageSqlMatchProcess
-
- AbstractParamValueFilter - Class in org.tinygroup.weblayer.webcontext.parser.impl
-
功能说明:
- AbstractParamValueFilter() - Constructor for class org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter
-
- AbstractParser - Class in org.tinygroup.weixin.convert
-
抽象的解析集合类
- AbstractParser() - Constructor for class org.tinygroup.weixin.convert.AbstractParser
-
- AbstractProcessor - Class in org.tinygroup.threadgroup
-
抽象处理器
- AbstractProcessor(String) - Constructor for class org.tinygroup.threadgroup.AbstractProcessor
-
- AbstractProtocol - Class in org.tinygroup.channel.protocol.impl
-
- AbstractProtocol() - Constructor for class org.tinygroup.channel.protocol.impl.AbstractProtocol
-
- AbstractProtocolIn<ProRequest,ProResponse> - Class in org.tinygroup.channel.protocol.impl
-
- AbstractProtocolIn() - Constructor for class org.tinygroup.channel.protocol.impl.AbstractProtocolIn
-
- AbstractProtocolOut<ProRequest,ProResponse> - Class in org.tinygroup.channel.protocol.impl
-
- AbstractProtocolOut() - Constructor for class org.tinygroup.channel.protocol.impl.AbstractProtocolOut
-
- AbstractRequestWrapper - Class in org.tinygroup.weblayer.webcontext
-
被WebContext
支持的HttpServletRequestWrapper
。
- AbstractRequestWrapper(WebContext, HttpServletRequest) - Constructor for class org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
-
创建一个request wrapper。
- AbstractResourceLoader<T> - Class in org.tinygroup.template.loader
-
抽象模板加载器
Created by luoguo on 2014/6/9.
- AbstractResourceLoader(String, String, String) - Constructor for class org.tinygroup.template.loader.AbstractResourceLoader
-
- AbstractResponse - Class in org.tinygroup.httpvisitor.response
-
抽象的HTTP响应基类
- AbstractResponse() - Constructor for class org.tinygroup.httpvisitor.response.AbstractResponse
-
- AbstractResponseWrapper - Class in org.tinygroup.weblayer.webcontext
-
response的包装
- AbstractResponseWrapper(WebContext, HttpServletResponse) - Constructor for class org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
-
创建一个response wrapper。
- AbstractResultSetOperator - Class in org.tinygroup.sqlindexsource.impl
-
- AbstractResultSetOperator() - Constructor for class org.tinygroup.sqlindexsource.impl.AbstractResultSetOperator
-
- AbstractSchemaProvider - Class in org.tinygroup.vfs.impl
-
Created by luoguo on 2014/11/9.
- AbstractSchemaProvider() - Constructor for class org.tinygroup.vfs.impl.AbstractSchemaProvider
-
- AbstractSequenceDialcet - Class in org.tinygroup.tinydb.dialect.impl
-
Deprecated.
- AbstractSequenceDialcet() - Constructor for class org.tinygroup.tinydb.dialect.impl.AbstractSequenceDialcet
-
Deprecated.
- AbstractSequenceDialect - Class in org.tinygroup.tinydb.dialect.impl
-
- AbstractSequenceDialect() - Constructor for class org.tinygroup.tinydb.dialect.impl.AbstractSequenceDialect
-
- AbstractSequenceSqlProcessor - Class in org.tinygroup.database.sequence.impl
-
- AbstractSequenceSqlProcessor() - Constructor for class org.tinygroup.database.sequence.impl.AbstractSequenceSqlProcessor
-
- AbstractSerializationEncoder - Class in org.tinygroup.weblayer.webcontext.session.encode
-
通过Serializer
提供的序列化机制来编码对象,以及解码字符串。
- AbstractSerializationEncoder() - Constructor for class org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
-
- AbstractServiceInfo - Class in org.tinygroup.event
-
- AbstractServiceInfo() - Constructor for class org.tinygroup.event.AbstractServiceInfo
-
- AbstractSessionAttributeAccessController - Class in org.tinygroup.weblayer.webcontext.session.impl
-
用来控制session attributes的使用。
- AbstractSessionAttributeAccessController() - Constructor for class org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
-
- AbstractSessionValueEncoder - Class in org.tinygroup.weblayer.webcontext.session.valueencode
-
SessionEncoder
针对非串行化场景的抽象编码实现,加密,base64来编码、解码。
- AbstractSessionValueEncoder() - Constructor for class org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
-
- AbstractStaticClassOperator - Class in org.tinygroup.template.application
-
- AbstractStaticClassOperator() - Constructor for class org.tinygroup.template.application.AbstractStaticClassOperator
-
- AbstractStaticClassOperator(String, Class<?>) - Constructor for class org.tinygroup.template.application.AbstractStaticClassOperator
-
- AbstractStringNodeProcessor - Class in org.tinygroup.template.interpret.terminal
-
字符串的抽象处理节点
- AbstractStringNodeProcessor() - Constructor for class org.tinygroup.template.interpret.terminal.AbstractStringNodeProcessor
-
- AbstractTableConfigLoad - Class in org.tinygroup.tinydb.convert.impl
-
表信息转换的抽象实现
- AbstractTableConfigLoad() - Constructor for class org.tinygroup.tinydb.convert.impl.AbstractTableConfigLoad
-
- AbstractTemplate - Class in org.tinygroup.template.impl
-
Created by luoguo on 2014/6/6.
- AbstractTemplate() - Constructor for class org.tinygroup.template.impl.AbstractTemplate
-
- AbstractTemplateExceptionInfo - Class in org.tinygroup.template.interpret
-
抽象的模板异常信息块
- AbstractTemplateExceptionInfo(ParserRuleContext, String, String) - Constructor for class org.tinygroup.template.interpret.AbstractTemplateExceptionInfo
-
- AbstractTemplateFunction - Class in org.tinygroup.template.function
-
Created by luoguo on 2014/6/9.
- AbstractTemplateFunction(String) - Constructor for class org.tinygroup.template.function.AbstractTemplateFunction
-
- AbstractTemplateIndexRender - Class in org.tinygroup.templateindex.impl
-
抽象模板索引渲染器
- AbstractTemplateIndexRender() - Constructor for class org.tinygroup.templateindex.impl.AbstractTemplateIndexRender
-
- AbstractTestUtil - Class in org.tinygroup.tinytestutil
-
Deprecated.
- AbstractTestUtil() - Constructor for class org.tinygroup.tinytestutil.AbstractTestUtil
-
Deprecated.
- AbstractTextConvert - Class in org.tinygroup.weixin.convert.text
-
文本类对象转换器(排除json、xml)
- AbstractTextConvert(Class<?>) - Constructor for class org.tinygroup.weixin.convert.text.AbstractTextConvert
-
- AbstractTinydbService - Class in org.tinygroup.flowbasiccomponent
-
- AbstractTinydbService() - Constructor for class org.tinygroup.flowbasiccomponent.AbstractTinydbService
-
- AbstractTinyFilter - Class in org.tinygroup.weblayer
-
tinyfilter的抽象实现
- AbstractTinyFilter() - Constructor for class org.tinygroup.weblayer.AbstractTinyFilter
-
- AbstractTinyProcessor - Class in org.tinygroup.weblayer
-
tiny servlet 处理器的抽象实现
- AbstractTinyProcessor() - Constructor for class org.tinygroup.weblayer.AbstractTinyProcessor
-
- AbstractTokenStreamWrapper - Class in org.tinygroup.ansjanalyzer
-
- AbstractTokenStreamWrapper(Reader) - Constructor for class org.tinygroup.ansjanalyzer.AbstractTokenStreamWrapper
-
- AbstractTransactionComponent - Class in org.tinygroup.flowcomponent.db.component
-
Created by wangwy11342 on 2016/8/21.
- AbstractTransactionComponent() - Constructor for class org.tinygroup.flowcomponent.db.component.AbstractTransactionComponent
-
- AbstractTriggerSqlProcessor - Class in org.tinygroup.database.trigger.impl
-
- AbstractTriggerSqlProcessor() - Constructor for class org.tinygroup.database.trigger.impl.AbstractTriggerSqlProcessor
-
- AbstractValidator - Class in org.tinygroup.validate.impl
-
- AbstractValidator() - Constructor for class org.tinygroup.validate.impl.AbstractValidator
-
- AbstractValidatorManger - Class in org.tinygroup.validate.impl
-
抽象的校验管理器类
- AbstractValidatorManger() - Constructor for class org.tinygroup.validate.impl.AbstractValidatorManger
-
- AbstractValueConverter - Class in org.tinygroup.urlrestful.valueparser
-
- AbstractValueConverter() - Constructor for class org.tinygroup.urlrestful.valueparser.AbstractValueConverter
-
- AbstractValueParser - Class in org.tinygroup.weblayer.webcontext.parser.valueparser
-
代表一个解析器的基类,用来取得HTTP请求中的参数和cookies。
- AbstractValueParser(ParserWebContext) - Constructor for class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
- AbstractWebContextWrapper - Class in org.tinygroup.weblayer.webcontext
-
功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得
- AbstractWebContextWrapper() - Constructor for class org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- AbstractWebContextWrapper(WebContext) - Constructor for class org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- AbstractWeiXinConvert - Class in org.tinygroup.weixin.convert
-
- AbstractWeiXinConvert(Class<?>) - Constructor for class org.tinygroup.weixin.convert.AbstractWeiXinConvert
-
- AbstractWeiXinHandler - Class in org.tinygroup.weixin.handler
-
抽象的微信处理器
- AbstractWeiXinHandler() - Constructor for class org.tinygroup.weixin.handler.AbstractWeiXinHandler
-
- AbstractWordIndexSource - Class in org.tinygroup.officeindexsource.word
-
- AbstractWordIndexSource() - Constructor for class org.tinygroup.officeindexsource.word.AbstractWordIndexSource
-
- AbstractWorker - Class in org.tinygroup.tinypc.impl
-
抽象工人,建议所有的工人都继承自此类
Created by luoguo on 14-1-8.
- AbstractWorker(String) - Constructor for class org.tinygroup.tinypc.impl.AbstractWorker
-
- AbstractWriteComponent - Class in org.tinygroup.pageflowbasiccomponent
-
- AbstractWriteComponent() - Constructor for class org.tinygroup.pageflowbasiccomponent.AbstractWriteComponent
-
- AbstractXmlNodeConvert - Class in org.tinygroup.weixin.convert.xml
-
微信XML转换基类
- AbstractXmlNodeConvert(Class<?>) - Constructor for class org.tinygroup.weixin.convert.xml.AbstractXmlNodeConvert
-
- AbstractXmlSignatureProcessor - Class in org.tinygroup.xmlsignature.impl
-
抽象的XML数字签名处理器
- AbstractXmlSignatureProcessor() - Constructor for class org.tinygroup.xmlsignature.impl.AbstractXmlSignatureProcessor
-
- accept(FileObject) - Method in class org.tinygroup.fileindexsource.impl.DefaultFileObjectFilter
-
- accept(Document) - Method in interface org.tinygroup.fulltext.DocumentFilter
-
文档是否被接受
- accept(NodeVisitor) - Method in interface org.tinygroup.jspengine.el.parser.Node
-
- accept(NodeVisitor) - Method in class org.tinygroup.jspengine.el.parser.SimpleNode
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.AllComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.AnalyticExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.AnyComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.CaseExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.CastExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.DateValue
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.DoubleValue
-
- accept(ExpressionVisitor) - Method in interface org.tinygroup.jsqlparser.expression.Expression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.ExtractExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.Function
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.IntervalExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.JdbcNamedParameter
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.JdbcParameter
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.JsonExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.LongValue
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.NullValue
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.Addition
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.BitwiseAnd
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.BitwiseOr
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.BitwiseXor
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.Concat
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.Division
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.Modulo
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.Multiplication
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.arithmetic.Subtraction
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.conditional.AndExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.conditional.OrExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.Between
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.EqualsTo
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.ExistsExpression
-
- accept(ItemsListVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.ExpressionList
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.GreaterThan
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.GreaterThanEquals
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.InExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.IsNullExpression
-
- accept(ItemsListVisitor) - Method in interface org.tinygroup.jsqlparser.expression.operators.relational.ItemsList
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.LikeExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.Matches
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.MinorThan
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.MinorThanEquals
-
- accept(ItemsListVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.MultiExpressionList
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.NotEqualsTo
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.RegExpMatchOperator
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.RegExpMySQLOperator
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.OracleHierarchicalExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.Parenthesis
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.SignedExpression
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.StringValue
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.TimestampValue
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.TimeValue
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.expression.WhenClause
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.schema.Column
-
- accept(FromItemVisitor) - Method in class org.tinygroup.jsqlparser.schema.Table
-
- accept(IntoTableVisitor) - Method in class org.tinygroup.jsqlparser.schema.Table
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.alter.Alter
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.create.index.CreateIndex
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.create.table.CreateTable
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.create.view.CreateView
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.delete.Delete
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.drop.Drop
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.execute.Execute
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.insert.Insert
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.replace.Replace
-
- accept(SelectItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.AllColumns
-
- accept(SelectItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.AllTableColumns
-
- accept(FromItemVisitor) - Method in interface org.tinygroup.jsqlparser.statement.select.FromItem
-
- accept(FromItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.LateralSubSelect
-
- accept(OrderByVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.OrderByElement
-
- accept(PivotVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.Pivot
-
- accept(PivotVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.PivotXml
-
- accept(SelectVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.PlainSelect
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.Select
-
- accept(SelectVisitor) - Method in interface org.tinygroup.jsqlparser.statement.select.SelectBody
-
- accept(SelectItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.SelectExpressionItem
-
- accept(SelectItemVisitor) - Method in interface org.tinygroup.jsqlparser.statement.select.SelectItem
-
- accept(SelectVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.SetOperationList
-
- accept(FromItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.SubJoin
-
- accept(FromItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.SubSelect
-
- accept(ExpressionVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.SubSelect
-
- accept(ItemsListVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.SubSelect
-
- accept(FromItemVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.ValuesList
-
- accept(SelectVisitor) - Method in class org.tinygroup.jsqlparser.statement.select.WithItem
-
- accept(StatementVisitor) - Method in interface org.tinygroup.jsqlparser.statement.Statement
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.Statements
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.truncate.Truncate
-
- accept(StatementVisitor) - Method in class org.tinygroup.jsqlparser.statement.update.Update
-
- accept(Message<?>) - Method in class org.tinygroup.springintegration.ratelimit.RateLimitFilter
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Blank_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.BlockContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Bodycontent_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Break_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Call_block_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Call_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Call_macro_block_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Call_macro_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.CommentContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.ConstantContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Continue_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Define_expression_listContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Define_expressionContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Dent_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.DirectiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Else_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Elseif_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Endofline_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_array_getContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_array_listContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_compare_conditionContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_compare_equalityContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_compare_relationalContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_conditional_ternaryContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_constantContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_field_accessContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_function_callContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_groupContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_hash_mapContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_identifierContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_math_binary_basicContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_math_binary_bitwiseContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_math_binary_shiftContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_math_unary_prefixContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_member_function_callContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_simple_condition_ternaryContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_single_leftContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expr_single_rightContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expression_listContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Expression_rangeContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.For_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.For_expressionContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Hash_map_entry_listContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Identify_listContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.If_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Import_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Include_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Indent_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Invalid_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Layout_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Layout_impl_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Macro_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Pagecontent_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Para_expression_listContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Para_expressionContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Return_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Set_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Set_expressionContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Stop_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Tabs_directiveContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.TemplateContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.TextContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.ValueContext
-
- accept(ParseTreeVisitor<? extends T>) - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.While_directiveContext
-
- accept(FileObject) - Method in interface org.tinygroup.vfs.FileObjectFilter
-
如果文件对象匹配则返回真
- accept(FileObject) - Method in class org.tinygroup.vfs.impl.filter.EqualsPathFileObjectFilter
-
- accept(FileObject) - Method in class org.tinygroup.vfs.impl.filter.FileExtNameFileObjectFilter
-
- accept(FileObject) - Method in class org.tinygroup.vfs.impl.filter.FileNameFileObjectFilter
-
- accept(FileObject) - Method in class org.tinygroup.vfs.impl.filter.FilePathFileObjectFilter
-
- accept(FTPFile) - Method in class org.tinygroup.vfs.impl.FtpFileFilterByName
-
- acceptWork(Work) - Method in class org.tinygroup.tinypc.impl.AbstractWorker
-
默认全部接受
- acceptWork(Work) - Method in interface org.tinygroup.tinypc.Worker
-
是否接受工作 即使是同样类型的工人,有可能对工作也挑三捡四,这里给了工人一定的灵活性
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.tinygroup.weblayer2.CorsUtils
-
The CORS Access-Control-Request-Method
request header field name.
- ACCESS_TOKEN - Static variable in interface org.tinygroup.weixin.WeiXinConnector
-
- AccessToken - Class in org.tinygroup.weixin.result
-
Created by luoguo on 2015/5/25.
- AccessToken() - Constructor for class org.tinygroup.weixin.result.AccessToken
-
- AccessTokenConvert - Class in org.tinygroup.weixin.convert.json
-
- AccessTokenConvert() - Constructor for class org.tinygroup.weixin.convert.json.AccessTokenConvert
-
- account(String, Object...) - Method in interface org.tinygroup.tinydb.operator.DbSqlOperator
-
- account(String, List<Object>) - Method in interface org.tinygroup.tinydb.operator.DbSqlOperator
-
- account(String, Map<String, Object>) - Method in interface org.tinygroup.tinydb.operator.DbSqlOperator
-
- account(Bean) - Method in interface org.tinygroup.tinydb.operator.DbSqlOperator
-
根据bean对象查询该bean对象的记录数
- account(String, Object...) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBSqlOperator
-
- account(String, List<Object>) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBSqlOperator
-
- account(String, Map<String, Object>) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBSqlOperator
-
- account(Bean) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBSqlOperator
-
- account(String) - Method in class org.tinygroup.tinydb.operator.impl.DBSpringBaseOperator
-
- action() - Method in class org.tinygroup.fileresolver.impl.FileProcessorThread
-
- action() - Method in class org.tinygroup.threadgroup.AbstractProcessor
-
- action() - Method in class org.tinygroup.tinypc.impl.WorkExecutor
-
- activateObject(PooledObject<TinyShardJedis>) - Method in class org.tinygroup.jedis.shard.TinyShardedJedisSentinelPool.ShardedJedisFactory
-
- add(T) - Method in interface org.tinygroup.binarytree.AVLTree
-
添加一个元素到平衡二叉树当中去
- add(T[]) - Method in interface org.tinygroup.binarytree.AVLTree
-
- add(T) - Method in interface org.tinygroup.binarytree.BinaryTree
-
增加一个节点
- add(T) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
AVLTree类的add方法类似于BinSerrchTree类的add方法,但是沿着根向下前进到插入点时,需记录这样一个被插
入Entry对象最近的祖先:该祖先的平衡因子balanceFactor值是L或R(即不歼),且让ancestor指向这个祖先节
点,该祖先节有什么用呢,从ancestor的子开始到新增节点路径上的所有祖先节点都是平衡,这些祖先节点会因为
新增节点而变得不平衡了,需要重新调整平衡因子,这个分界点在调整平衡因子时非常有用
- add(T[]) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
- add(T) - Method in class org.tinygroup.binarytree.impl.BinaryTreeImpl
-
添加新结点 返回所添加的结点
- add(FileObject) - Method in interface org.tinygroup.fileresolver.FileProcessor
-
为文件处理器新增文件对象
- add(FileObject) - Method in class org.tinygroup.fileresolver.impl.AbstractFileProcessor
-
- add(FlowRelease) - Static method in class org.tinygroup.flow.release.FlowReleaseManager
-
- add(PageFlowRelease) - Static method in class org.tinygroup.flow.release.PageFlowReleaseManager
-
- add(String, String, T) - Method in class org.tinygroup.ini.impl.IniOperatorDefault
-
- add(String, ValuePair) - Method in class org.tinygroup.ini.impl.IniOperatorDefault
-
- add(String, List<ValuePair>) - Method in class org.tinygroup.ini.impl.IniOperatorDefault
-
- add(ValuePair) - Method in class org.tinygroup.ini.Section
-
- add(String, String) - Method in class org.tinygroup.ini.Section
-
- add(T) - Method in interface org.tinygroup.jdbctemplatedslsession.daosupport.BaseDao
-
- add(Object, Object) - Method in class org.tinygroup.jspengine.appserv.util.cache.BaseCache
-
add the given value to the cache at the specified key
- add(Object, Object, int) - Method in class org.tinygroup.jspengine.appserv.util.cache.BaseCache
-
add the given value with specified size to the cache at specified key
- add(Object, Object) - Method in interface org.tinygroup.jspengine.appserv.util.cache.Cache
-
add the given value to the cache at the specified key
- add(Object, Object, int) - Method in interface org.tinygroup.jspengine.appserv.util.cache.Cache
-
add the given value with specified size to the cache at specified key
- add(Object, Object) - Static method in class org.tinygroup.jspengine.el.lang.ELArithmetic
-
- add(Number, Number) - Method in class org.tinygroup.jspengine.el.lang.ELArithmetic
-
- add(Number, Number) - Method in class org.tinygroup.jspengine.el.lang.ELArithmetic.BigDecimalDelegate
-
- add(Number, Number) - Method in class org.tinygroup.jspengine.el.lang.ELArithmetic.BigIntegerDelegate
-
- add(Number, Number) - Method in class org.tinygroup.jspengine.el.lang.ELArithmetic.DoubleDelegate
-
- add(Number, Number) - Method in class org.tinygroup.jspengine.el.lang.ELArithmetic.LongDelegate
-
- add(Environment, String, String) - Method in interface org.tinygroup.remoteconfig.manager.EnvironmentManager
-
- add(Environment) - Method in interface org.tinygroup.remoteconfig.manager.EnvironmentManager
-
添加一个默认环境
- add(Module, ConfigPath) - Method in interface org.tinygroup.remoteconfig.manager.ModuleManager
-
添加一个module,若entity的中moduleid为空,则直接在环境下添加module,否则作为module的子module
- add(Product) - Method in interface org.tinygroup.remoteconfig.manager.ProductManager
-
- add(Version, String) - Method in interface org.tinygroup.remoteconfig.manager.VersionManager
-
- add(Environment, String, String) - Method in class org.tinygroup.remoteconfig.zk.manager.impl.EnvironmentManagerImpl
-
- add(Environment) - Method in class org.tinygroup.remoteconfig.zk.manager.impl.EnvironmentManagerImpl
-
- add(Module, ConfigPath) - Method in class org.tinygroup.remoteconfig.zk.manager.impl.ModuleManagerImpl
-
- add(Product) - Method in class org.tinygroup.remoteconfig.zk.manager.impl.ProductManagerImpl
-
- add(Version, String) - Method in class org.tinygroup.remoteconfig.zk.manager.impl.VersionManagerImpl
-
- add(ServiceRelease) - Static method in class org.tinygroup.service.release.ServiceReleaseManager
-
- add(K, V) - Method in class org.tinygroup.springmvc.util.LinkedMultiValueMap
-
- add(K, V) - Method in interface org.tinygroup.springmvc.util.MultiValueMap
-
Add the given single value to the current list of values for the given key.
- add(Work) - Method in class org.tinygroup.tinypc.impl.WorkQueueImpl
-
- add(Work) - Method in interface org.tinygroup.tinypc.WorkQueue
-
添加一个工作
- add(String, boolean) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, byte) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, char) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, double) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, float) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, int) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, long) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, short) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, Object) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
添加参数名/参数值。
- add(String, FileItem) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
-
添加FileItem
。
- add(String, Object) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
-
添加参数名/参数值。
- add(String, FileItem) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
-
添加FileItem
。
- add(String, boolean) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, byte) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, char) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, double) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, float) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, int) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, long) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, short) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, Object) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
添加参数名/参数值。
- add(String, String) - Method in class org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
- add_escapes(String) - Method in exception org.tinygroup.jspengine.el.parser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addAfter(String, String, Map<String, String>) - Method in class org.tinygroup.config.ConfigCurdManager
-
在目标Map后加入Map
- AddAliasesVisitor - Class in org.tinygroup.jsqlparser.util
-
Add aliases to every column and expression selected by a select - statement.
- AddAliasesVisitor() - Constructor for class org.tinygroup.jsqlparser.util.AddAliasesVisitor
-
- addAll(List<T>) - Method in class org.tinygroup.parser.node.NodeImpl
-
添加所有节点
- addAllAttributes(Collection<?>) - Method in class org.tinygroup.commons.collection.ModelMap
-
Copy all attributes in the supplied Collection
into this
Map
, using attribute name generation for each element.
- addAllAttributes(Map<String, ?>) - Method in class org.tinygroup.commons.collection.ModelMap
-
Copy all attributes in the supplied Map
into this
Map
.
- addAllObjects(Collection<?>) - Method in class org.tinygroup.commons.collection.ModelMap
-
- addAllObjects(Map) - Method in class org.tinygroup.commons.collection.ModelMap
-
- addAnnotationClassMatchers(AnnotationClassMatchers) - Method in interface org.tinygroup.annotation.AnnotationExecuteManager
-
增加annotation配置对象信息
- addAnnotationClassMatchers(AnnotationClassMatchers) - Method in class org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl
-
- addAop(AopDefine) - Method in interface org.tinygroup.tinyioc.BeanContainer
-
- addAop(AopDefine) - Method in class org.tinygroup.tinyioc.DynamicProxy
-
- addAop(AopDefine) - Method in class org.tinygroup.tinyioc.impl.BeanContainerImpl
-
- addAopAdapter(String, String, String) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- addAopAdapter(String, String, String) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- addAopCacheProcessor(AopCacheHolder) - Method in class org.tinygroup.aopcache.AopCacheExecutionChain
-
单个增加processor
- addAopCacheProcessors(AopCacheHolder[]) - Method in class org.tinygroup.aopcache.AopCacheExecutionChain
-
增加多个processor
- addAopCaches(AopCaches) - Method in interface org.tinygroup.aopcache.AopCacheConfigManager
-
- addAopCaches(AopCaches) - Method in class org.tinygroup.aopcache.impl.AopCacheConfigManagerImpl
-
- addApplicationProcessor(ApplicationProcessor) - Method in interface org.tinygroup.application.Application
-
- addApplicationProcessor(ApplicationProcessor) - Method in class org.tinygroup.application.impl.ApplicationDefault
-
- addApplicationProcessor(ApplicationProcessor) - Method in class org.tinygroup.springwithtemplate3.impl.SpringApplication
-
- addArticleItem(ArticleItem) - Method in class org.tinygroup.weixin.replymessage.NewsReplyMessage
-
- addAttribute(String, Object) - Method in class org.tinygroup.commons.collection.ModelMap
-
Add the supplied attribute under the supplied name.
- addAttribute(Object) - Method in class org.tinygroup.commons.collection.ModelMap
-
Add the supplied attribute to this Map
using a
generated
name
.
- addAttribute(String, String) - Method in class org.tinygroup.jspengine.xmlparser.TreeNode
-
Add an attribute to this node, replacing any existing attribute
with the same name.
- addBeanContainer(BeanContainer) - Method in interface org.tinygroup.tinyioc.BeanContainer
-
- addBeanContainer(BeanContainer) - Method in class org.tinygroup.tinyioc.impl.BeanContainerImpl
-
- addBeanQueryConfigs(BeanQueryConfigs) - Method in class org.tinygroup.tinydb.Configuration
-
- addBeans(Beans) - Method in interface org.tinygroup.factory.Factory
-
- addBeans(Beans) - Method in class org.tinygroup.factory.impl.SimpleFactory
-
- addBefore(String, String, Map<String, String>) - Method in class org.tinygroup.config.ConfigCurdManager
-
在目标Map前加入Map
- addBusinessTypes(BusinessTypes) - Method in interface org.tinygroup.metadata.bizdatatype.BusinessTypeProcessor
-
- addBusinessTypes(BusinessTypes) - Method in class org.tinygroup.metadata.bizdatatype.impl.BusinessTypeProcessorImpl
-
- addButton(CommonButton) - Method in class org.tinygroup.weixinmenu.message.CreateMenu
-
- addCacheListener(CacheListener) - Method in class org.tinygroup.jspengine.appserv.util.cache.BaseCache
-
add the cache module listener
- addCacheListener(CacheListener) - Method in interface org.tinygroup.jspengine.appserv.util.cache.Cache
-
add the cache module listener
- addCell(TextCell) - Method in class org.tinygroup.convert.text.config.TextRow
-
- addChangeLisenter(ChangeListener) - Method in interface org.tinygroup.fileresolver.FileResolver
-
Deprecated.
- addChangeLisenter(ChangeListener) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
Deprecated.
- addChangeListener(ChangeListener) - Method in interface org.tinygroup.fileresolver.FileResolver
-
添加文件变化监听器
- addChangeListener(ChangeListener) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
- addCharacter(Character) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addCharacter(char) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addCharacter(Character) - Method in interface org.tinygroup.chinese.WordParserManager
-
- addCharacter(char) - Method in interface org.tinygroup.chinese.WordParserManager
-
- addChild(TreeNode) - Method in class org.tinygroup.jspengine.xmlparser.TreeNode
-
Add a new child node to this node.
- addClassLoader(ClassLoader, List<String>) - Static method in class org.tinygroup.loader.LoaderManager
-
添加classloader
- addClassName(String) - Method in class org.tinygroup.service.annotation.AnnotationLoader
-
- addClassPathPattern(FileResolver) - Static method in class org.tinygroup.fileresolver.FileResolverUtil
-
- addCodeParser(ErrorCodeParser) - Static method in class org.tinygroup.exception.ErrorCodeFactory
-
- addColumn(ColumnConfiguration) - Method in class org.tinygroup.tinydb.config.TableConfiguration
-
- addComment(HtmlNode) - Method in class org.tinygroup.htmlparser.document.HtmlDocumentImpl
-
添加注释
- addComment(HtmlNode) - Method in interface org.tinygroup.htmlparser.HtmlDocument
-
添加注释
- addComment(XmlNode) - Method in class org.tinygroup.xmlparser.document.XmlDocumentImpl
-
添加注释
- addComment(XmlNode) - Method in interface org.tinygroup.xmlparser.XmlDocument
-
添加注释
- addComponent(ComponentDefine) - Method in interface org.tinygroup.flow.ComponentManager
-
- addComponent(ComponentDefine) - Method in class org.tinygroup.flow.containers.ComponentContainers
-
- addComponent(ComponentDefine) - Method in class org.tinygroup.flow.impl.AbstractOldFlowExecutorImpl
-
- addComponent(ComponentDefine) - Method in class org.tinygroup.flow.impl.ComponentManagerImpl
-
- addComponents(ComponentDefines) - Method in interface org.tinygroup.flow.ComponentManager
-
- addComponents(ComponentDefines) - Method in class org.tinygroup.flow.containers.ComponentContainers
-
增加组件信息
- addComponents(ComponentDefines) - Method in class org.tinygroup.flow.impl.AbstractOldFlowExecutorImpl
-
- addComponents(ComponentDefines) - Method in class org.tinygroup.flow.impl.ComponentManagerImpl
-
- addConfig(String, String) - Method in class org.tinygroup.config.ConfigManager
-
存入k-v对,如果在local/remote中有相同的key,会覆盖
- addConfig(TinyFilterConfigInfos) - Method in class org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
-
- addConfig(TinyListenerConfigInfos) - Method in class org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
-
- addConfig(TinyProcessorConfigInfos) - Method in class org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
-
- addConfigResolver(AnnotationConfigResolver) - Method in class org.tinygroup.aopcache.resolver.AnnotationCacheActionResolver
-
- addConstants(Constants) - Method in interface org.tinygroup.metadata.constants.ConstantProcessor
-
添加常量
- addConstants(Constants) - Method in class org.tinygroup.metadata.constants.impl.ConstantsProcessorImpl
-
- addContent(String) - Method in class org.tinygroup.htmlparser.node.HtmlNode
-
- addContent(String) - Method in interface org.tinygroup.parser.Node
-
添加内容节点
- addContent(String) - Method in class org.tinygroup.xmlparser.node.XmlNode
-
- addContextParams(ContextParams) - Method in interface org.tinygroup.webservice.manager.ContextParamManager
-
- addContextParams(ContextParams) - Method in class org.tinygroup.webservice.manager.impl.ContextParamManagerImpl
-
- addContextProcessor(ContextProcessor) - Method in class org.tinygroup.template.interpret.TemplateInterpreter
-
- addConvert(ValueConverter) - Method in class org.tinygroup.urlrestful.handler.RestfulStyleSubstitutionHandler
-
- addConverter(Converter) - Static method in class org.tinygroup.template.rumtime.OperationUtil
-
- addCookie(Cookie) - Method in interface org.tinygroup.httpvisit.HttpVisitor
-
Deprecated.
添加Cookie
- addCookie(Cookie[]) - Method in interface org.tinygroup.httpvisit.HttpVisitor
-
Deprecated.
添加一组Cookie
- addCookie(Cookie) - Method in class org.tinygroup.httpvisit.impl.HttpVisitorImpl
-
Deprecated.
- addCookie(Cookie[]) - Method in class org.tinygroup.httpvisit.impl.HttpVisitorImpl
-
Deprecated.
- addCookie(Cookie) - Method in class org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- addCookie(HttpServletResponse) - Method in class org.tinygroup.weblayer.webcontext.util.CookieSupport
-
将cookie添加到response中。
- addCssResource(String) - Method in class org.tinygroup.uienginestore.impl.MergeCssManagerImpl
-
- addCssResource(String) - Method in interface org.tinygroup.uienginestore.MergeCssManager
-
添加单个css资源
- AddCustomerAccount - Class in org.tinygroup.weixinkf.kfaccount
-
增加管理账户
- AddCustomerAccount(String) - Constructor for class org.tinygroup.weixinkf.kfaccount.AddCustomerAccount
-
- AddCustomerAccount(String, String, String) - Constructor for class org.tinygroup.weixinkf.kfaccount.AddCustomerAccount
-
- addCustomizeResource(Locale, Properties) - Static method in class org.tinygroup.i18n.I18nMessageFactory
-
- addCustomSqls(CustomSqls) - Method in interface org.tinygroup.database.customesql.CustomSqlProcessor
-
- addCustomSqls(CustomSqls) - Method in class org.tinygroup.database.customesql.impl.CustomSqlProcessorImpl
-
- addDateHeader(String, long) - Method in class org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- addDefaultValues(DefaultValues) - Method in interface org.tinygroup.metadata.defaultvalue.DefaultValueProcessor
-
- addDefaultValues(DefaultValues) - Method in class org.tinygroup.metadata.defaultvalue.impl.DefaultValueProcessorImpl
-
- addDependant(String) - Method in class org.tinygroup.jspengine.compiler.PageInfo
-
- addDialectFunctions(DialectFunctions) - Method in interface org.tinygroup.database.dialectfunction.DialectFunctionProcessor
-
增加方言函数配置信息
- addDialectFunctions(DialectFunctions) - Method in class org.tinygroup.database.dialectfunction.impl.DialectFunctionProcessorImpl
-
- addDialectFunctions(DialectFunctions) - Method in class org.tinygroup.tinydb.Configuration
-
- addDictGroup(DictGroup) - Method in class org.tinygroup.dict.Dict
-
- addDictItem(DictItem) - Method in class org.tinygroup.dict.DictGroup
-
- addDictLoader(DictLoader) - Method in interface org.tinygroup.dict.DictManager
-
添加字典加载器
- addDictLoader(DictLoader) - Method in class org.tinygroup.dict.impl.DictManagerImpl
-
- addDicts(Dicts) - Method in interface org.tinygroup.metadata.dict.DictProcessor
-
- addDicts(Dicts) - Method in class org.tinygroup.metadata.dict.impl.DictProcessorImpl
-
- addDoctype(HtmlNode) - Method in class org.tinygroup.htmlparser.document.HtmlDocumentImpl
-
添加CDATA文本
- addDoctype(HtmlNode) - Method in interface org.tinygroup.htmlparser.HtmlDocument
-
添加CDATA文本
- addDoctype(XmlNode) - Method in class org.tinygroup.xmlparser.document.XmlDocumentImpl
-
添加CDATA文本
- addDoctype(XmlNode) - Method in interface org.tinygroup.xmlparser.XmlDocument
-
添加CDATA文本
- addELContextListener(ELContextListener) - Method in class org.tinygroup.jspengine.runtime.JspApplicationContextImpl
-
- addELResolver(ELResolver) - Method in class org.tinygroup.jspengine.runtime.JspApplicationContextImpl
-
- addEntities(String[][]) - Method in class org.tinygroup.commons.tools.Entities
-
添加一组entities。
- addEntity(String, int) - Method in class org.tinygroup.commons.tools.Entities
-
添加一个entity。
- addError(Error) - Method in class org.tinygroup.exception.ErrorContext
-
向堆栈中添加错误对象。
- addError(Error) - Static method in class org.tinygroup.exception.util.ErrorUtil
-
增加一个error到errorContext中
- addError(ErrorContext, Error) - Static method in class org.tinygroup.exception.util.ErrorUtil
-
增加一个error到errorContext中
- addError(String, String) - Method in class org.tinygroup.validate.impl.ValidateResultImpl
-
- addError(ErrorDescription) - Method in class org.tinygroup.validate.impl.ValidateResultImpl
-
- addError(String, String) - Method in interface org.tinygroup.validate.ValidateResult
-
添加错误
- addError(ErrorDescription) - Method in interface org.tinygroup.validate.ValidateResult
-
添加错误描述
- addErrorMessages(ErrorMessages) - Method in interface org.tinygroup.metadata.errormessage.ErrorMessageProcessor
-
- addErrorMessages(ErrorMessages) - Method in class org.tinygroup.metadata.errormessage.impl.ErrorMessageProcessorImpl
-
- addEscapes(String) - Static method in error org.tinygroup.jspengine.el.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error org.tinygroup.jsqlparser.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEventProcessorRegisterTrigger(EventProcessorRegisterTrigger) - Method in interface org.tinygroup.cepcore.CEPCore
-
- addEventProcessorRegisterTrigger(EventProcessorRegisterTrigger) - Method in class org.tinygroup.cepcoreimpl.CEPCoreImpl
-
- addExcludePattern(String) - Method in class org.tinygroup.uienginestore.StoreConfig
-
- addExecuteAfter(Event) - Method in class org.tinygroup.cepcoregovernance.container.CommonExecuteInfoContainer
-
- addExecuteAfter(Event) - Method in class org.tinygroup.cepcoregovernance.container.SpecialExecuteInfoContainer
-
- addExecuteBefore(Event) - Method in class org.tinygroup.cepcoregovernance.container.CommonExecuteInfoContainer
-
- addExecuteBefore(Event) - Method in class org.tinygroup.cepcoregovernance.container.SpecialExecuteInfoContainer
-
- addExecuteException(Event, Exception) - Static method in class org.tinygroup.cepcoregovernance.CommonServiceExecuteContainer
-
- addExecuteException(Event, Exception) - Method in class org.tinygroup.cepcoregovernance.container.CommonExecuteInfoContainer
-
- addExecuteException(Event, Exception) - Method in class org.tinygroup.cepcoregovernance.container.SpecialExecuteInfoContainer
-
- addExecuteException(Event, Exception) - Static method in class org.tinygroup.cepcoregovernance.SpecialServiceExecuteContainer
-
- addExpression(Select, Expression) - Static method in class org.tinygroup.jsqlparser.util.SelectUtils
-
Adds an expression to select statements.
- addExpression(Expression) - Method in class org.tinygroup.tinysqldsl.expression.conditional.ConditionExpressionList
-
- addExpression(Expression) - Method in class org.tinygroup.tinysqldsl.expression.relational.ExpressionList
-
- addExpressionList(ExpressionList) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.MultiExpressionList
-
- addExpressionList(List<Expression>) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.MultiExpressionList
-
- addExpressionList(Expression) - Method in class org.tinygroup.jsqlparser.expression.operators.relational.MultiExpressionList
-
- addExpressionList(ExpressionList) - Method in class org.tinygroup.tinysqldsl.expression.relational.MultiExpressionList
-
- addExpressionList(List<Expression>) - Method in class org.tinygroup.tinysqldsl.expression.relational.MultiExpressionList
-
- addExpressionList(Expression) - Method in class org.tinygroup.tinysqldsl.expression.relational.MultiExpressionList
-
- addExtensionMapping(ExtensionMappingInstance) - Method in class org.tinygroup.springmvc.extension.impl.AbstractCachableExtensionMappingInstanceResolver
-
- addField(Field) - Method in class org.tinygroup.fulltext.document.DefaultDocument
-
- addField(FieldRule) - Method in class org.tinygroup.fulltext.impl.DefaultSearchRule
-
- addField(String, String, QueryRelation, QueryType) - Method in class org.tinygroup.fulltext.impl.DefaultSearchRule
-
- addField(String, String, QueryRelation) - Method in class org.tinygroup.fulltext.impl.DefaultSearchRule
-
- addField(String, String, QueryType) - Method in class org.tinygroup.fulltext.impl.DefaultSearchRule
-
- addField(String, String) - Method in class org.tinygroup.fulltext.impl.DefaultSearchRule
-
- addField(FieldRule) - Method in interface org.tinygroup.fulltext.SearchRule
-
增加自定义字段规则
- addFieldAnnotation(Class<T>, Field, Annotation) - Method in interface org.tinygroup.validate.AnnotationValidatorManager
-
如果用户需要进行校验的类中的属性含有@Field注解,则执行此方法,进行注册
- addFieldAnnotation(Class<T>, Field, Annotation) - Method in class org.tinygroup.validate.impl.AnnotationValidatorManagerImpl
-
- addFields(List<Field>) - Method in class org.tinygroup.fulltext.document.DefaultDocument
-
- addFile(String) - Method in class org.tinygroup.jspengine.compiler.SmapStratum
-
Adds record of a new file, by filename.
- addFile(String, String) - Method in class org.tinygroup.jspengine.compiler.SmapStratum
-
Adds record of a new file, by filename and path.
- addFile(FileObject) - Method in class org.tinygroup.templatespringext.AbstractFileProcessor
-
- addFile(FileObject) - Method in interface org.tinygroup.templatespringext.FileProcessor
-
- addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - Method in class org.tinygroup.springmvc.negotiation.ContentNegotiationManager
-
Add MediaTypeFileExtensionResolver instances.
- addFileObject(String, FileObject) - Method in interface org.tinygroup.fileresolver.FullContextFileRepository
-
添加文件
- addFileObject(String, FileObject) - Method in class org.tinygroup.fileresolver.impl.FullContextFileRepositoryImpl
-
- addFileProcessor(FileProcessor) - Method in interface org.tinygroup.fileresolver.FileResolver
-
增加文件处理器
- addFileProcessor(FileProcessor) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
- addFilter(CEPCoreProcessFilter) - Method in interface org.tinygroup.cepcore.CEPCoreProcessFilterChain
-
- addFilter(CEPCoreProcessFilter) - Method in class org.tinygroup.cepcore.impl.CEPCoreProcessFilterChainImpl
-
- addFirst(String, Map<String, String>) - Method in class org.tinygroup.config.ConfigCurdManager
-
在队首加入Map
- addFlow(Flow) - Method in interface org.tinygroup.flow.FlowManager
-
- addFlow(Flow) - Method in class org.tinygroup.flow.impl.AbstractOldFlowExecutorImpl
-
- addFlow(Flow) - Method in class org.tinygroup.flow.impl.FlowManagerImpl
-
- addFormatProvider(String, FormatProvider) - Method in interface org.tinygroup.format.Formater
-
添加格式化提供者
- addFormatProvider(String, FormatProvider) - Method in class org.tinygroup.format.impl.FormaterImpl
-
- addFormInfo(Event, CEPCore) - Static method in class org.tinygroup.cepcoremonitor.MonitorUtil
-
- addFullTextConfig(T) - Method in interface org.tinygroup.fulltext.FullTextConfigManager
-
添加单条配置
- addFullTextConfig(T) - Method in interface org.tinygroup.fulltext.FullTextDynamicManager
-
添加单条配置
- addFullTextConfig(LuceneConfig) - Method in class org.tinygroup.lucene472.manage.LuceneConfigManagerImpl
-
- addFullTextConfig(LuceneConfig) - Method in class org.tinygroup.lucene472.manage.LuceneDynamicManagerImpl
-
- addFunction(String, String, Method) - Method in class org.tinygroup.jspengine.el.lang.FunctionMapperImpl
-
- addGeneratorConfig(ConfigurationBuilder.KeyGeneratorConfig) - Method in class org.tinygroup.jdbctemplatedslsession.ConfigurationBuilder.TableConfig
-
- addGroupByExpressions(Expression...) - Method in class org.tinygroup.tinysqldsl.select.PlainSelect
-
- addHandler(String, ExceptionHandler<?>) - Method in interface org.tinygroup.exceptionhandler.ExceptionHandlerManager
-
- addHandler(String, ExceptionHandler) - Method in class org.tinygroup.exceptionhandler.impl.ExceptionHandlerManagerImpl
-
- addHandler(String, WebExceptionHandler) - Method in class org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl
-
- addHandler(String, WebExceptionHandler) - Method in interface org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager
-
- addHeader(String, String) - Method in class org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- addHttpConfigTemplate(HttpConfigTemplate) - Method in class org.tinygroup.httpvisitor.manager.DefaultHttpTemplateManager
-
- addHttpConfigTemplate(HttpConfigTemplate) - Method in interface org.tinygroup.httpvisitor.manager.HttpTemplateManager
-
- addHttpFilter(String, String, Filter) - Method in interface org.tinygroup.weblayer.FilterWrapper
-
- addHttpFilter(String, String, Filter) - Method in class org.tinygroup.weblayer.impl.TinyFilterWrapper
-
- addIdent(String) - Method in class org.tinygroup.jsqlparser.expression.JsonExpression
-
- addIdent(String) - Method in class org.tinygroup.tinysqldsl.expression.JsonExpression
-
- addImport(String, Object) - Static method in class org.tinygroup.el.ElImportContainer
-
- addImport(String) - Method in class org.tinygroup.jspengine.compiler.PageInfo
-
- addImport(Object) - Method in class org.tinygroup.template.impl.AbstractTemplate
-
- addImport(Object) - Method in interface org.tinygroup.template.Template
-
- addImports(List) - Method in class org.tinygroup.jspengine.compiler.PageInfo
-
- addIncludePathPattern(String) - Method in interface org.tinygroup.fileresolver.FileResolver
-
手工添加扫描的匹配列表,如果有包含列表,则按包含列表
- addIncludePathPattern(String) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
- addIncludePattern(String) - Method in class org.tinygroup.uienginestore.StoreConfig
-
- addIndexConfig(BaseIndexConfig) - Method in class org.tinygroup.lucene472.manage.LuceneConfigManagerImpl
-
- addInitDatas(InitDatas) - Method in class org.tinygroup.database.initdata.impl.InitDataProcessorImpl
-
- addInitDatas(InitDatas) - Method in interface org.tinygroup.database.initdata.InitDataProcessor
-
添加表格初始化数据信息
- addInitRecord(List<String>, String, boolean, Table) - Method in class org.tinygroup.database.initdata.impl.InitDataSqlProcessorImpl
-
- addInitRecord(List<String>, String, boolean, Table) - Method in class org.tinygroup.database.initdata.impl.SqlserverInitDataSqlProcessorImpl
-
- addInitRecord(List<String>, String, boolean, Table) - Method in class org.tinygroup.database.initdata.impl.SybaseInitDataSqlProcessorImpl
-
- addInterceptorName(String) - Method in class org.tinygroup.httpvisitor.config.HttpConfigTemplate
-
- addIntHeader(String, int) - Method in class org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- addIntoTables(Table...) - Method in class org.tinygroup.tinysqldsl.select.PlainSelect
-
- Addition - Class in org.tinygroup.jsqlparser.expression.operators.arithmetic
-
- Addition() - Constructor for class org.tinygroup.jsqlparser.expression.operators.arithmetic.Addition
-
- Addition - Class in org.tinygroup.tinysqldsl.expression.arithmetic
-
加法表达式
- Addition(Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.arithmetic.Addition
-
- ADDITIONAL_LETTERS - Static variable in interface org.tinygroup.jsqlparser.parser.CCJSqlParserConstants
-
RegularExpression Id.
- AdditiveExpression() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- addJedisConfig(JedisConfig) - Method in class org.tinygroup.jedis.impl.JedisManagerImpl
-
- addJedisConfig(JedisConfig) - Method in interface org.tinygroup.jedis.JedisManager
-
添加jedis配置
- addJedisConfigs(JedisConfigs) - Method in class org.tinygroup.jedis.impl.JedisManagerImpl
-
- addJedisConfigs(JedisConfigs) - Method in interface org.tinygroup.jedis.JedisManager
-
添加jedis配置
- addJedisSentinelConfig(JedisSentinelConfig) - Method in class org.tinygroup.jedis.impl.JedisSentinelManagerImpl
-
- addJedisSentinelConfig(JedisSentinelConfig) - Method in class org.tinygroup.jedis.impl.JedisSentinelManagerImpl2
-
- addJedisSentinelConfig(JedisSentinelConfig) - Method in interface org.tinygroup.jedis.JedisSentinelManager
-
添加JedisSentinel配置
- addJedisSentinelConfigs(JedisSentinelConfigs) - Method in class org.tinygroup.jedis.impl.JedisSentinelManagerImpl
-
- addJedisSentinelConfigs(JedisSentinelConfigs) - Method in class org.tinygroup.jedis.impl.JedisSentinelManagerImpl2
-
- addJedisSentinelConfigs(JedisSentinelConfigs) - Method in interface org.tinygroup.jedis.JedisSentinelManager
-
添加JedisSentinel配置
- addJoin(Select, Table, Expression) - Static method in class org.tinygroup.jsqlparser.util.SelectUtils
-
Adds a simple join to a select statement.
- addJoins(Join...) - Method in class org.tinygroup.tinysqldsl.select.PlainSelect
-
- addJsonConvert(WeiXinConvert) - Static method in class org.tinygroup.weixin.util.WeiXinParserUtil
-
- addLast(String, Map<String, String>) - Method in class org.tinygroup.config.ConfigCurdManager
-
在队尾加入Map
- addLineData(int, String, int, int, int) - Method in class org.tinygroup.jspengine.compiler.SmapStratum
-
Adds complete information about a simple line mapping.
- addLocalExecuteAfter(Event) - Static method in class org.tinygroup.cepcoregovernance.CommonServiceExecuteContainer
-
- addLocalExecuteAfter(Event) - Static method in class org.tinygroup.cepcoregovernance.SpecialServiceExecuteContainer
-
- addLocalExecuteBefore(Event) - Static method in class org.tinygroup.cepcoregovernance.CommonServiceExecuteContainer
-
- addLocalExecuteBefore(Event) - Static method in class org.tinygroup.cepcoregovernance.SpecialServiceExecuteContainer
-
- addLuceneConfigs(LuceneConfigs) - Method in interface org.tinygroup.lucene472.LuceneConfigManager
-
添加配置组
- addLuceneConfigs(LuceneConfigs) - Method in class org.tinygroup.lucene472.manage.LuceneConfigManagerImpl
-
- addMacro(Macro) - Method in class org.tinygroup.template.impl.AbstractTemplate
-
- addMacroCache(String, Macro) - Method in class org.tinygroup.template.impl.TemplateEngineDefault
-
- addMacroCache(String, Macro) - Method in interface org.tinygroup.template.TemplateEngine
-
往缓存中增加宏
- addMacroFile(FileObject) - Method in interface org.tinygroup.docgen.DocumentGenerater
-
增加宏文件模板
- addMacroFile(FileObject) - Method in class org.tinygroup.docgen.impl.DocumentGeneraterImpl
-
- addMapping(String, MediaType) - Method in class org.tinygroup.springmvc.negotiation.impl.MappingTinyMediaTypeFileExtensionResolver
-
Map a MediaType to an extension or ignore if the extensions is already mapped.
- addMediaType(String, MediaType) - Method in class org.tinygroup.springmvc.negotiation.ContentNegotiationManagerFactoryBean
-
Add a mapping from a file extension to a media type.
- addMediaTypes(Map<String, MediaType>) - Method in class org.tinygroup.springmvc.negotiation.ContentNegotiationManagerFactoryBean
-
Add mappings from file extensions to media types.
- addMenuConfig(MenuConfig) - Method in class org.tinygroup.menucommand.impl.MenuConfigManagerDefault
-
递归添加子菜单
- addMenuConfig(MenuConfig) - Method in interface org.tinygroup.menucommand.MenuConfigManager
-
添加定义菜单
- addMenuConfigs(MenuConfigs) - Method in class org.tinygroup.menucommand.impl.MenuConfigManagerDefault
-
- addMenuConfigs(MenuConfigs) - Method in interface org.tinygroup.menucommand.MenuConfigManager
-
添加一组定义菜单
- addMessage(Message) - Method in class org.tinygroup.logger.impl.LogBuffer
-
- addMessageReceiveProcessor(MessageReceiveProcessor<MSG>) - Method in interface org.tinygroup.message.MessageManager
-
添加信息接收处理器
- addMessageReceiveProcessor(MessageReceiveProcessor<Msg>) - Method in class org.tinygroup.message.MessageManagerDefault
-
- addMessageSendProcessor(MessageSendProcessor<SENDER, RECEIVER, MSG>) - Method in interface org.tinygroup.message.MessageManager
-
添加信息发送处理器
- addMessageSendProcessor(MessageSendProcessor<Sender, Receiver, Msg>) - Method in class org.tinygroup.message.MessageManagerDefault
-
- addMethodModel(MappingMethodModel) - Method in class org.tinygroup.weblayer.mvc.MappingClassModel
-
- addMockService(MockService) - Method in class org.tinygroup.mockservice.MockServiceManager
-
- addMonitorInfo(Event, CEPCore, EventProcessor) - Static method in class org.tinygroup.cepcoremonitor.MonitorUtil
-
此方法在计算出event所执行的processor后即可调用
添加from/to信息,from当前节点的nodeName,to目标处理器的id
如果是远程请求,目标处理器id为目标节点的ip:port:nodeName
如果是本地请求,目标处理器就是本地处理器id
- addNamedParameter(String, int, int) - Method in class org.tinygroup.parsedsql.ParsedSql
-
Add a named parameter parsed from this SQL statement.
- addNewsItem(NewsItem) - Method in class org.tinygroup.weixinmeterial.message.PermanentNewsMessage
-
- addNode(T) - Method in interface org.tinygroup.parser.Node
-
添加节点
- addNode(T) - Method in class org.tinygroup.parser.node.NodeImpl
-
添加子结点
- addObject(String, Object) - Method in class org.tinygroup.commons.collection.ModelMap
-
- addObject(Object) - Method in class org.tinygroup.commons.collection.ModelMap
-
- addObjectAssembly(ObjectAssembly<?>) - Method in class org.tinygroup.context2object.impl.BaseClassNameObjectGenerator
-
- addObjectValidatorConfigs(ObjectValidators) - Method in class org.tinygroup.validate.impl.XmlValidatorManagerImpl
-
- addObjectValidatorConfigs(ObjectValidators) - Method in interface org.tinygroup.validate.XmlValidatorManager
-
增加xml校验文件
- addOperator(Operator) - Static method in class org.tinygroup.template.rumtime.OperationUtil
-
- addOperator(OperatorWithContext) - Static method in class org.tinygroup.template.rumtime.OperationUtil
-
- AddOperator - Class in org.tinygroup.template.rumtime.operator
-
Created by luoguo on 2014/6/5.
- AddOperator() - Constructor for class org.tinygroup.template.rumtime.operator.AddOperator
-
- addOrderByElements(Select, OrderBy...) - Static method in class org.tinygroup.jdbctemplatedslsession.util.TinyDSLUtil
-
添加排序字段工具方法
- addOrderByElements(OrderByElement...) - Method in class org.tinygroup.tinysqldsl.select.PlainSelect
-
- addOrderByElements(OrderByElement...) - Method in class org.tinygroup.tinysqldsl.select.SetOperationList
-
- addParameter(String, EvaluateExpression) - Method in class org.tinygroup.template.impl.AbstractMacro
-
- addParameter(String, EvaluateExpression) - Method in class org.tinygroup.template.interpret.MacroFromContext
-
- addParamName(String) - Method in class org.tinygroup.tinysqldsl.base.StatementSqlBuilder
-
- addParamter(Parameter) - Method in class org.tinygroup.flow.config.ComponentDefine
-
- addParamValue(Object...) - Method in class org.tinygroup.tinysqldsl.base.StatementSqlBuilder
-
- addPastPathPattern(String) - Method in class org.tinygroup.webservice.processor.TG_WSServletContextListener
-
- addPocessors(Processors) - Method in class org.tinygroup.database.impl.ProcessorManagerImpl
-
Deprecated.
- addPocessors(Processors) - Method in interface org.tinygroup.database.ProcessorManager
-
Deprecated.
- addPrefix(String) - Method in class org.tinygroup.jspengine.compiler.PageInfo
-
- addPrefixMapping(String, String) - Method in class org.tinygroup.jspengine.compiler.PageInfo
-
- addProcedures(Procedures) - Method in class org.tinygroup.database.procedure.impl.ProcedureProcessorImpl
-
- addProcedures(Procedures) - Method in interface org.tinygroup.database.procedure.ProcedureProcessor
-
- addProcessingInstruction(HtmlNode) - Method in class org.tinygroup.htmlparser.document.HtmlDocumentImpl
-
添加HTML处理指令
- addProcessingInstruction(HtmlNode) - Method in interface org.tinygroup.htmlparser.HtmlDocument
-
添加HTML处理指令
- addProcessingInstruction(XmlNode) - Method in class org.tinygroup.xmlparser.document.XmlDocumentImpl
-
添加XML处理指令
- addProcessingInstruction(XmlNode) - Method in interface org.tinygroup.xmlparser.XmlDocument
-
添加XML处理指令
- addProcessor(AopCacheProcessor) - Method in class org.tinygroup.aopcache.interceptor.AopCacheInterceptor
-
- addProcessor(Processor[]) - Method in class org.tinygroup.threadgroup.MultiThreadProcessor
-
- addProcessor(Processor) - Method in class org.tinygroup.threadgroup.MultiThreadProcessor
-
- addProcessor(Collection<Processor>) - Method in class org.tinygroup.threadgroup.MultiThreadProcessor
-
- addProcessors(Processors) - Method in class org.tinygroup.database.impl.ProcessorManagerImpl
-
- addProcessors(Processors) - Method in interface org.tinygroup.database.ProcessorManager
-
- addProtocolListener(ProtocolInListener) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolIn
-
- addProtocolListener(ProtocolOutListener) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolOut
-
- addProtocolListener(ProtocolInListener) - Method in interface org.tinygroup.channel.protocol.ProtocolInInterface
-
- addProtocolListener(ProtocolOutListener) - Method in interface org.tinygroup.channel.protocol.ProtocolOutInterface
-
- addReceiveEventFilter(EventFilter) - Method in interface org.tinygroup.channel.ChannelInterface
-
添加接收事件过滤器
- addReceiveEventFilter(EventFilter) - Method in class org.tinygroup.channel.impl.AbstractChannel
-
- addReceiveEventListener(EventListener) - Method in interface org.tinygroup.channel.ChannelInterface
-
添加接收事件监听器
- addReceiveEventListener(EventListener) - Method in class org.tinygroup.channel.impl.AbstractChannel
-
- addRelationConfigs(Relations) - Method in class org.tinygroup.tinydb.Configuration
-
- addRemoteExecuteAfter(Event) - Static method in class org.tinygroup.cepcoregovernance.CommonServiceExecuteContainer
-
- addRemoteExecuteAfter(Event) - Static method in class org.tinygroup.cepcoregovernance.SpecialServiceExecuteContainer
-
- addRemoteExecuteBefore(Event) - Static method in class org.tinygroup.cepcoregovernance.CommonServiceExecuteContainer
-
- addRemoteExecuteBefore(Event) - Static method in class org.tinygroup.cepcoregovernance.SpecialServiceExecuteContainer
-
- addResolveFileObject(FileObject) - Method in interface org.tinygroup.fileresolver.FileResolver
-
添加扫描的路径
- addResolveFileObject(FileObject) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
- addResolvePath(String) - Method in interface org.tinygroup.fileresolver.FileResolver
-
添加扫描路径
- addResolvePath(List<String>) - Method in interface org.tinygroup.fileresolver.FileResolver
-
添加扫描路径
- addResolvePath(String) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
- addResolvePath(List<String>) - Method in class org.tinygroup.fileresolver.impl.FileResolverImpl
-
- addResolver(CacheActionResolver) - Method in class org.tinygroup.aopcache.interceptor.AopCacheInterceptor
-
- addResource(Locale, Properties) - Static method in class org.tinygroup.i18n.I18nMessageFactory
-
- addResource(String) - Static method in class org.tinygroup.jedis.impl.ShardJedisSentinelManagerFactory
-
- addResource(String, FileObject) - Method in class org.tinygroup.template.loader.FileResourceManager
-
添加文件资源
- addResourceLoader(ResourceLoader) - Method in class org.tinygroup.template.impl.TemplateEngineDefault
-
- addResourceLoader(ResourceLoader) - Method in interface org.tinygroup.template.TemplateEngine
-
添加类型加载器
- addResourcePathToPackagePath(Class<?>, String) - Static method in class org.tinygroup.commons.tools.ClassUtils
-
Return a path suitable for use with ClassLoader.getResource
(also suitable for use with Class.getResource
by prepending a
slash ('/') to the return value).
- addResources(TemplateEngine, FileObject, String, String, String) - Method in class org.tinygroup.template.loader.FileResourceManager
-
批量增加某个VFS路径下的模板引擎相关资源
- addResources(TemplateEngine, FileObject, String, String, String, boolean) - Method in class org.tinygroup.template.loader.FileResourceManager
-
批量增加某个VFS路径下的模板引擎相关资源
- addResources(TemplateEngine, String, String, String, String) - Method in class org.tinygroup.template.loader.FileResourceManager
-
批量增加某个VFS路径下的模板引擎相关资源
- addResult(Result) - Method in class org.tinygroup.flow.config.ComponentDefine
-
- addRow(TextRow) - Method in class org.tinygroup.convert.text.config.Text
-
- addRules(Rules) - Method in class org.tinygroup.urlrestful.impl.UrlRestfulManagerImpl
-
- addRules(Rules) - Method in interface org.tinygroup.urlrestful.UrlRestfulManager
-
增加restful配置信息
- addScanFile(FileObject) - Method in class org.tinygroup.template.loader.FileResourceManager
-
- addSchemaProvider(SchemaProvider) - Static method in class org.tinygroup.vfs.VFS
-
添加新的模式提供者
- addSearchPath(String) - Method in interface org.tinygroup.fileresolver.FullContextFileRepository
-
添加搜索路径
- addSearchPath(String) - Method in class org.tinygroup.fileresolver.impl.FullContextFileRepositoryImpl
-
- addSection(Section) - Method in class org.tinygroup.ini.Sections
-
- addSelectItems(SelectItem...) - Method in class org.tinygroup.jsqlparser.statement.select.PlainSelect
-
- addSelectItems(SelectItem...) - Method in class org.tinygroup.tinysqldsl.select.PlainSelect
-
- addSendEventFilter(EventFilter) - Method in interface org.tinygroup.channel.ChannelInterface
-
添加发送事件过滤器
- addSendEventFilter(EventFilter) - Method in class org.tinygroup.channel.impl.AbstractChannel
-
- addSendEventListener(EventListener) - Method in interface org.tinygroup.channel.ChannelInterface
-
添加发送事件监听器
- addSendEventListener(EventListener) - Method in class org.tinygroup.channel.impl.AbstractChannel
-
- addSequences(Sequences) - Method in class org.tinygroup.database.sequence.impl.SequenceProcessorImpl
-
- addSequences(Sequences) - Method in interface org.tinygroup.database.sequence.SequenceProcessor
-
- addService(List<ServiceComponents>) - Method in class org.tinygroup.mockservice.MockServiceLoader
-
- addService(ServiceComponents) - Method in class org.tinygroup.mockservice.MockServiceLoader
-
- addService(ServiceComponent) - Method in class org.tinygroup.mockservice.MockServiceLoader
-
- addService(List<ServiceComponents>) - Method in class org.tinygroup.servicehttpchannel.ServiceHttpChannelLoader
-
- addService(ServiceComponents) - Method in class org.tinygroup.servicehttpchannel.ServiceHttpChannelLoader
-
- addService(ServiceComponent) - Method in class org.tinygroup.servicehttpchannel.ServiceHttpChannelLoader
-
- addService(ServiceHttp) - Method in class org.tinygroup.servicehttpchannel.ServiceHttpChannelManager
-
- addServiceMapping(ServiceViewMapping) - Method in class org.tinygroup.serviceweblayer.impl.ServiceMappingManagerImpl
-
- addServiceMapping(ServiceViewMapping) - Method in interface org.tinygroup.serviceweblayer.ServiceMappingManager
-
- addServiceMappings(ServiceViewMappings) - Method in class org.tinygroup.serviceweblayer.impl.ServiceMappingManagerImpl
-
- addServiceMappings(ServiceViewMappings) - Method in interface org.tinygroup.serviceweblayer.ServiceMappingManager
-
- addServiceWrappers(MethodConfigs) - Method in class org.tinygroup.servicewrapper.impl.ServiceWrapperConfigManagerImpl
-
- addServiceWrappers(MethodConfigs) - Method in interface org.tinygroup.servicewrapper.ServiceWrapperConfigManager
-
- addSession(Session) - Method in class org.tinygroup.weblayer.webcontext.session.model.CacheSessionManager
-
- addSession(Session) - Method in class org.tinygroup.weblayer.webcontext.session.model.DefaultSessionManager
-
- addSession(Session) - Method in interface org.tinygroup.weblayer.webcontext.session.SessionManager
-
- addSessionTimeoutHandler(ConnectionStateListener) - Static method in class org.tinygroup.remoteconfig.zk.client.ZKPublishManager
-
- addSkipPathPattern(String) - Method in class org.tinygroup.webservice.processor.TG_WSServletContextListener
-
- addSmap(String, String) - Method in class org.tinygroup.jspengine.compiler.SmapGenerator
-
Adds the given string as an embedded SMAP with the given stratum name.
- addStandardFields(StandardFields) - Method in class org.tinygroup.metadata.stdfield.impl.StandardFieldProcessorImpl
-
- addStandardFields(StandardFields) - Method in interface org.tinygroup.metadata.stdfield.StandardFieldProcessor
-
- addStandardTypes(StandardTypes) - Method in class org.tinygroup.metadata.stddatatype.impl.StandardTypeProcessorImpl
-
- addStandardTypes(StandardTypes) - Method in interface org.tinygroup.metadata.stddatatype.StandardTypeProcessor
-
- addStopWord(String) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addStopWord(String) - Method in interface org.tinygroup.chinese.WordParserManager
-
添加停止词
- addStopWord(String) - Method in class org.tinygroup.stopword.impl.DefaultStopWordManager
-
- addStopWord(String) - Method in interface org.tinygroup.stopword.StopWordManager
-
增加单个停止词
- addStopWords(List<String>) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addStopWords(List<String>) - Method in interface org.tinygroup.chinese.WordParserManager
-
添加一组停止词
- addStopWords(List<String>) - Method in class org.tinygroup.stopword.impl.DefaultStopWordManager
-
- addStopWords(List<String>) - Method in interface org.tinygroup.stopword.StopWordManager
-
批量增加停止词
- addStratum(SmapStratum, boolean) - Method in class org.tinygroup.jspengine.compiler.SmapGenerator
-
Adds the given SmapStratum object, representing a Stratum with
logically associated FileSection and LineSection blocks, to
the current SmapGenerator.
- addSubButton(CommonSubButton) - Method in class org.tinygroup.weixinmenu.button.MultiButton
-
- addSubFlow(SubFlow) - Method in class org.tinygroup.flow.impl.AbstractOldFlowExecutorImpl
-
- addSubFlow(SubFlow) - Method in class org.tinygroup.flow.impl.SubFlowManagerImpl
-
- addSubFlow(SubFlow) - Method in interface org.tinygroup.flow.SubFlowManager
-
- addSymbol(String) - Method in class org.tinygroup.jspengine.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a
reference to the unique symbol.
- addSymbol(char[], int, int) - Method in class org.tinygroup.jspengine.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a
reference to the unique symbol.
- addSystemCommand(SystemCommand) - Method in class org.tinygroup.menucommand.impl.MenuConfigManagerDefault
-
- addSystemCommand(SystemCommand) - Method in interface org.tinygroup.menucommand.MenuConfigManager
-
添加系统命令
- addTable(Table) - Method in class org.tinygroup.database.table.impl.TableProcessorImpl
-
- addTable(Table) - Method in interface org.tinygroup.database.table.TableProcessor
-
- addTableConfiguration(TableConfiguration) - Method in class org.tinygroup.tinydb.config.TableConfigurationContainer
-
- addTableConfiguration(TableConfiguration) - Method in class org.tinygroup.tinydb.Configuration
-
- addTableConfiguration(String) - Method in class org.tinygroup.tinydb.Configuration
-
- addTableConfiguration(TableConfiguration) - Method in class org.tinygroup.tinydb.convert.impl.AbstractTableConfigLoad
-
- addTables(Tables) - Method in class org.tinygroup.database.table.impl.TableProcessorImpl
-
- addTables(Tables) - Method in interface org.tinygroup.database.table.TableProcessor
-
- addTableSpace(TableSpace) - Method in class org.tinygroup.database.tablespace.impl.TableSpaceProcessorImpl
-
- addTableSpace(TableSpace) - Method in interface org.tinygroup.database.tablespace.TableSpaceProcessor
-
- addTableSpaces(TableSpaces) - Method in class org.tinygroup.database.tablespace.impl.TableSpaceProcessorImpl
-
- addTableSpaces(TableSpaces) - Method in interface org.tinygroup.database.tablespace.TableSpaceProcessor
-
- addTaglib(String, TagLibraryInfo) - Method in class org.tinygroup.jspengine.compiler.PageInfo
-
- addTaglib(String, TagLibraryInfoImpl) - Method in class org.tinygroup.jspengine.JspCompilationContext
-
Adds the given tag library with the given URI to the context-wide
tag library cache.
- addTemplate(Template) - Method in class org.tinygroup.template.loader.AbstractResourceLoader
-
- addTemplate(Template) - Method in interface org.tinygroup.template.ResourceLoader
-
添加模板对象
- addTemplate(String) - Method in class org.tinygroup.templateindex.impl.AbstractTemplateIndexRender
-
- addTemplateCache(String, Template) - Method in class org.tinygroup.template.impl.TemplateEngineDefault
-
- addTemplateCache(String, Template) - Method in interface org.tinygroup.template.TemplateEngine
-
往缓存中增加模板
- addTemplateFunction(TemplateFunction) - Method in class org.tinygroup.template.impl.TemplateEngineDefault
-
- addTemplateFunction(TemplateFunction) - Method in interface org.tinygroup.template.TemplateEngine
-
添加函数
- addTerminalNodeProcessor(TerminalNodeProcessor) - Method in class org.tinygroup.template.interpret.TemplateInterpreter
-
- addTextConvert(WeiXinConvert) - Static method in class org.tinygroup.weixin.util.WeiXinParserUtil
-
- addTime(long) - Method in class org.tinygroup.cepcoregovernance.container.ExecuteTimeInfo
-
- addTldFile(FileObject) - Method in class org.tinygroup.jspengine.fileresolver.TldFileManager
-
- addToInfo(Event, EventProcessor) - Static method in class org.tinygroup.cepcoremonitor.MonitorUtil
-
- addTrigger(ConnectTrigger) - Method in class org.tinygroup.rmi.impl.RmiServerImpl
-
- addTrigger(ConnectTrigger) - Method in interface org.tinygroup.rmi.RmiServer
-
- addTriggers(Triggers) - Method in class org.tinygroup.database.trigger.impl.TriggerProcessorImpl
-
- addTriggers(Triggers) - Method in interface org.tinygroup.database.trigger.TriggerProcessor
-
- addTypeConverter(TypeConverter<?, ?>) - Method in class org.tinygroup.context2object.impl.ClassNameObjectGenerator
-
- addTypeConverter(TypeConverter<?, ?>) - Method in class org.tinygroup.context2object.impl.ClassNameObjectGeneratorWithException
-
- addTypeConverter(TypeConverter<?, ?>) - Method in interface org.tinygroup.context2object.ObjectGenerator
-
添加类型转换器
- addTypeConverter(TypeConverter) - Method in interface org.tinygroup.tinyioc.BeanContainer
-
- addTypeConverter(TypeConverter) - Method in class org.tinygroup.tinyioc.impl.BeanContainerImpl
-
- addTypeCreator(TypeCreator<?>) - Method in class org.tinygroup.context2object.impl.BaseClassNameObjectGenerator
-
- addTypeCreator(TypeCreator<?>) - Method in interface org.tinygroup.context2object.ObjectGenerator
-
添加类型创建器
- addUIComponents(UIComponents) - Method in class org.tinygroup.uiengine.manager.impl.UIComponentManagerImpl
-
- addUIComponents(UIComponents) - Method in interface org.tinygroup.uiengine.manager.UIComponentManager
-
添加界面组件
- addUiCssInfo(UiCssInfo) - Method in class org.tinygroup.uiengineweblayer.impl.UiCssManagerImpl
-
- addUiCssInfo(UiCssInfo) - Method in interface org.tinygroup.uiengineweblayer.UiCssManager
-
增加css对象
- addURL(URL) - Method in class org.tinygroup.commons.classloader.ResourceURLClassLoader
-
- addURL(URL[]) - Method in class org.tinygroup.commons.classloader.ResourceURLClassLoader
-
- addUrlConfig(UrlConfig) - Method in class org.tinygroup.weixin.impl.WeiXinManagerDefault
-
- addUrlConfig(UrlConfig) - Method in interface org.tinygroup.weixin.WeiXinManager
-
添加一条配置
- addUrlConfigs(UrlConfigs) - Method in class org.tinygroup.weixin.impl.WeiXinManagerDefault
-
- addUrlConfigs(UrlConfigs) - Method in interface org.tinygroup.weixin.WeiXinManager
-
添加一组配置
- addValidatorAnnotation(Class<T>, Field, Annotation) - Method in interface org.tinygroup.validate.AnnotationValidatorManager
-
根据用户注解,添加用户需要进行校验的类及属性上的校验规则
- addValidatorAnnotation(Class<T>, Field, Annotation) - Method in class org.tinygroup.validate.impl.AnnotationValidatorManagerImpl
-
- addValidators(Validators) - Method in class org.tinygroup.validate.impl.ValidatorMapStorageImpl
-
- addValidators(Validators) - Method in interface org.tinygroup.validate.ValidatorMapStorage
-
添加验证器
- addValue(boolean) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(byte) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(char) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(double) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(float) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(int) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(long) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(short) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(Object) - Method in class org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
添加参数名/参数值。
- addValue(boolean) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(byte) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(char) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(double) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(float) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(int) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(long) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(short) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValue(Object) - Method in interface org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
添加参数名/参数值。
- addValues(Value...) - Method in class org.tinygroup.tinysqldsl.base.InsertContext
-
- addVersion() - Method in class org.tinygroup.remoteconfig.config.ConfigPublishItem
-
- addViews(Views) - Method in class org.tinygroup.database.view.impl.ViewProcessorImpl
-
- addViews(Views) - Method in interface org.tinygroup.database.view.ViewProcessor
-
- addWeiXinConvert(WeiXinConvert) - Method in class org.tinygroup.weixin.convert.AbstractParser
-
- addWeiXinSession(WeiXinSession) - Method in class org.tinygroup.weixin.impl.WeiXinSessionManagerDefault
-
- addWeiXinSession(WeiXinSession) - Method in interface org.tinygroup.weixin.WeiXinSessionManager
-
添加会话
- addWord(Word) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addWord(List<Word>) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addWord(Word) - Method in interface org.tinygroup.chinese.WordParserManager
-
- addWord(List<Word>) - Method in interface org.tinygroup.chinese.WordParserManager
-
- addWordString(String) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addWordString(List<String>) - Method in class org.tinygroup.chinese.parsermanager.WordParserManagerImpl
-
- addWordString(String) - Method in interface org.tinygroup.chinese.WordParserManager
-
- addWordString(List<String>) - Method in interface org.tinygroup.chinese.WordParserManager
-
- addWrapper(String, JspServletWrapper) - Method in class org.tinygroup.jspengine.compiler.JspRuntimeContext
-
Add a new JspServletWrapper.
- addXmlConvert(WeiXinConvert) - Static method in class org.tinygroup.weixin.util.WeiXinParserUtil
-
- addXmlSignatureConfig(XmlSignatureConfig) - Method in class org.tinygroup.xmlsignature.impl.DefaultXmlSignatureManager
-
- addXmlSignatureConfig(XmlSignatureConfig) - Method in interface org.tinygroup.xmlsignature.XmlSignatureManager
-
添加XML数字签名配置项
- addXmlSignatureConfigs(XmlSignatureConfigs) - Method in class org.tinygroup.xmlsignature.impl.DefaultXmlSignatureManager
-
- addXmlSignatureConfigs(XmlSignatureConfigs) - Method in interface org.tinygroup.xmlsignature.XmlSignatureManager
-
添加XML数字签名配置组
- adjustBeginLineColumn(int, int) - Method in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBytecodeTime(String, long) - Method in class org.tinygroup.jspengine.compiler.JspRuntimeContext
-
- adjustLeftRight(AVLTreeImpl.Entry<T>, AVLTreeImpl.Entry<T>) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
进行 左-右旋转 后平衡因子调整 分三种情况
- adjustLeftRigth(AVLTreeImpl.Entry<T>, AVLTreeImpl.Entry<T>) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
Deprecated.
- adjustLength(List<Integer>) - Method in class org.tinygroup.convert.text.config.Text
-
- adjustLength(List<Integer>) - Method in class org.tinygroup.convert.text.config.TextRow
-
- adjustPath(AVLTreeImpl.Entry<T>, AVLTreeImpl.Entry<T>) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
调整指定路径上的节点的平衡因子
注,指定的路径上的所有节点一定是平衡的,因此如果被插入元素小于某个祖先节点, 则这个祖先节点新的平衡因子是 L,反之为 R。
- adjustRightLeft(AVLTreeImpl.Entry<T>, AVLTreeImpl.Entry<T>) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
进行 右-左旋转 后平衡因子调整
与adjustLeftRight方法一样,也有三种情况,这两个方法是对称的
- adjustRigthLeft(AVLTreeImpl.Entry<T>, AVLTreeImpl.Entry<T>) - Method in class org.tinygroup.binarytree.impl.AVLTreeImpl
-
已过期
推荐使用adjustRightLeft
进行 右-左旋转 后平衡因子调整
与adjustLeftRight方法一样,也有三种情况,这两个方法是对称的
- AdOperator - Class in org.tinygroup.template.rumtime.operator
-
Created by luoguo on 2014/6/5.
- AdOperator() - Constructor for class org.tinygroup.template.rumtime.operator.AdOperator
-
- AesEncrypter - Class in org.tinygroup.weblayer.webcontext.session.encrypter.impl
-
- AesEncrypter() - Constructor for class org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
-
- AesKeyWrapper - Class in org.tinygroup.weixin.util
-
AES加解密包装类
- AFTER - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- AFTER - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopProcessor
-
- AFTER - Static variable in interface org.tinygroup.database.customesql.CustomSqlProcessor
-
后续执行的sql
- after(Object, Method, Object...) - Method in interface org.tinygroup.tinyioc.InterceptorAfter
-
后置执行
- AFTER_LOCAL - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- AFTER_LOCAL - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopProcessor
-
- AFTER_REMOTE - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- AFTER_REMOTE - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopProcessor
-
- afterBizToRequestTrans(Object, ProRequest, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolOut
-
- afterBizToRequestTrans(Object, ProRequest, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolOutListener
-
- afterBizToResponseTrans(Object, ProResponse, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolIn
-
- afterBizToResponseTrans(Object, ProResponse, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolInListener
-
- afterExecute(Context) - Method in interface org.tinygroup.menucommand.CommandHandler
-
命令后置操作
- afterExecute(Context) - Method in class org.tinygroup.menucommand.handler.MenuCommandHandler
-
- afterExecute(Context) - Method in class org.tinygroup.menucommand.handler.QueryCommandHandler
-
- afterExecute(Context) - Method in class org.tinygroup.menucommand.handler.SystemCommandHandler
-
- AfterFeature - Class in org.tinygroup.order.order
-
表示当前request context应该排在提供指定feature的request context之后。
- AfterFeature(String) - Constructor for class org.tinygroup.order.order.AfterFeature
-
- afterHandle(Event) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- afterHandle(Event) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- afterHandle(Object[], ServiceProxy) - Method in class org.tinygroup.service.aop.ServiceAopManager
-
- afterLocalHandle(Event) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- afterLocalHandle(Event) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- afterProcess(ProRequest, Object, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolIn
-
- afterProcess(ProRequest, Object, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolInListener
-
- afterPropertiesSet() - Method in class org.tinygroup.aopcache.processor.AbstractAopCacheProcessor
-
- afterPropertiesSet() - Method in class org.tinygroup.aopcache.resolver.AbstractCacheActionResolver
-
- afterPropertiesSet() - Method in class org.tinygroup.aopcache.resolver.annotation.AbstractAnnotationConfigResolver
-
- afterPropertiesSet() - Method in class org.tinygroup.cachefactory.CacheFactoryBean
-
- afterPropertiesSet() - Method in class org.tinygroup.custombeandefine.convention.ConventionCustomBeanDefinitionRegistryPostProcessor
-
- afterPropertiesSet() - Method in class org.tinygroup.distributed.MultiDistributedMySQLDialect
-
- afterPropertiesSet() - Method in class org.tinygroup.distributed.SingleDistributedMySQLDialect
-
- afterPropertiesSet() - Method in class org.tinygroup.flowcomponent.db.component.AbstractJdbcTemplateComponent
-
- afterPropertiesSet() - Method in class org.tinygroup.flowcomponent.file.component.DBData2FileComponent
-
- afterPropertiesSet() - Method in class org.tinygroup.flowcomponent.file.component.File2DBDataComponent
-
- afterPropertiesSet() - Method in class org.tinygroup.flowcomponent.util.component.SerialNumberCreateComponent
-
- afterPropertiesSet() - Method in class org.tinygroup.jdbctemplatedslsession.template.DslAccessor
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.coc.ConventionBeanDefinitionRegistryPostProcessor
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.exceptionresolver.HandlerExceptionResolverComposite
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.extension.ExtensionMappingInstance
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.handler.MethodInvokePreHandlerComposite
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.handleradapter.TinyHandlerAdapterComposite
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.handlermapping.TinyHandlerMappingComposite
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.negotiation.ContentNegotiationManagerFactoryBean
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.support.HttpMessageConverterComposite
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.support.WebBindingInitializerComposite
-
- afterPropertiesSet() - Method in class org.tinygroup.springmvc.view.TinyContentNegotiatingViewResolver
-
- afterPropertiesSet() - Method in class org.tinygroup.springutil.CompositeParameterNameDiscoverer
-
- afterPropertiesSet() - Method in class org.tinygroup.springutil.DecryptPropertyPlaceholderConfigurer
-
- afterPropertiesSet() - Method in class org.tinygroup.support.BeanSupport
-
- afterPropertiesSet() - Method in class org.tinygroup.tinydb.impl.BeanOperatorManagerImpl
-
- afterPropertiesSet() - Method in class org.tinygroup.tinydb.spring.DBOperatorFactoryBean
-
- afterPropertiesSet() - Method in class org.tinygroup.tinystarter.TinyLifecycle
-
- afterPropertiesSet() - Method in class org.tinygroup.urlrestful.valueparser.AbstractValueConverter
-
- afterPropertiesSet() - Method in class org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
-
- afterPropertiesSet() - Method in class org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- afterPropertiesSet() - Method in class org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- afterPropertiesSet() - Method in class org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
-
- afterReceived(ProRequest, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolIn
-
- afterReceived(ProRequest, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolInListener
-
- afterRemoteHandle(Event) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- afterRemoteHandle(Event) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- afterRequestToBizTrans(ProRequest, Object, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolIn
-
- afterRequestToBizTrans(ProRequest, Object, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolInListener
-
- afterResponseToBizTrans(ProResponse, Object, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolOut
-
- afterResponseToBizTrans(ProResponse, Object, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolOutListener
-
- afterSend(ProRequest, ProResponse, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolOut
-
- afterSend(ProRequest, ProResponse, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolOutListener
-
- AGE_DELETE - Static variable in interface org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
-
- AGE_SESSION - Static variable in interface org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
-
- ALG_NAME - Static variable in class org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
-
- Alias - Class in org.tinygroup.jsqlparser.expression
-
- Alias() - Constructor for class org.tinygroup.jsqlparser.expression.Alias
-
- Alias(String) - Constructor for class org.tinygroup.jsqlparser.expression.Alias
-
- Alias(String, boolean) - Constructor for class org.tinygroup.jsqlparser.expression.Alias
-
- Alias() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- Alias - Class in org.tinygroup.tinysqldsl.base
-
别名
- Alias() - Constructor for class org.tinygroup.tinysqldsl.base.Alias
-
- Alias(String) - Constructor for class org.tinygroup.tinysqldsl.base.Alias
-
- Alias(String, boolean) - Constructor for class org.tinygroup.tinysqldsl.base.Alias
-
- AList() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- ALL - Variable in class org.tinygroup.tinysqldsl.base.Table
-
- AllColumns - Class in org.tinygroup.jsqlparser.statement.select
-
All the columns (as in "SELECT * FROM ...")
- AllColumns() - Constructor for class org.tinygroup.jsqlparser.statement.select.AllColumns
-
- AllColumns - Class in org.tinygroup.tinysqldsl.selectitem
-
All the columns (as in "SELECT * FROM ...")
- AllColumns() - Constructor for class org.tinygroup.tinysqldsl.selectitem.AllColumns
-
- AllComparisonExpression - Class in org.tinygroup.jsqlparser.expression
-
- AllComparisonExpression(SubSelect) - Constructor for class org.tinygroup.jsqlparser.expression.AllComparisonExpression
-
- AllComparisonExpression() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- AllComparisonExpression - Class in org.tinygroup.tinysqldsl.expression
-
- AllComparisonExpression(SubSelect) - Constructor for class org.tinygroup.tinysqldsl.expression.AllComparisonExpression
-
- allocateRequestId(HttpServletRequest) - Method in class org.tinygroup.weblayer.servlet.LocalServlet
-
- allowForAttribute(String, Class<?>) - Method in class org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
-
- allowForAttribute(String, Class<?>) - Method in class org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
-
- allowMultiton() - Method in class org.tinygroup.httpclient31.client.MultiClientImpl
-
- allowMultiton() - Method in class org.tinygroup.httpclient31.client.SingleClientImpl
-
- allowMultiton() - Method in class org.tinygroup.httpclient451.client.MultiClientImpl
-
- allowMultiton() - Method in class org.tinygroup.httpclient451.client.SingleClientImpl
-
- allowMultiton() - Method in interface org.tinygroup.httpvisitor.client.ClientInterface
-
允许多例共享通讯资源
- AllowNullNumberEditor - Class in org.tinygroup.flowcomponent.db.rowmapper.editor
-
基本类型允许是null值,如果是空值,转换成基本类型的默认值
- AllowNullNumberEditor(Class, boolean) - Constructor for class org.tinygroup.flowcomponent.db.rowmapper.editor.AllowNullNumberEditor
-
- AllowNullNumberEditor - Class in org.tinygroup.jdbctemplatedslsession.editor
-
基本类型允许是null值,如果是空值,转换成基本类型的默认值
- AllowNullNumberEditor(Class, boolean) - Constructor for class org.tinygroup.jdbctemplatedslsession.editor.AllowNullNumberEditor
-
- allowRedirects - Variable in class org.tinygroup.httpclient31.client.AbstractHttpClient31
-
- allowRedirects - Variable in class org.tinygroup.httpclient451.client.AbstractHttpClient451
-
- allowRedirects(boolean) - Method in class org.tinygroup.httpvisitor.builder.RequestClientBuilder
-
- allowRedirects(boolean) - Method in class org.tinygroup.httpvisitor.client.ClientBuilder
-
- allowRedirects(boolean) - Method in interface org.tinygroup.httpvisitor.client.ClientBuilderInterface
-
If follow get/head redirect, default true.
- AllTableColumns() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- AllTableColumns - Class in org.tinygroup.jsqlparser.statement.select
-
- AllTableColumns() - Constructor for class org.tinygroup.jsqlparser.statement.select.AllTableColumns
-
- AllTableColumns(Table) - Constructor for class org.tinygroup.jsqlparser.statement.select.AllTableColumns
-
- AllTableColumns - Class in org.tinygroup.tinysqldsl.selectitem
-
- AllTableColumns() - Constructor for class org.tinygroup.tinysqldsl.selectitem.AllTableColumns
-
- AllTableColumns(Table) - Constructor for class org.tinygroup.tinysqldsl.selectitem.AllTableColumns
-
- alreadyQuoted(String) - Static method in class org.tinygroup.weblayer.webcontext.util.ServerCookie
-
- ALT_DD_ATTR - Static variable in class org.tinygroup.jspengine.Constants
-
- Alter() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- Alter - Class in org.tinygroup.jsqlparser.statement.alter
-
- Alter() - Constructor for class org.tinygroup.jsqlparser.statement.alter.Alter
-
- ALWAYS_ADD_EXPIRES - Static variable in class org.tinygroup.weblayer.webcontext.util.ServerCookie
-
If set to false, we don't use the IE6/7 Max-Age/Expires work around
- ALWAYS_MAKE_TAGS - Static variable in class org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
-
flag determining whether to try to make tags when presented with
"unbalanced" angle brackets (e.g.
- analyMethod(Method) - Method in class org.tinygroup.servicewrapper.impl.DefaultServiceIdAnaly
-
- analyMethod(Method) - Method in interface org.tinygroup.servicewrapper.ServiceIdAnaly
-
- AnalyticExpression - Class in org.tinygroup.jsqlparser.expression
-
Analytic function.
- AnalyticExpression() - Constructor for class org.tinygroup.jsqlparser.expression.AnalyticExpression
-
- AnalyticExpression() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- AnalyticExpression - Class in org.tinygroup.tinysqldsl.expression
-
Analytic function.
- AnalyticExpression() - Constructor for class org.tinygroup.tinysqldsl.expression.AnalyticExpression
-
- And() - Method in class org.tinygroup.jspengine.el.parser.ELParser
-
- and() - Method in class org.tinygroup.tinydb.query.Conditions
-
- and(Condition) - Method in class org.tinygroup.tinysqldsl.base.Condition
-
- and(Condition...) - Static method in class org.tinygroup.tinysqldsl.base.StatementSqlBuilder
-
- AND0 - Static variable in interface org.tinygroup.jspengine.el.parser.ELParserConstants
-
- AND1 - Static variable in interface org.tinygroup.jspengine.el.parser.ELParserConstants
-
- AndExpression - Class in org.tinygroup.jsqlparser.expression.operators.conditional
-
- AndExpression(Expression, Expression) - Constructor for class org.tinygroup.jsqlparser.expression.operators.conditional.AndExpression
-
- AndExpression() - Constructor for class org.tinygroup.jsqlparser.expression.operators.conditional.AndExpression
-
- AndExpression() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- AndExpression - Class in org.tinygroup.tinysqldsl.expression.conditional
-
and 条件
- AndExpression() - Constructor for class org.tinygroup.tinysqldsl.expression.conditional.AndExpression
-
- AndExpression(Expression, Expression, boolean) - Constructor for class org.tinygroup.tinysqldsl.expression.conditional.AndExpression
-
- AndExpression(Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.conditional.AndExpression
-
- andExpression(Expression...) - Static method in class org.tinygroup.tinysqldsl.expression.conditional.ConditionExpressionList
-
- AndLogicOperator - Class in org.tinygroup.template.rumtime.operator
-
Created by luoguo on 2014/6/5.
- AndLogicOperator() - Constructor for class org.tinygroup.template.rumtime.operator.AndLogicOperator
-
- andWithBrackets(Expression...) - Static method in class org.tinygroup.tinysqldsl.base.Condition
-
- ANNOTATION_MANAGER_BEAN_NAME - Static variable in interface org.tinygroup.annotation.AnnotationExecuteManager
-
- AnnotationAttributes - Class in org.tinygroup.commons.tools
-
- AnnotationAttributes() - Constructor for class org.tinygroup.commons.tools.AnnotationAttributes
-
- AnnotationAttributes(int) - Constructor for class org.tinygroup.commons.tools.AnnotationAttributes
-
Create a new, empty
AnnotationAttributes
instance with the given initial
capacity to optimize performance.
- AnnotationAttributes(Map<String, Object>) - Constructor for class org.tinygroup.commons.tools.AnnotationAttributes
-
- AnnotationCacheActionResolver - Class in org.tinygroup.aopcache.resolver
-
注解方式缓存配置解析器 Created by renhui on 2015/9/24.
- AnnotationCacheActionResolver() - Constructor for class org.tinygroup.aopcache.resolver.AnnotationCacheActionResolver
-
- AnnotationClassAction - Interface in org.tinygroup.annotation
-
符合类注解定义的处理器
- AnnotationClassFileProcessor - Class in org.tinygroup.annotation.fileresolver
-
类文件搜索器
- AnnotationClassFileProcessor() - Constructor for class org.tinygroup.annotation.fileresolver.AnnotationClassFileProcessor
-
- AnnotationClassMap - Class in org.tinygroup.annotation.impl
-
注解类规范映射 用于保存AnnotationProcessor解析的注解规范配置信息
- AnnotationClassMap() - Constructor for class org.tinygroup.annotation.impl.AnnotationClassMap
-
- AnnotationClassMatcher - Class in org.tinygroup.annotation.config
-
注解匹配器,通过注解匹配器定义了在什么情况下匹配注解,并定义了匹配成功时执行的处理器列表
- AnnotationClassMatcher() - Constructor for class org.tinygroup.annotation.config.AnnotationClassMatcher
-
- AnnotationClassMatchers - Class in org.tinygroup.annotation.config
-
注解匹配匹配,用于定义一组注解匹配模式及匹配成功后的处理
- AnnotationClassMatchers() - Constructor for class org.tinygroup.annotation.config.AnnotationClassMatchers
-
- AnnotationConfigResolver - Interface in org.tinygroup.aopcache
-
- AnnotationExecuteManager - Interface in org.tinygroup.annotation
-
annotation执行管理接口
- AnnotationExecuteManagerImpl - Class in org.tinygroup.annotation.impl
-
注解执行管理器实现
- AnnotationExecuteManagerImpl() - Constructor for class org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl
-
- AnnotationFileProcessor - Class in org.tinygroup.annotation.fileresolver
-
注解文件搜索器
- AnnotationFileProcessor() - Constructor for class org.tinygroup.annotation.fileresolver.AnnotationFileProcessor
-
- AnnotationHandlerMapping - Class in org.tinygroup.weblayer.mvc.handlermapping
-
功能说明: 注解方式处理类
- AnnotationHandlerMapping() - Constructor for class org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping
-
- AnnotationLoader - Class in org.tinygroup.service.annotation
-
- AnnotationLoader() - Constructor for class org.tinygroup.service.annotation.AnnotationLoader
-
- annotationMatch(Annotation) - Method in interface org.tinygroup.aopcache.AnnotationConfigResolver
-
解析器匹配的注解
- annotationMatch(Annotation) - Method in class org.tinygroup.aopcache.resolver.annotation.CacheGetConfigResolver
-
- annotationMatch(Annotation) - Method in class org.tinygroup.aopcache.resolver.annotation.CachePutConfigResolver
-
- annotationMatch(Annotation) - Method in class org.tinygroup.aopcache.resolver.annotation.CacheRemoveConfigResolver
-
- AnnotationMatcherDto - Class in org.tinygroup.annotation.impl
-
保存注解配置信息的中间类
- AnnotationMethodAction - Interface in org.tinygroup.annotation
-
符合方法注解定义的处理器
- AnnotationMethodMatcher - Class in org.tinygroup.annotation.config
-
方法注解匹配器
- AnnotationMethodMatcher() - Constructor for class org.tinygroup.annotation.config.AnnotationMethodMatcher
-
- AnnotationParameterNameDiscoverer - Class in org.tinygroup.springutil
-
从方法参数注解MethodParamName获取方法参数名称
- AnnotationParameterNameDiscoverer() - Constructor for class org.tinygroup.springutil.AnnotationParameterNameDiscoverer
-
- AnnotationPropertyAction - Interface in org.tinygroup.annotation
-
符合属性注解定义的处理器
- AnnotationPropertyMatcher - Class in org.tinygroup.annotation.config
-
属性注解匹配器
- AnnotationPropertyMatcher() - Constructor for class org.tinygroup.annotation.config.AnnotationPropertyMatcher
-
- AnnotationRuntimeException - Exception in org.tinygroup.annotation.exception
-
- AnnotationRuntimeException(Throwable) - Constructor for exception org.tinygroup.annotation.exception.AnnotationRuntimeException
-
- AnnotationRuntimeException(String) - Constructor for exception org.tinygroup.annotation.exception.AnnotationRuntimeException
-
- AnnotationScopeMetadataResolver - Class in org.tinygroup.springmvc.support
-
默认是多实例
- AnnotationScopeMetadataResolver() - Constructor for class org.tinygroup.springmvc.support.AnnotationScopeMetadataResolver
-
Create a new instance of the AnnotationScopeMetadataResolver
class.
- AnnotationScopeMetadataResolver(ScopedProxyMode) - Constructor for class org.tinygroup.springmvc.support.AnnotationScopeMetadataResolver
-
Create a new instance of the AnnotationScopeMetadataResolver
class.
- AnnotationServiceLoader - Interface in org.tinygroup.service.loader
-
功能说明:加载注解配置的serviceload
- AnnotationTypeMatcher - Class in org.tinygroup.annotation.config
-
封装classname和annotationType正则表达式的类
- AnnotationTypeMatcher(List<String>, String) - Constructor for class org.tinygroup.annotation.config.AnnotationTypeMatcher
-
- AnnotationUtils - Class in org.tinygroup.commons.tools
-
General utility methods for working with annotations, handling bridge methods (which the compiler
generates for generic declarations) as well as super methods (for optional "annotation inheritance").
- AnnotationUtils() - Constructor for class org.tinygroup.commons.tools.AnnotationUtils
-
- AnnotationValidatorManager - Interface in org.tinygroup.validate
-
annotation风格的校验管理器
- AnnotationValidatorManagerImpl - Class in org.tinygroup.validate.impl
-
注解管理接口实现类
- AnnotationValidatorManagerImpl() - Constructor for class org.tinygroup.validate.impl.AnnotationValidatorManagerImpl
-
- AntJavaCompiler - Class in org.tinygroup.jspengine.compiler
-
Java compiler through ant
- AntJavaCompiler() - Constructor for class org.tinygroup.jspengine.compiler.AntJavaCompiler
-
- AntPathStringMatcher - Class in org.tinygroup.commons.match
-
Package-protected helper class for AntPathMatcher
.
- AntPathStringMatcher(String, String) - Constructor for class org.tinygroup.commons.match.AntPathStringMatcher
-
Construct a new instance of the AntPatchStringMatcher
.
- AnyComparisonExpression - Class in org.tinygroup.jsqlparser.expression
-
- AnyComparisonExpression(SubSelect) - Constructor for class org.tinygroup.jsqlparser.expression.AnyComparisonExpression
-
- AnyComparisonExpression() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- AnyComparisonExpression - Class in org.tinygroup.tinysqldsl.expression
-
- AnyComparisonExpression(SubSelect) - Constructor for class org.tinygroup.tinysqldsl.expression.AnyComparisonExpression
-
- AopCache - Class in org.tinygroup.aopcache.config
-
- AopCache() - Constructor for class org.tinygroup.aopcache.config.AopCache
-
- AopCacheConfigManager - Interface in org.tinygroup.aopcache
-
aop缓存配置管理对象
- AopCacheConfigManagerImpl - Class in org.tinygroup.aopcache.impl
-
aop缓存配置管理器
- AopCacheConfigManagerImpl() - Constructor for class org.tinygroup.aopcache.impl.AopCacheConfigManagerImpl
-
- AopCacheException - Exception in org.tinygroup.aopcache.exception
-
- AopCacheException() - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, Context, Locale) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, Context) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, Object...) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, String, Context, Locale) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, String, Locale, Object...) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, String, Locale, Throwable, Object...) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, String, Throwable, Object...) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(String, Throwable, Object...) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheException(Throwable) - Constructor for exception org.tinygroup.aopcache.exception.AopCacheException
-
- AopCacheExecutionChain - Class in org.tinygroup.aopcache
-
aop缓存执行链
- AopCacheExecutionChain() - Constructor for class org.tinygroup.aopcache.AopCacheExecutionChain
-
- AopCacheExecutionChain(AopCacheHolder[]) - Constructor for class org.tinygroup.aopcache.AopCacheExecutionChain
-
构造方法初始化processors
- AopCacheGetProcessor - Class in org.tinygroup.aopcache.processor
-
缓存获取操作
- AopCacheGetProcessor() - Constructor for class org.tinygroup.aopcache.processor.AopCacheGetProcessor
-
- AopCacheHolder - Class in org.tinygroup.aopcache.base
-
- AopCacheHolder() - Constructor for class org.tinygroup.aopcache.base.AopCacheHolder
-
- AopCacheHolder(AopCacheProcessor, CacheMetadata) - Constructor for class org.tinygroup.aopcache.base.AopCacheHolder
-
- AopCacheInterceptor - Class in org.tinygroup.aopcache.interceptor
-
aop缓存拦截器,是功能的入口
- AopCacheInterceptor() - Constructor for class org.tinygroup.aopcache.interceptor.AopCacheInterceptor
-
- AopCacheProcessor - Interface in org.tinygroup.aopcache
-
aop缓存处理接口
- AopCachePutProcessor - Class in org.tinygroup.aopcache.processor
-
aop缓存存放操作
- AopCachePutProcessor() - Constructor for class org.tinygroup.aopcache.processor.AopCachePutProcessor
-
- AopCacheRemoveProcessor - Class in org.tinygroup.aopcache.processor
-
aop缓存删除操作
- AopCacheRemoveProcessor() - Constructor for class org.tinygroup.aopcache.processor.AopCacheRemoveProcessor
-
- AopCaches - Class in org.tinygroup.aopcache.config
-
- AopCaches() - Constructor for class org.tinygroup.aopcache.config.AopCaches
-
- AopDefine - Class in org.tinygroup.tinyioc
-
AOP定义
Created by luoguo on 13-12-31.
- AopDefine() - Constructor for class org.tinygroup.tinyioc.AopDefine
-
- AopDefine(String, String, String, String) - Constructor for class org.tinygroup.tinyioc.AopDefine
-
- AopTargetUtil - Class in org.tinygroup.commons.spring.util
-
Spring Aop工具类
- AopTargetUtil() - Constructor for class org.tinygroup.commons.spring.util.AopTargetUtil
-
- append(boolean) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(byte) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(char) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(double) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(float) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(long) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(short) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(Object) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- append(Object) - Method in class org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
-
- append(String, Object) - Method in class org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
-
- append(char) - Method in class org.tinygroup.jspengine.xmlparser.XMLStringBuffer
-
append
- append(String) - Method in class org.tinygroup.jspengine.xmlparser.XMLStringBuffer
-
append
- append(char[], int, int) - Method in class org.tinygroup.jspengine.xmlparser.XMLStringBuffer
-
append
- append(XMLString) - Method in class org.tinygroup.jspengine.xmlparser.XMLStringBuffer
-
append
- append(CharSequence) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
- append(CharSequence, int, int) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
- append(char) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
- append(String, String) - Method in class org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
- append(Map<String, String>) - Method in class org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
- appendAll(Collection<?>) - Method in class org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
-
- appendAll(Object[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
-
- appendAll(Map<?, ?>) - Method in class org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
-
- appendArray(Object[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(boolean[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(boolean[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(byte[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(byte[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(char[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(char[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(double[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(double[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(float[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(float[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(int[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(int[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(long[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(long[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(short[]) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendArray(short[], int, int) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendBody(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendCollection(Collection<?>) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendCollection(Collection<?>, boolean) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendColumnUpdate(List<String>, TableField, StandardField, ColumnContext) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
列字段是否发生改变
- appendColumnUpdate(List<String>, TableField, StandardField, ColumnContext) - Method in class org.tinygroup.database.table.impl.SybaseSqlProcessorImpl
-
- appendComment(String, StringBuffer) - Method in class org.tinygroup.database.table.impl.Db2SqlProcessorImpl
-
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.Db2SqlProcessorImpl
-
添加oracle的字段备注信息
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.DerbySqlProcessorImpl
-
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.H2SqlProcessorImpl
-
- appendComment(String, StringBuffer) - Method in class org.tinygroup.database.table.impl.InformixSqlProcessorImpl
-
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.InformixSqlProcessorImpl
-
- appendComment(String, StringBuffer) - Method in class org.tinygroup.database.table.impl.OracleSqlProcessorImpl
-
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.OracleSqlProcessorImpl
-
添加oracle的字段备注信息
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.SqlserverSqlProcessorImpl
-
- appendComment(String, StringBuffer, List<String>) - Method in class org.tinygroup.database.table.impl.SybaseSqlProcessorImpl
-
- appendCondition(String) - Method in class org.tinygroup.tinydb.sql.SelectSqlBuilder
-
- appendCookieValue(StringBuilder, int, String, String, String, String, String, int, boolean, boolean) - Static method in class org.tinygroup.weblayer.webcontext.util.ServerCookie
-
- appendDefaultValue(String, StringBuffer) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendDescription(Object) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendField(StringBuffer, TableField, List<String>, Table) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendFooter(StringBuilder, String) - Static method in class org.tinygroup.convert.XmlUtils
-
- appendFooter(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.Db2SqlProcessorImpl
-
- appendFooter(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.H2SqlProcessorImpl
-
- appendFooter(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.OracleSqlProcessorImpl
-
- appendFooter(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendFooter(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.SqlserverSqlProcessorImpl
-
- appendFooterComment(Table, List<String>) - Method in class org.tinygroup.database.table.impl.InformixSqlProcessorImpl
-
在footer增加comment
实现为空
- appendFooterComment(Table, List<String>) - Method in class org.tinygroup.database.table.impl.MysqlSqlProcessorImpl
-
在footer增加comment
mysql 实现为空
- appendFooterComment(Table, List<String>) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
在footer增加comment
- appendFooterComment(Table, List<String>) - Method in class org.tinygroup.database.table.impl.SqlserverSqlProcessorImpl
-
在footer增加comment
- appendFooterComment(Table, List<String>) - Method in class org.tinygroup.database.table.impl.SybaseSqlProcessorImpl
-
在footer增加comment
mysql 实现为空
- appendGroupBy(String) - Method in class org.tinygroup.tinydb.sql.SelectSqlBuilder
-
- appendHangingIndent(Object) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendHeader(StringBuilder, String) - Static method in class org.tinygroup.convert.XmlUtils
-
- appendIdentityToString(A, Object) - Static method in class org.tinygroup.commons.tools.ObjectUtil
-
将对象自身的identity——如同对象没有覆盖
toString()
方法时,
Object.toString()
的原始输出——追加到
Appendable
中。
- appendIncrease() - Method in class org.tinygroup.database.table.impl.Db2SqlProcessorImpl
-
- appendIncrease() - Method in class org.tinygroup.database.table.impl.DerbySqlProcessorImpl
-
- appendIncrease() - Method in class org.tinygroup.database.table.impl.H2SqlProcessorImpl
-
支持identity和auto_increment
这里选用auto_increment
- appendIncrease() - Method in class org.tinygroup.database.table.impl.MysqlSqlProcessorImpl
-
- appendIncrease() - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendIncrease() - Method in class org.tinygroup.database.table.impl.SqlserverSqlProcessorImpl
-
- appendIncrease() - Method in class org.tinygroup.database.table.impl.SybaseSqlProcessorImpl
-
- appendIndexReverse(StringBuffer, Index) - Method in class org.tinygroup.database.table.impl.Db2SqlProcessorImpl
-
- appendIndexReverse(StringBuffer, Index) - Method in class org.tinygroup.database.table.impl.InformixSqlProcessorImpl
-
- appendIndexReverse(StringBuffer, Index) - Method in class org.tinygroup.database.table.impl.OracleSqlProcessorImpl
-
- appendIndexReverse(StringBuffer, Index) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendMap(Map<?, ?>) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendMap(Map<?, ?>, boolean) - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendNull() - Method in class org.tinygroup.commons.tools.ToStringBuilder
-
- appendOrderBy(String) - Method in class org.tinygroup.tinydb.sql.SelectSqlBuilder
-
- appendPrimarySql(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.InformixSqlProcessorImpl
-
- appendPrimarySql(StringBuffer, Table, List<String>) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendSelectItem(String) - Method in class org.tinygroup.tinydb.sql.SelectSqlBuilder
-
- appendSplit(String) - Static method in class org.tinygroup.remoteconfig.zk.utils.PathHelper
-
- appendSql(String) - Method in class org.tinygroup.tinysqldsl.base.StatementSqlBuilder
-
- appendSqlText(StringBuilder, List<String>) - Static method in class org.tinygroup.databasechange.TableSqlUtil
-
- appendTable(String) - Method in class org.tinygroup.tinydb.sql.SelectSqlBuilder
-
- appendTableSpace(StringBuffer, Table) - Method in class org.tinygroup.database.table.impl.InformixSqlProcessorImpl
-
- appendTableSpace(StringBuffer, Table) - Method in class org.tinygroup.database.table.impl.MysqlSqlProcessorImpl
-
- appendTableSpace(StringBuffer, Table) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
表空间默认实现
- appendTableSpace(StringBuffer, Table) - Method in class org.tinygroup.database.table.impl.SybaseSqlProcessorImpl
-
- appendTo(ToStringBuilder) - Method in class org.tinygroup.commons.tools.ToStringBuilder.CollectionBuilder
-
- appendTo(ToStringBuilder) - Method in class org.tinygroup.commons.tools.ToStringBuilder.MapBuilder
-
- appendTo(ToStringBuilder) - Method in interface org.tinygroup.commons.tools.ToStringBuilder.StructureBuilder
-
- appendToBuffer(byte[], int) - Method in class org.tinygroup.commons.lang.BufferString
-
附加到Buffer上
- appendToken(String) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
增加占位符.
- appendToken(String, String) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
增加占位符.
- appendTypeAndDefault(StringBuffer, TableField, StandardField) - Method in class org.tinygroup.database.table.impl.SqlProcessorImpl
-
- appendTypeAndDefault(StringBuffer, TableField, StandardField) - Method in class org.tinygroup.database.table.impl.SybaseSqlProcessorImpl
-
与其他数据库顺序不一样,identity必须在not null之前
- appendValue(XmlNode, String, String) - Static method in class org.tinygroup.flowbasiccomponent.util.XMLOperatorUtil
-
在指定的节点路径下追加内容
- AppendValueComponent - Class in org.tinygroup.flowbasiccomponent.xml.component
-
xml追加内容组件 在指定路径下面加入追加传入的值
- AppendValueComponent() - Constructor for class org.tinygroup.flowbasiccomponent.xml.component.AppendValueComponent
-
- AppKeyGenerator - Class in org.tinygroup.jdbctemplatedslsession.keygenerator
-
- AppKeyGenerator(DataFieldMaxValueIncrementer) - Constructor for class org.tinygroup.jdbctemplatedslsession.keygenerator.AppKeyGenerator
-
- Application - Interface in org.tinygroup.application
-
不管是Web应用还是其它类型的应用,都可以看成是一个Application
- applicationConfig - Variable in class org.tinygroup.annotation.impl.AnnotationExecuteManagerImpl
-
- applicationConfig - Variable in class org.tinygroup.config.impl.AbstractConfiguration
-
- applicationConfig - Variable in class org.tinygroup.fileresolver.impl.AbstractFileProcessor
-
- applicationConfig - Variable in class org.tinygroup.fileresolver.impl.ExcludeContextFileFinder
-
- applicationConfig - Variable in class org.tinygroup.weblayer.filter.gzip.GZIPFilter
-
- ApplicationDefault - Class in org.tinygroup.application.impl
-
默认的应用实现
Tiny框架认为,应用都是一个Application,无论是控制台App还是Web App。
只不过这个应用的复杂程度不同而已。
- ApplicationDefault() - Constructor for class org.tinygroup.application.impl.ApplicationDefault
-
- ApplicationProcessor - Interface in org.tinygroup.application
-
- ApplicationPropertyResourceConfigurer - Class in org.tinygroup.springutil
-
- ApplicationPropertyResourceConfigurer() - Constructor for class org.tinygroup.springutil.ApplicationPropertyResourceConfigurer
-
- ApplicationStartupListener - Class in org.tinygroup.weblayer
-
- ApplicationStartupListener() - Constructor for class org.tinygroup.weblayer.ApplicationStartupListener
-
- apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.tinygroup.jspengine.compiler.TagPluginManager
-
- apply(HttpServletRequest, boolean) - Method in interface org.tinygroup.weblayer.webcontext.form.FormCheckStrategy
-
实施检查策略
- apply(HttpServletRequest, boolean) - Method in class org.tinygroup.weblayer.webcontext.form.impl.AbstractFormCheckStrategy
-
- applyContentType(HttpServletResponse) - Method in class org.tinygroup.springmvc.view.TinyTemplateLayoutView
-
- applyContentType(HttpServletResponse) - Method in class org.tinygroup.springwithtemplate3.impl.TinyTemplateLayoutView
-
- applyContentType(HttpServletResponse) - Method in class org.tinygroup.templatespringext.springext.TinyTemplateLayoutView
-
- applyDefaultValues() - Method in class org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
设置默认值。
- applyIfTokenValue(String) - Method in class org.tinygroup.weblayer.webcontext.form.impl.AbstractFormCheckStrategy
-
根据判断token值来决定是否应用检查规则
- applyIfTokenValue(String) - Method in class org.tinygroup.weblayer.webcontext.form.impl.CommonStrictFormCheckStrategy
-
- ArithmeticNode - Class in org.tinygroup.jspengine.el.parser
-
- ArithmeticNode(int) - Constructor for class org.tinygroup.jspengine.el.parser.ArithmeticNode
-
- ARRAY_MODE - Static variable in class org.tinygroup.tinydb.relation.Relation
-
- ARRAY_SUFFIX - Static variable in class org.tinygroup.commons.tools.ClassUtil
-
Suffix for array class names: "[]"
- ARRAY_SUFFIX - Static variable in class org.tinygroup.commons.tools.ClassUtils
-
Suffix for array class names: "[]"
- arrayContains(Object[], Object) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(Object[], Object[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(long[], long) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(long[], long[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(int[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(int[], int[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(short[], short) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(short[], short[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(byte[], byte) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(byte[], byte[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(double[], double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(double[], double, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(double[], double[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(double[], double[], double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(float[], float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(float[], float, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(float[], float[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(float[], float[], float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(boolean[], boolean) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(boolean[], boolean[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayContains(char[], char) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定对象是否存在于指定数组中。
- arrayContains(char[], char[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
判断指定元素序列是否存在于指定数组中。
- arrayElementIsObjectType(Class<T>) - Static method in class org.tinygroup.validate.impl.ClassUtil
-
判断对象是不是集合类型
- ArrayGetProcessor - Class in org.tinygroup.template.interpret.context
-
Created by luog on 15/7/17.
- ArrayGetProcessor() - Constructor for class org.tinygroup.template.interpret.context.ArrayGetProcessor
-
- arrayIndexOf(Object[], Object) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(Object[], Object[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(Object[], Object, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(long[], long) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(long[], long[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(long[], long, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(long[], long[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(int[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(int[], int[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(int[], int, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(int[], int[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(short[], short) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(short[], short[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(short[], short, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(short[], short[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(byte[], byte) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(byte[], byte[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(byte[], byte, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(byte[], byte[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(double[], double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(double[], double, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(double[], double[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(double[], double[], double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(double[], double, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(double[], double, int, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(double[], double[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(double[], double[], int, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(float[], float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(float[], float, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(float[], float[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(float[], float[], float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(float[], float, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(float[], float, int, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(float[], float[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(float[], float[], int, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(boolean[], boolean) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(boolean[], boolean[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(boolean[], boolean, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(boolean[], boolean[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(char[], char) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(char[], char[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayIndexOf(char[], char, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素。
- arrayIndexOf(char[], char[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中查找一个元素序列。
- arrayLastIndexOf(Object[], Object) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(Object[], Object[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(Object[], Object, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(long[], long) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(long[], long[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(long[], long, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(long[], long[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(int[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(int[], int[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(int[], int, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(int[], int[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(short[], short) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(short[], short[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(short[], short, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(short[], short[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(byte[], byte) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(byte[], byte[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(byte[], byte, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(byte[], byte[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(double[], double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(double[], double, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(double[], double[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(double[], double[], double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(double[], double, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(double[], double, int, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(double[], double[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(double[], double[], int, double) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(float[], float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(float[], float, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(float[], float[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(float[], float[], float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(float[], float, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(float[], float, int, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(float[], float[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(float[], float[], int, float) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(boolean[], boolean) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(boolean[], boolean[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(boolean[], boolean, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(boolean[], boolean[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(char[], char) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(char[], char[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLastIndexOf(char[], char, int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素。
- arrayLastIndexOf(char[], char[], int) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
在数组中从末尾开始查找一个元素序列。
- arrayLength(Object) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
取得数组的长度。
- ArrayProcessor - Class in org.tinygroup.template.interpret.context
-
Created by luog on 15/7/17.
- ArrayProcessor() - Constructor for class org.tinygroup.template.interpret.context.ArrayProcessor
-
- arrayReverse(Object[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(long[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(int[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(short[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(byte[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(double[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(float[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(boolean[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- arrayReverse(char[]) - Static method in class org.tinygroup.commons.tools.ArrayUtil
-
反转数组的元素顺序。如果数组为null
,则什么也不做。
- ArrayUtil - Class in org.tinygroup.commons.tools
-
有关数组处理的工具类。
- ArrayUtil() - Constructor for class org.tinygroup.commons.tools.ArrayUtil
-
- ArticleItem - Class in org.tinygroup.weixin.replymessage
-
- ArticleItem() - Constructor for class org.tinygroup.weixin.replymessage.ArticleItem
-
- ArticleItem(String, String, String, String) - Constructor for class org.tinygroup.weixin.replymessage.ArticleItem
-
- ArticleItem - Class in org.tinygroup.weixinkf.kfmessage.item
-
- ArticleItem() - Constructor for class org.tinygroup.weixinkf.kfmessage.item.ArticleItem
-
- ArticleItems - Class in org.tinygroup.weixin.replymessage
-
- ArticleItems() - Constructor for class org.tinygroup.weixin.replymessage.ArticleItems
-
- as(String) - Method in class org.tinygroup.tinysqldsl.base.Column
-
- as(String, boolean) - Method in class org.tinygroup.tinysqldsl.base.Column
-
- as(String) - Method in class org.tinygroup.tinysqldsl.base.Table
-
- as(String, boolean) - Method in class org.tinygroup.tinysqldsl.base.Table
-
- as(String) - Method in class org.tinygroup.tinysqldsl.expression.Function
-
- as(String, boolean) - Method in class org.tinygroup.tinysqldsl.expression.Function
-
- as(String) - Method in class org.tinygroup.tinysqldsl.selectitem.Distinct
-
- as(String, boolean) - Method in class org.tinygroup.tinysqldsl.selectitem.Distinct
-
- ASC - Static variable in interface org.tinygroup.tinydb.order.OrderBean
-
- asc(Expression) - Static method in class org.tinygroup.tinysqldsl.select.OrderByElement
-
- ascii2Native(String) - Static method in class org.tinygroup.commons.tools.Native2AsciiUtils
-
Ascii to native string.
- ASCIIReader - Class in org.tinygroup.jspengine.xmlparser
-
A simple ASCII byte reader.
- ASCIIReader(InputStream, int) - Constructor for class org.tinygroup.jspengine.xmlparser.ASCIIReader
-
Constructs an ASCII reader from the specified input stream
and buffer size.
- AscOrderGenerater - Class in org.tinygroup.tinydb.sql.order.impl
-
降序
- AscOrderGenerater() - Constructor for class org.tinygroup.tinydb.sql.order.impl.AscOrderGenerater
-
- ascToHex(int) - Static method in class org.tinygroup.flowbasiccomponent.util.Hex2AscUtil
-
ASCII转十六进制
- asList(T...) - Static method in class org.tinygroup.commons.tools.CollectionUtil
-
创建一个List
。
- assemble(String, Bean, Context) - Method in class org.tinygroup.beanconverter.BeanAssembly
-
- assemble(String, T, Context) - Method in interface org.tinygroup.context2object.ObjectAssembly
-
根据上下文参数信息进行对象组装
- assemble() - Method in class org.tinygroup.flow.config.Flow
-
- assemble() - Method in class org.tinygroup.flow.config.SubFlow
-
- assemble() - Method in interface org.tinygroup.flow.FlowManager
-
组装flow,主要用于处理继承关系
- assemble() - Method in class org.tinygroup.flow.impl.AbstractOldFlowExecutorImpl
-
- assemble() - Method in class org.tinygroup.flow.impl.FlowManagerImpl
-
- assemble() - Method in class org.tinygroup.flow.impl.SubFlowManagerImpl
-
- assemble(boolean, TableMetaData, Insert) - Method in class org.tinygroup.jdbctemplatedslsession.ObjectMapper
-
- assemblyContext(MethodInvocation) - Method in class org.tinygroup.aopcache.base.TemplateRender
-
- AssemblyService<T> - Interface in org.tinygroup.assembly
-
- Assert - Class in org.tinygroup.commons.tools
-
- Assert() - Constructor for class org.tinygroup.commons.tools.Assert
-
- Assert.ExceptionType - Enum in org.tinygroup.commons.tools
-
Assertion错误类型。
- assertAttributeNameForModification(String, String) - Method in class org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
检查将要更改的attr name是否合法。
- assertCharsetSupported() - Method in class org.tinygroup.commons.i18n.LocaleInfo
-
判断charset是否被支持。
- AssertComponent - Class in org.tinygroup.flowbasiccomponent.data.component
-
- AssertComponent() - Constructor for class org.tinygroup.flowbasiccomponent.data.component.AssertComponent
-
- assertDataSet(String, Connection, String, String, Object...) - Method in class org.tinygroup.dbunit.AbstractDBUnitTest
-
- assertDataSet(String, Connection, String, String) - Method in class org.tinygroup.dbunit.AbstractDBUnitTest
-
- AssertEnum - Annotation Type in org.tinygroup.validate.annotation
-
- AssertEquals - Annotation Type in org.tinygroup.validate.annotation
-
- AssertFalse - Annotation Type in org.tinygroup.validate.annotation
-
- assertInitialized() - Method in class org.tinygroup.support.BeanSupport
-
检查服务已经被初始化,若否,则抛出IllegalStateException
异常。
- assertLength(int, String) - Method in class org.tinygroup.exception.errorcode.AbstractErrorCode
-
- assertModel(String) - Method in class org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
确保model已经被取得,即session已被初始化。
- AssertNotEquals - Annotation Type in org.tinygroup.validate.annotation
-
- assertNotNull(T) - Static method in class org.tinygroup.commons.tools.Assert
-
确保对象不为空,否则抛出IllegalArgumentException
。
- assertNotNull(T, String, Object...) - Static method in class org.tinygroup.commons.tools.Assert
-
确保对象不为空,否则抛出IllegalArgumentException
。
- assertNotNull(T, Assert.ExceptionType, String, Object...) - Static method in class org.tinygroup.commons.tools.Assert
-
确保对象不为空,否则抛出指定异常,默认为IllegalArgumentException
。
- AssertNotNull - Annotation Type in org.tinygroup.validate.annotation
-
- assertNull(T) - Static method in class org.tinygroup.commons.tools.Assert
-
确保对象为空,否则抛出IllegalArgumentException
。
- assertNull(T, String, Object...) - Static method in class org.tinygroup.commons.tools.Assert
-
确保对象为空,否则抛出IllegalArgumentException
。
- assertNull(T, Assert.ExceptionType, String, Object...) - Static method in class org.tinygroup.commons.tools.Assert
-
确保对象为空,否则抛出指定异常,默认为IllegalArgumentException
。
- AssertNull - Annotation Type in org.tinygroup.validate.annotation
-
- assertTrue(boolean) - Static method in class org.tinygroup.commons.tools.Assert
-
确保表达式为真,否则抛出IllegalArgumentException
。
- assertTrue(boolean, String, Object...) - Static method in class org.tinygroup.commons.tools.Assert
-
确保表达式为真,否则抛出IllegalArgumentException
。
- assertTrue(boolean, Assert.ExceptionType, String, Object...) - Static method in class org.tinygroup.commons.tools.Assert
-
确保表达式为真,否则抛出指定异常,默认为IllegalArgumentException
。
- AssertTrue - Annotation Type in org.tinygroup.validate.annotation
-
- assertValid(String) - Method in class org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
确保session处于valid状态。
- assignFromSerializable(Class<?>) - Static method in class org.tinygroup.service.util.ServiceUtil
-
- AstAnd - Class in org.tinygroup.jspengine.el.parser
-
- AstAnd(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstAnd
-
- AstBracketSuffix - Class in org.tinygroup.jspengine.el.parser
-
- AstBracketSuffix(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstBracketSuffix
-
- AstChoice - Class in org.tinygroup.jspengine.el.parser
-
- AstChoice(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstChoice
-
- AstCompositeExpression - Class in org.tinygroup.jspengine.el.parser
-
- AstCompositeExpression(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstCompositeExpression
-
- AstDeferredExpression - Class in org.tinygroup.jspengine.el.parser
-
- AstDeferredExpression(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstDeferredExpression
-
- AstDiv - Class in org.tinygroup.jspengine.el.parser
-
- AstDiv(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstDiv
-
- AstDotSuffix - Class in org.tinygroup.jspengine.el.parser
-
- AstDotSuffix(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstDotSuffix
-
- AstDynamicExpression - Class in org.tinygroup.jspengine.el.parser
-
- AstDynamicExpression(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstDynamicExpression
-
- AstEmpty - Class in org.tinygroup.jspengine.el.parser
-
- AstEmpty(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstEmpty
-
- AstEqual - Class in org.tinygroup.jspengine.el.parser
-
- AstEqual(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstEqual
-
- AstFalse - Class in org.tinygroup.jspengine.el.parser
-
- AstFalse(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstFalse
-
- AstFloatingPoint - Class in org.tinygroup.jspengine.el.parser
-
- AstFloatingPoint(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstFloatingPoint
-
- AstFunction - Class in org.tinygroup.jspengine.el.parser
-
- AstFunction(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstFunction
-
- AstGreaterThan - Class in org.tinygroup.jspengine.el.parser
-
- AstGreaterThan(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstGreaterThan
-
- AstGreaterThanEqual - Class in org.tinygroup.jspengine.el.parser
-
- AstGreaterThanEqual(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstGreaterThanEqual
-
- AstIdentifier - Class in org.tinygroup.jspengine.el.parser
-
- AstIdentifier(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstIdentifier
-
- AstInteger - Class in org.tinygroup.jspengine.el.parser
-
- AstInteger(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstInteger
-
- AstLessThan - Class in org.tinygroup.jspengine.el.parser
-
- AstLessThan(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstLessThan
-
- AstLessThanEqual - Class in org.tinygroup.jspengine.el.parser
-
- AstLessThanEqual(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstLessThanEqual
-
- AstLiteralExpression - Class in org.tinygroup.jspengine.el.parser
-
- AstLiteralExpression(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstLiteralExpression
-
- AstMinus - Class in org.tinygroup.jspengine.el.parser
-
- AstMinus(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstMinus
-
- AstMod - Class in org.tinygroup.jspengine.el.parser
-
- AstMod(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstMod
-
- AstMult - Class in org.tinygroup.jspengine.el.parser
-
- AstMult(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstMult
-
- AstNegative - Class in org.tinygroup.jspengine.el.parser
-
- AstNegative(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstNegative
-
- AstNot - Class in org.tinygroup.jspengine.el.parser
-
- AstNot(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstNot
-
- AstNotEqual - Class in org.tinygroup.jspengine.el.parser
-
- AstNotEqual(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstNotEqual
-
- AstNull - Class in org.tinygroup.jspengine.el.parser
-
- AstNull(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstNull
-
- AstOr - Class in org.tinygroup.jspengine.el.parser
-
- AstOr(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstOr
-
- AstPlus - Class in org.tinygroup.jspengine.el.parser
-
- AstPlus(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstPlus
-
- AstString - Class in org.tinygroup.jspengine.el.parser
-
- AstString(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstString
-
- AstTrue - Class in org.tinygroup.jspengine.el.parser
-
- AstTrue(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstTrue
-
- AstValue - Class in org.tinygroup.jspengine.el.parser
-
- AstValue(int) - Constructor for class org.tinygroup.jspengine.el.parser.AstValue
-
- AstValue.Target - Class in org.tinygroup.jspengine.el.parser
-
- asynSend(ProRequest) - Method in interface org.tinygroup.channel.protocol.ChannelClient
-
- asynSend(Object) - Method in class org.tinygroup.channel.protocol.impl.BaseProtocolOut
-
- asynSend(BizRequest) - Method in interface org.tinygroup.channel.protocol.ProtocolOutInterface
-
- AT - Static variable in class org.tinygroup.template.parser.grammer.TinyTemplateLexer
-
- AT - Static variable in class org.tinygroup.template.parser.grammer.TinyTemplateParser
-
- Attribute - Class in org.tinygroup.parser.node
-
Created by luoguo on 13-12-20.
- Attribute(String, String) - Constructor for class org.tinygroup.parser.node.Attribute
-
- ATTRIBUTE_ACTION - Static variable in interface org.tinygroup.jspengine.compiler.TagConstants
-
- ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.tinygroup.jspengine.compiler.TagConstants
-
- attributeAdded(ServletRequestAttributeEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
-
- attributeAdded(ServletContextAttributeEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
-
- attributeAdded(HttpSessionBindingEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
-
- attributeAdded(ServletContextAttributeEvent) - Method in class org.tinygroup.webservice.processor.TG_WSServletContextListener
-
- attributeNames() - Method in class org.tinygroup.springmerge.BeanDefinitionProxy
-
- attributeRemoved(ServletRequestAttributeEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
-
- attributeRemoved(HttpSessionBindingEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
-
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.tinygroup.webservice.processor.TG_WSServletContextListener
-
- attributeReplaced(ServletRequestAttributeEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
-
- attributeReplaced(HttpSessionBindingEvent) - Method in class org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
-
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.tinygroup.webservice.processor.TG_WSServletContextListener
-
- attributes - Variable in class org.tinygroup.jspengine.xmlparser.TreeNode
-
The attributes of this node, keyed by attribute name,
Instantiated only if required.
- auth(String, String) - Method in class org.tinygroup.httpvisitor.builder.RequestClientBuilder
-
- auth(PasswordCert) - Method in class org.tinygroup.httpvisitor.builder.RequestClientBuilder
-
- auth(String, String, String) - Method in class org.tinygroup.httpvisitor.builder.RequestClientBuilder
-
- auth(KeyCert) - Method in class org.tinygroup.httpvisitor.builder.RequestClientBuilder
-
- auth(String, String) - Method in class org.tinygroup.httpvisitor.client.ClientBuilder
-
- auth(PasswordCert) - Method in class org.tinygroup.httpvisitor.client.ClientBuilder
-
- auth(String, String, String) - Method in class org.tinygroup.httpvisitor.client.ClientBuilder
-
- auth(KeyCert) - Method in class org.tinygroup.httpvisitor.client.ClientBuilder
-
- auth(String, String) - Method in interface org.tinygroup.httpvisitor.client.ClientBuilderInterface
-
口令认证
- auth(PasswordCert) - Method in interface org.tinygroup.httpvisitor.client.ClientBuilderInterface
-
口令认证
- auth(String, String, String) - Method in interface org.tinygroup.httpvisitor.client.ClientBuilderInterface
-
秘钥认证
- auth(KeyCert) - Method in interface org.tinygroup.httpvisitor.client.ClientBuilderInterface
-
秘钥认证
- AuthScope - Interface in org.tinygroup.httpvisitor
-
授权信息接口
- AuthSSLProtocolSocketFactory - Class in org.tinygroup.httpclient31.cert
-
AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS
server against a list of trusted certificates and to authenticate to the HTTPS
server using a private key.
- AuthSSLProtocolSocketFactory(FileObject, String, FileObject, String) - Constructor for class org.tinygroup.httpclient31.cert.AuthSSLProtocolSocketFactory
-
Constructor for AuthSSLProtocolSocketFactory.
- AuthSSLProtocolSocketFactory(KeyCert) - Constructor for class org.tinygroup.httpclient31.cert.AuthSSLProtocolSocketFactory
-
- AuthSSLProtocolSocketFactory - Class in org.tinygroup.weixinhttpclient3.cert
-
AuthSSLProtocolSocketFactory can be used to validate the identity of the HTTPS
server against a list of trusted certificates and to authenticate to the HTTPS
server using a private key.
- AuthSSLProtocolSocketFactory(FileObject, String, FileObject, String) - Constructor for class org.tinygroup.weixinhttpclient3.cert.AuthSSLProtocolSocketFactory
-
Constructor for AuthSSLProtocolSocketFactory.
- autoMatch() - Method in class org.tinygroup.tinypc.impl.AbstractJobCenter
-
- autoMatch() - Method in interface org.tinygroup.tinypc.JobCenter
-
自动进行匹配,如果有匹配成功的,则予以触发执行
- available() - Method in class org.tinygroup.commons.io.ByteArrayInputStream
-
- avg() - Static method in class org.tinygroup.tinysqldsl.expression.Function
-
- avg(String) - Method in class org.tinygroup.tinysqldsl.expression.Function
-
- avg() - Method in class org.tinygroup.tinysqldsl.operator.ColumnOperator
-
- avg() - Method in class org.tinygroup.tinysqldsl.operator.SimpleStatisticsOperator
-
- avg() - Method in interface org.tinygroup.tinysqldsl.operator.StatisticsOperator
-
- AVLTree<T extends Comparable<T>> - Interface in org.tinygroup.binarytree
-
平衡二驻树
- AVLTreeImpl<T extends Comparable<T>> - Class in org.tinygroup.binarytree.impl
-
平衡二叉搜索(排序)树 此程序部分代码来自网上
- AVLTreeImpl() - Constructor for class org.tinygroup.binarytree.impl.AVLTreeImpl
-
- BackCommandHandler - Class in org.tinygroup.menucommand.handler
-
上一级菜单系统命令
- BackCommandHandler() - Constructor for class org.tinygroup.menucommand.handler.BackCommandHandler
-
- BACKGROUD_PROCESSOR_DELAY_DEFAULT - Static variable in interface org.tinygroup.weblayer.webcontext.session.SessionConfig
-
- backup(int) - Method in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
- backup(int) - Method in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
Backup a number of characters.
- BADLY_ESCAPED_STRING_LITERAL - Static variable in interface org.tinygroup.jspengine.el.parser.ELParserConstants
-
- baos - Variable in class org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
-
- baos - Variable in class org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
-
- base - Variable in class org.tinygroup.jspengine.el.parser.AstValue.Target
-
- Base64ToByteArray - Class in org.tinygroup.convert.base64bytearray
-
- Base64ToByteArray() - Constructor for class org.tinygroup.convert.base64bytearray.Base64ToByteArray
-
- base64ToByteArray(String) - Static method in class org.tinygroup.xstream.util.Base64Util
-
- Base64Util - Class in org.tinygroup.xstream.util
-
- Base64Util() - Constructor for class org.tinygroup.xstream.util.Base64Util
-
- BaseAnalyzer - Class in org.tinygroup.ansjanalyzer
-
对应BaseAnalysis 最小颗粒度的分词
- BaseAnalyzer() - Constructor for class org.tinygroup.ansjanalyzer.BaseAnalyzer
-
- BaseAuthConfig - Class in org.tinygroup.jedis.config
-
定义密码认证相关参数
- BaseAuthConfig() - Constructor for class org.tinygroup.jedis.config.BaseAuthConfig
-
- BaseCache - Class in org.tinygroup.jspengine.appserv.util.cache
-
BaseCache
Generic in-memory, abstract cache
- BaseCache() - Constructor for class org.tinygroup.jspengine.appserv.util.cache.BaseCache
-
default constructor for the basic cache
- BaseCache.CacheItem - Class in org.tinygroup.jspengine.appserv.util.cache
-
default CacheItem class implementation
- BaseCheckedException - Exception in org.tinygroup.exception
-
- BaseCheckedException(String, Object...) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, String, Locale, Object...) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, Throwable, Object...) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, String, Throwable, Object...) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, String, Locale, Throwable, Object...) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, Context, Locale) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, String, Context, Locale) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(String, Context) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException() - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseCheckedException(Throwable) - Constructor for exception org.tinygroup.exception.BaseCheckedException
-
- BaseClassNameObjectGenerator - Class in org.tinygroup.context2object.impl
-
- BaseClassNameObjectGenerator() - Constructor for class org.tinygroup.context2object.impl.BaseClassNameObjectGenerator
-
- BaseCommand - Class in org.tinygroup.menucommand.config
-
基础命令对象
- BaseCommand() - Constructor for class org.tinygroup.menucommand.config.BaseCommand
-
- BaseContext - Interface in org.tinygroup.context
-
普通的环境,不支持多层嵌套
- BaseContextImpl - Class in org.tinygroup.context.impl
-
- BaseContextImpl() - Constructor for class org.tinygroup.context.impl.BaseContextImpl
-
- BaseDao<T,KeyType extends Serializable> - Interface in org.tinygroup.jdbctemplatedslsession.daosupport
-
基础dao类
- BaseIndexConfig - Class in org.tinygroup.templateindex.config
-
默认的索引配置项基类
- BaseIndexConfig() - Constructor for class org.tinygroup.templateindex.config.BaseIndexConfig
-
- BaseLogSupport - Class in org.tinygroup.earthworm.impl
-
- BaseLogSupport() - Constructor for class org.tinygroup.earthworm.impl.BaseLogSupport
-
- BaseLuceneBuilder - Class in org.tinygroup.lucene472.builder
-
基础的lucene对象构建器
- BaseLuceneBuilder() - Constructor for class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- BaseLuceneOperator - Class in org.tinygroup.lucene472
-
lucene操作基类
- BaseLuceneOperator() - Constructor for class org.tinygroup.lucene472.BaseLuceneOperator
-
- BaseManager - Class in org.tinygroup.remoteconfig.zk.client
-
- BaseManager() - Constructor for class org.tinygroup.remoteconfig.zk.client.BaseManager
-
- BaseMappedClass<T> - Class in org.tinygroup.flowcomponent.db.rowmapper
-
PropertyDescriptor映射处理基础类
- BaseMappedClass() - Constructor for class org.tinygroup.flowcomponent.db.rowmapper.BaseMappedClass
-
- BaseMappedClass(Class<T>) - Constructor for class org.tinygroup.flowcomponent.db.rowmapper.BaseMappedClass
-
- BaseMappedClass<T> - Class in org.tinygroup.jdbctemplatedslsession
-
PropertyDescriptor映射处理基础类
- BaseMappedClass() - Constructor for class org.tinygroup.jdbctemplatedslsession.BaseMappedClass
-
- BaseMappedClass(Class<T>) - Constructor for class org.tinygroup.jdbctemplatedslsession.BaseMappedClass
-
- BaseObject<T extends Comparable<T>> - Interface in org.tinygroup.container
-
基本对象接口
- BaseObject - Class in org.tinygroup.menucommand.config
-
基本属性对象
- BaseObject() - Constructor for class org.tinygroup.menucommand.config.BaseObject
-
- BaseObject - Class in org.tinygroup.metadata.config
-
基本对象,本身没有意义,仅用于被继承
- BaseObject() - Constructor for class org.tinygroup.metadata.config.BaseObject
-
- BaseObjectImpl<K extends Comparable<K>> - Class in org.tinygroup.container.impl
-
- BaseObjectImpl() - Constructor for class org.tinygroup.container.impl.BaseObjectImpl
-
- BaseProtocolIn<ProRequest,ProResponse> - Class in org.tinygroup.channel.protocol.impl
-
- BaseProtocolIn() - Constructor for class org.tinygroup.channel.protocol.impl.BaseProtocolIn
-
- BaseProtocolOut<ProRequest,ProResponse> - Class in org.tinygroup.channel.protocol.impl
-
- BaseProtocolOut() - Constructor for class org.tinygroup.channel.protocol.impl.BaseProtocolOut
-
- BaseRuntimeException - Exception in org.tinygroup.exception
-
- BaseRuntimeException(String, Object...) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, String, Locale, Object...) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, Throwable, Object...) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, String, Throwable, Object...) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, String, Locale, Throwable, Object...) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, Context, Locale) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, String, Context, Locale) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(String, Context) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException() - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseRuntimeException(Throwable) - Constructor for exception org.tinygroup.exception.BaseRuntimeException
-
- BaseSerialize - Interface in org.tinygroup.channel.protocol
-
- BaseServiceInfo - Class in org.tinygroup.event
-
- BaseServiceInfo(ServiceInfo) - Constructor for class org.tinygroup.event.BaseServiceInfo
-
- BaseUpload - Class in org.tinygroup.weixinhttp
-
- BaseUpload(FileObject) - Constructor for class org.tinygroup.weixinhttp.BaseUpload
-
- BaseUpload(String, FileObject) - Constructor for class org.tinygroup.weixinhttp.BaseUpload
-
- BaseUpload(String, FileObject, String, String) - Constructor for class org.tinygroup.weixinhttp.BaseUpload
-
- BASIC_FILTER_PRECEDENCE - Static variable in interface org.tinygroup.weblayer.TinyFilter
-
- BasicConfigInfo - Class in org.tinygroup.weblayer.config
-
- BasicConfigInfo() - Constructor for class org.tinygroup.weblayer.config.BasicConfigInfo
-
- BasicConstant - Class in org.tinygroup.commons.tools
-
基本常量。
- BasicConstant() - Constructor for class org.tinygroup.commons.tools.BasicConstant
-
- BASICDANCE - Static variable in interface org.tinygroup.command.CommandGoalExecutor
-
- BasicResponseImpl - Class in org.tinygroup.weblayer.webcontext.basic.response
-
包裹HttpServletResponse
,使之具备:
Header的安全性:过滤CRLF。
Cookie的安全性:限制cookie的大小。
- BasicResponseImpl(WebContext, HttpServletResponse, Object[]) - Constructor for class org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- BasicService - Class in org.tinygroup.servicebasicservice
-
- BasicService() - Constructor for class org.tinygroup.servicebasicservice.BasicService
-
- BasicTinyConfig - Interface in org.tinygroup.weblayer
-
tiny获取配置信息的接口
- basicTinyConfig - Variable in class org.tinygroup.weblayer.listener.impl.SimpleBasicTinyConfigAware
-
- BasicTinyConfigAware - Interface in org.tinygroup.weblayer
-
设置获取配置信息的适配接口
- BasicTinyFilter - Class in org.tinygroup.weblayer.filter
-
对输入、输出的数据进行安全检查,排除可能的攻击。例如:XSS过滤、CRLF换行回车过滤等。
- BasicTinyFilter() - Constructor for class org.tinygroup.weblayer.filter.BasicTinyFilter
-
- BasicTypeConverter - Class in org.tinygroup.context2object.config
-
- BasicTypeConverter() - Constructor for class org.tinygroup.context2object.config.BasicTypeConverter
-
- BasicValidator - Class in org.tinygroup.validate.config
-
- BasicValidator() - Constructor for class org.tinygroup.validate.config.BasicValidator
-
- BasicWebContext - Interface in org.tinygroup.weblayer.webcontext.basic
-
这是一个基础性的web context,提供了interceptor机制,主要用于构建可扩展的安全方案。
- BasicWebContextImpl - Class in org.tinygroup.weblayer.webcontext.basic.impl
-
过滤header中的crlf,将status message用HTML entities转义,限制cookie的总大小。
- BasicWebContextImpl(WebContext) - Constructor for class org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
-
- batchDelete(List<T>) - Method in interface org.tinygroup.jdbctemplatedslsession.daosupport.BaseDao
-
批量删除(轮询)
- batchDelete(Delete, List<List<Object>>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(Delete, List<List<Object>>, int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(Delete, Map<String, Object>[]) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(Delete, Class<T>, List<T>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(Delete, Map<String, Object>[], int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(Delete, Class<T>, List<T>, int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(List<Delete>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchDelete(List<T>, NoParamDeleteGenerateCallback) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量删除
- batchDelete(List<T>, DeleteGenerateCallback<T>) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量删除,批量执行生成的多句delete语句
- batchDelete(List<T>, NoParamDeleteGenerateCallback) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchDelete(List<T>, DeleteGenerateCallback<T>) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchDelete(Bean[]) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchDelete(Bean[], int) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchDelete(Collection<Bean>) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchDelete(Collection<Bean>, int) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchDelete(Bean[]) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchDelete(Collection<Bean>) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchDelete(Collection<Bean>, int) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchDelete(Bean[], int) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchDelete(Delete, List<List<Object>>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchDelete(Delete, Map<String, Object>[]) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchDelete(Delete, Class<T>, List<T>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchDelete(Delete, List<List<Object>>, int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
批量删除
- batchDelete(Delete, Map<String, Object>[], int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchDelete(Delete, Class<T>, List<T>, int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchDelete(List<Delete>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
执行多句删除语句
- batchInsert(List<T>) - Method in interface org.tinygroup.jdbctemplatedslsession.daosupport.BaseDao
-
批量插入(轮询)
- batchInsert(Insert, List<Map<String, Object>>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(Insert, List<Map<String, Object>>, int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(Insert, List<Map<String, Object>>, int, boolean) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(Insert, List<Map<String, Object>>, boolean) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(Insert, Class<T>, List<T>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(Insert, Class<T>, List<T>, int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(Insert, Class<T>, List<T>, int, boolean) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(List<Insert>, boolean) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchInsert(List<T>, NoParamInsertGenerateCallback) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量新增,主键值需要设置到参数对象中
- batchInsert(boolean, List<T>, NoParamInsertGenerateCallback) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量新增,主键值由框架生成
- batchInsert(boolean, List<T>, InsertGenerateCallback<T>) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量新增,批量执行生成的多句insert语句
- batchInsert(List<T>, NoParamInsertGenerateCallback) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchInsert(boolean, List<T>, NoParamInsertGenerateCallback) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchInsert(boolean, List<T>, InsertGenerateCallback<T>) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchInsert(Bean[]) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchInsert(Bean[], int) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
可以分批次进行批处理操作
- batchInsert(Collection<Bean>) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchInsert(Collection<Bean>, int) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchInsert(Bean[]) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchInsert(Collection<Bean>) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchInsert(Collection<Bean>, int) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchInsert(Bean[], int) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchInsert(Insert, List<Map<String, Object>>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchInsert(Insert, List<Map<String, Object>>, int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchInsert(Insert, List<Map<String, Object>>, int, boolean) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
批量新增
- batchInsert(Insert, List<Map<String, Object>>, boolean) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
批量新增 最大batchsize
- batchInsert(Insert, Class<T>, List<T>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchInsert(Insert, Class<T>, List<T>, int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchInsert(Insert, Class<T>, List<T>, int, boolean) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
批量新增
- batchInsert(List<Insert>, boolean) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
执行多句insert语句
- BatchOperateCallback - Interface in org.tinygroup.jdbctemplatedslsession
-
批量操作回调执行接口
- BatchPreparedStatementSetterImpl - Class in org.tinygroup.jdbctemplatedslsession.batch
-
- BatchPreparedStatementSetterImpl(List<List<Object>>, int[]) - Constructor for class org.tinygroup.jdbctemplatedslsession.batch.BatchPreparedStatementSetterImpl
-
- BatchPreparedStatementSetterImpl - Class in org.tinygroup.tinydb.spring
-
- BatchPreparedStatementSetterImpl(List<List<Object>>, int[]) - Constructor for class org.tinygroup.tinydb.spring.BatchPreparedStatementSetterImpl
-
- batchProcess(List<Map<String, Object>>) - Method in class org.tinygroup.jdbctemplatedslsession.batch.InsertBatchOperate
-
- batchProcess(List<T>, Class<T>) - Method in class org.tinygroup.jdbctemplatedslsession.batch.InsertBatchOperate
-
- BatchToken - Class in org.tinygroup.chinese.batch
-
Created by luog on 15/4/13.
- BatchToken(SingleToken) - Constructor for class org.tinygroup.chinese.batch.BatchToken
-
- BatchToken(SingleToken, int) - Constructor for class org.tinygroup.chinese.batch.BatchToken
-
- batchUpdate(List<T>) - Method in interface org.tinygroup.jdbctemplatedslsession.daosupport.BaseDao
-
批量更新(轮询)
- batchUpdate(Update, List<List<Object>>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(Update, List<List<Object>>, int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(Update, Map<String, Object>[]) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(Update, Class<T>, List<T>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(Update, Map<String, Object>[], int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(Update, Class<T>, List<T>, int) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(List<Update>) - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- batchUpdate(List<T>, NoParamUpdateGenerateCallback) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量更改
- batchUpdate(List<T>, UpdateGenerateCallback<T>) - Method in interface org.tinygroup.jdbctemplatedslsession.template.DslTemplate
-
批量更改,批量执行生成的多句update语句
- batchUpdate(List<T>, NoParamUpdateGenerateCallback) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchUpdate(List<T>, UpdateGenerateCallback<T>) - Method in class org.tinygroup.jdbctemplatedslsession.template.DslTemplateImpl
-
- batchUpdate(Bean[]) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchUpdate(Bean[], int) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchUpdate(Collection<Bean>) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchUpdate(Collection<Bean>, int) - Method in interface org.tinygroup.tinydb.operator.DbBatchOperator
-
- batchUpdate(Bean[]) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchUpdate(Collection<Bean>) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchUpdate(Collection<Bean>, int) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchUpdate(Bean[], int) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- batchUpdate(Update, List<List<Object>>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchUpdate(Update, Map<String, Object>[]) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchUpdate(Update, Class<T>, List<T>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchUpdate(Update, List<List<Object>>, int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
批量更新
- batchUpdate(Update, Map<String, Object>[], int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchUpdate(Update, Class<T>, List<T>, int) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
- batchUpdate(List<Update>) - Method in interface org.tinygroup.tinysqldsl.DslSession
-
执行多句更新语句
- BatchWordInputStreamParser - Class in org.tinygroup.chinese.batch
-
Created by luog on 15/4/13.
- BatchWordInputStreamParser() - Constructor for class org.tinygroup.chinese.batch.BatchWordInputStreamParser
-
- BatchWordInputStreamParser(String) - Constructor for class org.tinygroup.chinese.batch.BatchWordInputStreamParser
-
- BatchWordReaderParser - Class in org.tinygroup.chinese.batch
-
Created by luog on 15/4/13.
- BatchWordReaderParser() - Constructor for class org.tinygroup.chinese.batch.BatchWordReaderParser
-
- BatchWordStringParser - Class in org.tinygroup.chinese.batch
-
Created by luog on 15/4/13.
- BatchWordStringParser() - Constructor for class org.tinygroup.chinese.batch.BatchWordStringParser
-
- Bean - Class in org.tinygroup.factory.config
-
- Bean() - Constructor for class org.tinygroup.factory.config.Bean
-
- Bean - Class in org.tinygroup.tinydb
-
Bean,用于描述各种对象
- Bean() - Constructor for class org.tinygroup.tinydb.Bean
-
- Bean(String) - Constructor for class org.tinygroup.tinydb.Bean
-
- bean2Object(Map, Class<T>) - Static method in class org.tinygroup.tinydb.util.TinyBeanUtil
-
- bean2Object(Map, T) - Static method in class org.tinygroup.tinydb.util.TinyBeanUtil
-
- BEAN_NAME - Static variable in interface org.tinygroup.database.table.TableProcessor
-
- BEAN_NAME - Static variable in interface org.tinygroup.database.tablespace.TableSpaceProcessor
-
- BEAN_NAME - Static variable in interface org.tinygroup.fileresolver.FileResolver
-
- BEAN_NAME - Static variable in interface org.tinygroup.service.registry.ServiceRegistry
-
- BEAN_NAME - Static variable in class org.tinygroup.serviceweblayer.processor.JsonServiceHeadConfigTinyProcessor
-
- BEAN_NAME - Static variable in class org.tinygroup.serviceweblayer.processor.JsonServiceTinyProcessor
-
- BeanAssembly - Class in org.tinygroup.beanconverter
-
bean对象的组装实现
- BeanAssembly() - Constructor for class org.tinygroup.beanconverter.BeanAssembly
-
- BeanContainer<C> - Interface in org.tinygroup.beancontainer
-
Created by luoguo on 2014/5/15.
- beanContainer - Variable in class org.tinygroup.beancontext.BeanContextImpl
-
- beanContainer - Variable in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- BeanContainer - Interface in org.tinygroup.tinyioc
-
Created by luoguo on 13-12-27.
- BeanContainerFactory - Class in org.tinygroup.beancontainer
-
- BeanContainerFactory() - Constructor for class org.tinygroup.beancontainer.BeanContainerFactory
-
- BeanContainerFactory - Class in org.tinygroup.tinyioc
-
Created by luoguo on 13-12-31.
- BeanContainerImpl - Class in org.tinygroup.tinyioc.impl
-
Created by luoguo on 13-12-27.
- BeanContainerImpl() - Constructor for class org.tinygroup.tinyioc.impl.BeanContainerImpl
-
- BeanContainerImpl(ClassLoader) - Constructor for class org.tinygroup.tinyioc.impl.BeanContainerImpl
-
- BeanContextImpl - Class in org.tinygroup.beancontext
-
- BeanContextImpl(Context) - Constructor for class org.tinygroup.beancontext.BeanContextImpl
-
- BeanContextImpl() - Constructor for class org.tinygroup.beancontext.BeanContextImpl
-
- BeanDBBatchOperator<K> - Class in org.tinygroup.tinydb.operator.impl
-
- BeanDBBatchOperator() - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- BeanDBBatchOperator(JdbcTemplate, Configuration) - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBBatchOperator
-
- BeanDbNameConverter - Interface in org.tinygroup.tinydb
-
Bean属性名与数据库属性名之间的转换函数
默认实现规则:数据库通过下划分分隔单词,Bean属性名采用驼峰规则(需要严格遵守Bean规范)
- beanDbNameConverter - Variable in class org.tinygroup.tinydb.sql.impl.StatementTransformAdapter
-
- BeanDBSingleOperator<K> - Class in org.tinygroup.tinydb.operator.impl
-
- BeanDBSingleOperator() - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBSingleOperator
-
- BeanDBSingleOperator(JdbcTemplate, Configuration) - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBSingleOperator
-
- BeanDBSqlOperator<K> - Class in org.tinygroup.tinydb.operator.impl
-
- BeanDBSqlOperator() - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBSqlOperator
-
- BeanDBSqlOperator(JdbcTemplate, Configuration) - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBSqlOperator
-
- BeanDBSqlQueryOperator<K> - Class in org.tinygroup.tinydb.operator.impl
-
- BeanDBSqlQueryOperator() - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBSqlQueryOperator
-
- BeanDBSqlQueryOperator(JdbcTemplate, Configuration) - Constructor for class org.tinygroup.tinydb.operator.impl.BeanDBSqlQueryOperator
-
- BeanDefineCreate - Interface in org.tinygroup.custombeandefine
-
BeanDefinition创建接口
- BeanDefinitionProxy - Class in org.tinygroup.springmerge
-
BeanDefinition合并构造者。主要将需要合并的bean定义合并到当前的bean定义中
- BeanDefinitionProxy(BeanDefinition, BeanDefinition) - Constructor for class org.tinygroup.springmerge.BeanDefinitionProxy
-
- BeanExceptionCatchedContextImpl - Class in org.tinygroup.beancontext
-
- BeanExceptionCatchedContextImpl(Context) - Constructor for class org.tinygroup.beancontext.BeanExceptionCatchedContextImpl
-
- BeanFactory - Class in org.tinygroup.factory
-
功能说明: beanfactory的管理类
- BeanFactoryRuntimeException - Exception in org.tinygroup.factory.exception
-
- BeanFactoryRuntimeException(Throwable) - Constructor for exception org.tinygroup.factory.exception.BeanFactoryRuntimeException
-
- BeanFactoryRuntimeException(String) - Constructor for exception org.tinygroup.factory.exception.BeanFactoryRuntimeException
-
- beanNotExist(Bean) - Method in class org.tinygroup.tinydb.operator.impl.BeanDBSingleOperator
-
bean对象描述的数据库记录是否存在
- BeanOperatorManager - Interface in org.tinygroup.tinydb
-
Bean操作管理器
- BeanOperatorManagerImpl - Class in org.tinygroup.tinydb.impl
-
bean操作管理器接口的实现
- BeanOperatorManagerImpl() - Constructor for class org.tinygroup.tinydb.impl.BeanOperatorManagerImpl
-
- BeanOperatorManagerImpl(Configuration) - Constructor for class org.tinygroup.tinydb.impl.BeanOperatorManagerImpl
-
- BeanPropertyRowMapperHolder - Class in org.tinygroup.jdbctemplatedslsession.rowmapper
-
BeanPropertyRowMapper的选择器
- BeanPropertyRowMapperHolder() - Constructor for class org.tinygroup.jdbctemplatedslsession.rowmapper.BeanPropertyRowMapperHolder
-
- BeanQueryConfig - Class in org.tinygroup.tinydb.config
-
bean的查询配置
- BeanQueryConfig() - Constructor for class org.tinygroup.tinydb.config.BeanQueryConfig
-
- BeanQueryConfigs - Class in org.tinygroup.tinydb.config
-
bean的查询配置
- BeanQueryConfigs() - Constructor for class org.tinygroup.tinydb.config.BeanQueryConfigs
-
- BeanQueryConfigStatementTransform - Class in org.tinygroup.tinydb.sql.impl
-
根据bean查询配置信息来转换bean
- BeanQueryConfigStatementTransform(Configuration, BeanQueryConfig) - Constructor for class org.tinygroup.tinydb.sql.impl.BeanQueryConfigStatementTransform
-
- BeanRowMapper - Class in org.tinygroup.tinydb.spring
-
- BeanRowMapper(String, String, List<Field>) - Constructor for class org.tinygroup.tinydb.spring.BeanRowMapper
-
- Beans - Class in org.tinygroup.factory.config
-
- Beans() - Constructor for class org.tinygroup.factory.config.Beans
-
- BeanStringOperator - Class in org.tinygroup.tinydb.operator.impl
-
功能说明:框架提供以String作为keytype的实现
- BeanStringOperator() - Constructor for class org.tinygroup.tinydb.operator.impl.BeanStringOperator
-
- BeanStringOperator(JdbcTemplate, Configuration) - Constructor for class org.tinygroup.tinydb.operator.impl.BeanStringOperator
-
- BeanSupport - Class in org.tinygroup.support
-
一个通用基类,方便实现contribution类。包含了以下特性:
子类可覆盖resolveBeanInterface()
方法,以取得接口。
实现默认的toString()
方法。
实现了spring的初始化、销毁等生命期方法。
可取得在spring中注册的bean name。
- BeanSupport() - Constructor for class org.tinygroup.support.BeanSupport
-
- beanType - Variable in class org.tinygroup.flowbasiccomponent.AbstractTinydbService
-
- BeanTypeCreator - Class in org.tinygroup.beanconverter
-
bean对象的Creator
- BeanTypeCreator() - Constructor for class org.tinygroup.beanconverter.BeanTypeCreator
-
- BeanUtil - Class in org.tinygroup.commons.beanutil
-
- BeanUtil() - Constructor for class org.tinygroup.commons.beanutil.BeanUtil
-
- BeanWrapperHolder - Class in org.tinygroup.beanwrapper
-
- BEFORE - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- BEFORE - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopProcessor
-
- BEFORE - Static variable in interface org.tinygroup.database.customesql.CustomSqlProcessor
-
优先执行的sql
- before(Object, Method, Object...) - Method in interface org.tinygroup.tinyioc.InterceptorBefore
-
前置执行
- BEFORE_LOCAL - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- BEFORE_LOCAL - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopProcessor
-
- BEFORE_MENU_ID_NAME - Static variable in class org.tinygroup.menucommand.MenuCommandConstants
-
命令执行前页面所处的菜单Id
- BEFORE_REMOTE - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- BEFORE_REMOTE - Static variable in interface org.tinygroup.cepcore.aop.CEPCoreAopProcessor
-
- beforeExecute(Context) - Method in interface org.tinygroup.menucommand.CommandHandler
-
命令前置操作
- beforeExecute(Context) - Method in class org.tinygroup.menucommand.handler.MenuCommandHandler
-
- beforeExecute(Context) - Method in class org.tinygroup.menucommand.handler.SystemCommandHandler
-
- BeforeFeature - Class in org.tinygroup.order.order
-
表示当前request context应该排在提供指定feature的request context之前。
- BeforeFeature(String) - Constructor for class org.tinygroup.order.order.BeforeFeature
-
- beforeHandle(Event) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- beforeHandle(Event) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- beforeHandle(Object[], ServiceProxy) - Method in class org.tinygroup.service.aop.ServiceAopManager
-
- beforeLocalHandle(Event) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- beforeLocalHandle(Event) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- beforeRemoteHandle(Event) - Method in interface org.tinygroup.cepcore.aop.CEPCoreAopManager
-
- beforeRemoteHandle(Event) - Method in class org.tinygroup.cepcore.aop.impl.CEPCoreAopManagerImpl
-
- beforeSend(Object, Context) - Method in class org.tinygroup.channel.protocol.impl.AbstractProtocolOut
-
- beforeSend(Object, Context) - Method in interface org.tinygroup.channel.protocol.ProtocolOutListener
-
- beginColumn - Variable in class org.tinygroup.jspengine.el.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginColumn - Variable in class org.tinygroup.jsqlparser.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.tinygroup.jspengine.el.parser.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginLine - Variable in class org.tinygroup.jsqlparser.parser.Token
-
The line number of the first character of this Token.
- beginStop() - Method in class org.tinygroup.nettyremote.impl.ClientImpl
-
- BeginsWithConditionGenerater - Class in org.tinygroup.tinydb.sql.condition.impl
-
between and 操作
- BeginsWithConditionGenerater() - Constructor for class org.tinygroup.tinydb.sql.condition.impl.BeginsWithConditionGenerater
-
- BeginToken() - Method in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
- BeginToken() - Method in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
Start.
- beginTransaction() - Method in class org.tinygroup.jdbctemplatedslsession.SimpleDslSession
-
- beginTransaction() - Method in class org.tinygroup.tinydb.operator.impl.DBSpringBaseOperator
-
- beginTransaction() - Method in interface org.tinygroup.tinydb.operator.TransactionOperator
-
开始事务
- beginTransaction() - Method in interface org.tinygroup.tinysqldsl.DslSession
-
开始事务
- belong(Category<K, T>) - Method in interface org.tinygroup.container.Category
-
- belong(Category<K, T>) - Method in class org.tinygroup.container.impl.CategoryImpl
-
要么自己包含,要要父亲的长辈包含
- belongDirectly(Category<K, T>) - Method in interface org.tinygroup.container.Category
-
- belongDirectly(Category<K, T>) - Method in class org.tinygroup.container.impl.CategoryImpl
-
- Between - Class in org.tinygroup.jsqlparser.expression.operators.relational
-
A "BETWEEN" expr1 expr2 statement
- Between() - Constructor for class org.tinygroup.jsqlparser.expression.operators.relational.Between
-
- Between() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- Between - Class in org.tinygroup.tinysqldsl.expression.relational
-
A "BETWEEN" expr1 expr2 statement
- Between(Expression, Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.relational.Between
-
- Between(Expression, Expression, Expression, boolean) - Constructor for class org.tinygroup.tinysqldsl.expression.relational.Between
-
- between(Object, Object) - Method in interface org.tinygroup.tinysqldsl.operator.BinaryOperator
-
介于两个值中间
- between(Object, Object) - Method in class org.tinygroup.tinysqldsl.operator.SimpleBinaryOperator
-
- BetweenAndConditionGenerater - Class in org.tinygroup.tinydb.sql.condition.impl
-
between and 操作
- BetweenAndConditionGenerater() - Constructor for class org.tinygroup.tinydb.sql.condition.impl.BetweenAndConditionGenerater
-
- BIGDECIMAL - Static variable in class org.tinygroup.jspengine.el.lang.ELArithmetic
-
- BigDecimalConverter - Class in org.tinygroup.context2object.impl
-
- BigDecimalConverter() - Constructor for class org.tinygroup.context2object.impl.BigDecimalConverter
-
- BigDecimalDelegate() - Constructor for class org.tinygroup.jspengine.el.lang.ELArithmetic.BigDecimalDelegate
-
- BigDecimalDeserializer - Class in org.tinygroup.mockservice
-
- BigDecimalDeserializer() - Constructor for class org.tinygroup.mockservice.BigDecimalDeserializer
-
- BigDecimalDeserializer - Class in org.tinygroup.nettyremote.codec.serialization
-
- BigDecimalDeserializer() - Constructor for class org.tinygroup.nettyremote.codec.serialization.BigDecimalDeserializer
-
- BigDecimalDeserializer - Class in org.tinygroup.servicehttpchannel
-
- BigDecimalDeserializer() - Constructor for class org.tinygroup.servicehttpchannel.BigDecimalDeserializer
-
- BigDecimalField - Class in org.tinygroup.fulltext.field
-
- BigDecimalField(String, BigDecimal) - Constructor for class org.tinygroup.fulltext.field.BigDecimalField
-
- BigDecimalField(String, BigDecimal, boolean, boolean, boolean) - Constructor for class org.tinygroup.fulltext.field.BigDecimalField
-
- BigDecimalSerializer - Class in org.tinygroup.mockservice
-
- BigDecimalSerializer() - Constructor for class org.tinygroup.mockservice.BigDecimalSerializer
-
- BigDecimalSerializer - Class in org.tinygroup.nettyremote.codec.serialization
-
- BigDecimalSerializer() - Constructor for class org.tinygroup.nettyremote.codec.serialization.BigDecimalSerializer
-
- BigDecimalSerializer - Class in org.tinygroup.servicehttpchannel
-
- BigDecimalSerializer() - Constructor for class org.tinygroup.servicehttpchannel.BigDecimalSerializer
-
- BigDecimalSerializerFactory - Class in org.tinygroup.mockservice
-
- BigDecimalSerializerFactory() - Constructor for class org.tinygroup.mockservice.BigDecimalSerializerFactory
-
- BigDecimalSerializerFactory - Class in org.tinygroup.nettyremote.codec.serialization
-
- BigDecimalSerializerFactory() - Constructor for class org.tinygroup.nettyremote.codec.serialization.BigDecimalSerializerFactory
-
- BigDecimalSerializerFactory - Class in org.tinygroup.servicehttpchannel
-
- BigDecimalSerializerFactory() - Constructor for class org.tinygroup.servicehttpchannel.BigDecimalSerializerFactory
-
- BigEqualsOperator - Class in org.tinygroup.template.rumtime.operator
-
Created by luoguo on 2014/6/5.
- BigEqualsOperator() - Constructor for class org.tinygroup.template.rumtime.operator.BigEqualsOperator
-
- BIGINTEGER - Static variable in class org.tinygroup.jspengine.el.lang.ELArithmetic
-
- BigIntegerDelegate() - Constructor for class org.tinygroup.jspengine.el.lang.ELArithmetic.BigIntegerDelegate
-
- BigOperator - Class in org.tinygroup.template.rumtime.operator
-
Created by luoguo on 2014/6/5.
- BigOperator() - Constructor for class org.tinygroup.template.rumtime.operator.BigOperator
-
- BillField - Class in org.tinygroup.weixinpay.result
-
账单的动态字段
- BillField() - Constructor for class org.tinygroup.weixinpay.result.BillField
-
- BinaryExpression - Class in org.tinygroup.jsqlparser.expression
-
A basic class for binary expressions, that is expressions having a left
member and a right member which are in turn expressions.
- BinaryExpression() - Constructor for class org.tinygroup.jsqlparser.expression.BinaryExpression
-
- BinaryExpression - Class in org.tinygroup.tinysqldsl.expression
-
A basic class for binary expressions, that is expressions having a left
member and a right member which are in turn expressions.
- BinaryExpression() - Constructor for class org.tinygroup.tinysqldsl.expression.BinaryExpression
-
- BinaryExpression(Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.BinaryExpression
-
- BinaryExpression(Expression, Expression, boolean) - Constructor for class org.tinygroup.tinysqldsl.expression.BinaryExpression
-
- BinaryField - Class in org.tinygroup.fulltext.field
-
- BinaryField(String, byte[]) - Constructor for class org.tinygroup.fulltext.field.BinaryField
-
- BinaryField(String, byte[], boolean, boolean, boolean) - Constructor for class org.tinygroup.fulltext.field.BinaryField
-
- BinaryOperator - Interface in org.tinygroup.tinysqldsl.operator
-
二元操作接口
- BinaryTree<T extends Comparable<T>> - Interface in org.tinygroup.binarytree
-
Created by IntelliJ IDEA.
User: luoguo
Date: 11-3-31 Time: 上午11:10
To change this template use File | Settings | File Templates.
- BinaryTreeImpl<T extends Comparable<T>> - Class in org.tinygroup.binarytree.impl
-
二叉树实现
- BinaryTreeImpl(T) - Constructor for class org.tinygroup.binarytree.impl.BinaryTreeImpl
-
构造函数
- bindAopProcessType() - Method in class org.tinygroup.aopcache.config.CacheAction
-
配置关联的aop缓存处理器
- bindAopProcessType() - Method in class org.tinygroup.aopcache.config.CacheGet
-
- bindAopProcessType() - Method in class org.tinygroup.aopcache.config.CachePut
-
- bindAopProcessType() - Method in class org.tinygroup.aopcache.config.CacheRemove
-
- bitcount(String) - Method in class org.tinygroup.jedis.shard.TinyShardJedis
-
- bitcount(String, long, long) - Method in class org.tinygroup.jedis.shard.TinyShardJedis
-
- BitwiseAnd - Class in org.tinygroup.jsqlparser.expression.operators.arithmetic
-
- BitwiseAnd() - Constructor for class org.tinygroup.jsqlparser.expression.operators.arithmetic.BitwiseAnd
-
- BitwiseAnd - Class in org.tinygroup.tinysqldsl.expression.arithmetic
-
与操作表达式
- BitwiseAnd(Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.arithmetic.BitwiseAnd
-
- BitwiseAndOr() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- BitwiseOr - Class in org.tinygroup.jsqlparser.expression.operators.arithmetic
-
- BitwiseOr() - Constructor for class org.tinygroup.jsqlparser.expression.operators.arithmetic.BitwiseOr
-
- BitwiseOr - Class in org.tinygroup.tinysqldsl.expression.arithmetic
-
或操作表达式
- BitwiseOr(Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.arithmetic.BitwiseOr
-
- BitwiseXor - Class in org.tinygroup.jsqlparser.expression.operators.arithmetic
-
- BitwiseXor() - Constructor for class org.tinygroup.jsqlparser.expression.operators.arithmetic.BitwiseXor
-
- BitwiseXor() - Method in class org.tinygroup.jsqlparser.parser.CCJSqlParser
-
- BitwiseXor - Class in org.tinygroup.tinysqldsl.expression.arithmetic
-
按位异或操作表达式
- BitwiseXor(Expression, Expression) - Constructor for class org.tinygroup.tinysqldsl.expression.arithmetic.BitwiseXor
-
- BIZTYPE_ADD_ALREADY_ERROR - Static variable in class org.tinygroup.metadata.exception.MetadataErrorCode
-
- BIZTYPE_LANGUAGE_TYPE_NOT_EXISTS_ERROR - Static variable in class org.tinygroup.metadata.exception.MetadataErrorCode
-
- BIZTYPE_NOT_EXISTS_ERROR - Static variable in class org.tinygroup.metadata.exception.MetadataErrorCode
-
- blank_directive() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser
-
- blank_directive() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.DirectiveContext
-
- Blank_directiveContext(ParserRuleContext, int) - Constructor for class org.tinygroup.template.parser.grammer.TinyTemplateParser.Blank_directiveContext
-
- BlankProcessor - Class in org.tinygroup.template.interpret.context
-
Created by luog on 15/7/17.
- BlankProcessor() - Constructor for class org.tinygroup.template.interpret.context.BlankProcessor
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Call_block_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Call_macro_block_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Else_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Elseif_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.For_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.If_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Layout_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Layout_impl_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.Macro_directiveContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.TemplateContext
-
- block() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.While_directiveContext
-
- BlockContext(ParserRuleContext, int) - Constructor for class org.tinygroup.template.parser.grammer.TinyTemplateParser.BlockContext
-
- blpop(String) - Method in class org.tinygroup.jedis.shard.TinyShardJedis
-
- blpop(int, String) - Method in class org.tinygroup.jedis.shard.TinyShardJedis
-
- body - Variable in class org.tinygroup.jspengine.xmlparser.TreeNode
-
The body text associated with this node (if any).
- BODY_ACTION - Static variable in interface org.tinygroup.jspengine.compiler.TagConstants
-
- bodybuffer - Variable in class org.tinygroup.dbf.DbfWriter
-
- bodycontent_directive() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser
-
- bodycontent_directive() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.DirectiveContext
-
- Bodycontent_directiveContext(ParserRuleContext, int) - Constructor for class org.tinygroup.template.parser.grammer.TinyTemplateParser.Bodycontent_directiveContext
-
- BodyContentImpl - Class in org.tinygroup.jspengine.runtime
-
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
- BodyContentImpl(JspWriter) - Constructor for class org.tinygroup.jspengine.runtime.BodyContentImpl
-
Constructor.
- BodyContentProcessor - Class in org.tinygroup.template.interpret.context
-
Created by luog on 15/7/17.
- BodyContentProcessor() - Constructor for class org.tinygroup.template.interpret.context.BodyContentProcessor
-
- BodyElement - Interface in org.tinygroup.httpvisitor
-
HTTP正文的分段
- BodyElementMode - Enum in org.tinygroup.httpvisitor
-
- bodyElements - Variable in class org.tinygroup.httpvisitor.request.HttpRequestBuilder
-
- BodyRequestBuilder - Class in org.tinygroup.httpvisitor.request
-
支持Head、Body的请求构建
- BodyRequestBuilder(MethodMode, String) - Constructor for class org.tinygroup.httpvisitor.request.BodyRequestBuilder
-
- BodyRequestBuilderInterface<T> - Interface in org.tinygroup.httpvisitor.request
-
包含Body的HTTP链式构造器接口
- BodyRequestClientBuilder - Class in org.tinygroup.httpvisitor.builder
-
- BOOL_FALSE - Static variable in class org.tinygroup.commons.tools.BasicConstant
-
- Boolean() - Method in class org.tinygroup.jspengine.el.parser.ELParser
-
- BooleanNode - Class in org.tinygroup.jspengine.el.parser
-
- BooleanNode(int) - Constructor for class org.tinygroup.jspengine.el.parser.BooleanNode
-
- booleanValue(String) - Static method in class org.tinygroup.jspengine.compiler.JspUtil
-
Convert a String value to 'boolean'.
- BOTH - Static variable in class org.tinygroup.event.Parameter
-
- BoundedMultiLruCache - Class in org.tinygroup.jspengine.appserv.util.cache
-
MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists
Underlying Hashtable is made into logical segments, with each segment
having its own LRU list.
- BoundedMultiLruCache() - Constructor for class org.tinygroup.jspengine.appserv.util.cache.BoundedMultiLruCache
-
- BracketSuffix() - Method in class org.tinygroup.jspengine.el.parser.ELParser
-
- break_directive() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser
-
- break_directive() - Method in class org.tinygroup.template.parser.grammer.TinyTemplateParser.DirectiveContext
-
- Break_directiveContext(ParserRuleContext, int) - Constructor for class org.tinygroup.template.parser.grammer.TinyTemplateParser.Break_directiveContext
-
- BridgeMethodResolver - Class in org.tinygroup.commons.tools
-
- BridgeMethodResolver() - Constructor for class org.tinygroup.commons.tools.BridgeMethodResolver
-
- brpop(String) - Method in class org.tinygroup.jedis.shard.TinyShardJedis
-
- brpop(int, String) - Method in class org.tinygroup.jedis.shard.TinyShardJedis
-
- bucketLocks - Variable in class org.tinygroup.jspengine.appserv.util.cache.BaseCache
-
- buckets - Variable in class org.tinygroup.jspengine.appserv.util.cache.BaseCache
-
- BUF_SIZE - Static variable in class org.tinygroup.vfs.impl.FtpFileObject
-
- bufcolumn - Variable in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
- bufcolumn - Variable in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
- buffer - Variable in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
- buffer - Variable in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.CreateIndexDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.CreateTableDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.CreateViewDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.DeleteDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.ExecuteDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.ExpressionDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.InsertDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.ReplaceDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.SelectDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.StatementDeParser
-
- buffer - Variable in class org.tinygroup.jsqlparser.util.deparser.UpdateDeParser
-
- BufferCommitFailedException - Exception in org.tinygroup.weblayer.webcontext.buffered.exception
-
代表一个buffer commit失败的异常。
- BufferCommitFailedException() - Constructor for exception org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
-
创建一个异常。
- BufferCommitFailedException(String) - Constructor for exception org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
-
创建一个异常。
- BufferCommitFailedException(String, Throwable) - Constructor for exception org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
-
创建一个异常。
- BufferCommitFailedException(Throwable) - Constructor for exception org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
-
创建一个异常。
- BUFFERED_FILTER_PRECEDENCE - Static variable in interface org.tinygroup.weblayer.TinyFilter
-
- BufferedResponseImpl - Class in org.tinygroup.weblayer.webcontext.buffered.response
-
包裹HttpServletResponse
,使之输出到内存中。
- BufferedResponseImpl(WebContext, HttpServletResponse) - Constructor for class org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
-
创建一个BufferedResponseImpl
。
- BufferedTinyFilter - Class in org.tinygroup.weblayer.filter
-
对写入response中的数据进行缓存,以便于实现嵌套的页面。
- BufferedTinyFilter() - Constructor for class org.tinygroup.weblayer.filter.BufferedTinyFilter
-
- BufferedWebContext - Interface in org.tinygroup.weblayer.webcontext.buffered
-
对response.getWriter()
和response.getOutputStream()
所返回的输出流进行缓存操作。
- BufferedWebContextImpl - Class in org.tinygroup.weblayer.webcontext.buffered.impl
-
- BufferedWebContextImpl(WebContext) - Constructor for class org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
-
- BufferString - Class in org.tinygroup.commons.lang
-
利用Buffer构建的字符串,Buffer一定不能被清掉的
- BufferString(byte[], int, int) - Constructor for class org.tinygroup.commons.lang.BufferString
-
- bufline - Variable in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
- bufline - Variable in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
- bufpos - Variable in class org.tinygroup.jspengine.el.parser.SimpleCharStream
-
- bufpos - Variable in class org.tinygroup.jsqlparser.parser.SimpleCharStream
-
Position in buffer.
- BUFSIZE - Static variable in class org.tinygroup.flowbasiccomponent.util.FileUtil
-
- build() - Method in class org.tinygroup.httpvisitor.client.ClientBuilder
-
构建客户端实例
- build(StoreField, boolean) - Method in class org.tinygroup.lucene472.builder.IndexableFieldBuilder
-
- build(Reader) - Method in class org.tinygroup.tinydb.DbOperatorFactoryBuilder
-
- build(InputStream, String) - Method in class org.tinygroup.tinydb.DbOperatorFactoryBuilder
-
- build(InputStream) - Method in class org.tinygroup.tinydb.DbOperatorFactoryBuilder
-
- build(Reader, String) - Method in class org.tinygroup.tinydb.DbOperatorFactoryBuilder
-
- build(Configuration) - Method in class org.tinygroup.tinydb.DbOperatorFactoryBuilder
-
- build(StatementBody) - Method in class org.tinygroup.tinysqldsl.base.StatementSqlBuilder
-
- buildAnalyzer() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- buildConfig() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
获得lucene配置
- buildConfig() - Method in class org.tinygroup.lucene472.builder.DynamicLuceneBuilder
-
- buildConfig() - Method in class org.tinygroup.lucene472.builder.StaticLuceneBuilder
-
- buildDefaultQueryFields() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- buildDirectory() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
构建org.apache.lucene.store.Directory对象
- buildDocument(Document) - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
构建org.apache.lucene.document.Document对象
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.base.Column
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.base.Condition
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.base.NamedCondition
-
- builderExpression(StatementSqlBuilder) - Method in interface org.tinygroup.tinysqldsl.build.ExpressionBuildProcessor
-
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.AllComparisonExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.AnalyticExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.AnyComparisonExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.Addition
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.BitwiseAnd
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.BitwiseOr
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.BitwiseXor
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.Concat
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.Division
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.Modulo
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.Multiplication
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.arithmetic.Subtraction
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.CaseExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.conditional.AndExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.conditional.ConditionExpressionList
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.conditional.OrExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.DateValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.DoubleValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.ExtractExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.FragmentExpressionSql
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.Function
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.IntervalExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.JdbcNamedParameter
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.JdbcParameter
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.JsonExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.LongValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.NullValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.OracleHierarchicalExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.Parenthesis
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.Between
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.EqualsTo
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.ExistsExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.GreaterThan
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.GreaterThanEquals
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.InExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.IsEmptyExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.IsNullExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.LikeExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.Matches
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.MinorThan
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.MinorThanEquals
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.NotEqualsTo
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.RegExpMatchOperator
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.RegExpMySQLOperator
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.SignedExpression
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.StringValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.TimestampValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.TimeValue
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.WhenClause
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.SubSelect
-
- builderExpression(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.Distinct
-
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.base.Table
-
- builderFromItem(StatementSqlBuilder) - Method in interface org.tinygroup.tinysqldsl.build.FromItemBuildProcessor
-
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.FragmentFromItemSql
-
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.FromItemList
-
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.LateralSubSelect
-
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.SubJoin
-
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.SubSelect
-
- builderFromItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.ValuesList
-
- builderItemList(StatementSqlBuilder) - Method in interface org.tinygroup.tinysqldsl.build.ItemListBuildProcessor
-
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
- builderItemList(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.ExpressionList
-
- builderItemList(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.relational.MultiExpressionList
-
- builderItemList(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.formitem.SubSelect
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.base.Column
-
- builderSelectItem(StatementSqlBuilder) - Method in interface org.tinygroup.tinysqldsl.build.SelectItemBuildProcessor
-
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.expression.Function
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.AllColumns
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.AllTableColumns
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.CustomSelectItem
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.Distinct
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.FragmentSelectItemSql
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.SelectExpressionItem
-
- builderSelectItem(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.selectitem.Top
-
- builderStatement(StatementSqlBuilder) - Method in interface org.tinygroup.tinysqldsl.build.StatementBuildProcessor
-
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
- builderStatement(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.delete.DeleteBody
-
- builderStatement(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.insert.InsertBody
-
- builderStatement(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.select.PlainSelect
-
- builderStatement(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.select.SetOperationList
-
- builderStatement(StatementSqlBuilder) - Method in class org.tinygroup.tinysqldsl.update.UpdateBody
-
- buildFileInfo(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.DefaultExceptionInfoFormater
-
- buildFileInfo(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.SimpleExceptionInfoFormater
-
实现报错文件路径输出
- buildHighlighter(Query) - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
构建org.apache.lucene.search.highlight.Highlighter对象
- buildHttpClient() - Method in class org.tinygroup.httpclient31.client.AbstractHttpClient31
-
由不同的实现决定
- buildHttpClient() - Method in class org.tinygroup.httpclient31.client.MultiClientImpl
-
- buildHttpClient() - Method in class org.tinygroup.httpclient31.client.SingleClientImpl
-
- buildHttpClientConnectionManager(Context) - Method in class org.tinygroup.httpclient451.client.AbstractHttpClient451
-
- buildHttpClientConnectionManager(Context) - Method in class org.tinygroup.httpclient451.client.MultiClientImpl
-
- buildHttpClientConnectionManager(Context) - Method in class org.tinygroup.httpclient451.client.SingleClientImpl
-
- buildIndexWriterConfig() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
构建org.apache.lucene.index.IndexWriterConfig对象
- buildInstances(INSTANCE) - Method in class org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
-
- buildInstances(INSTANCE) - Method in interface org.tinygroup.weblayer.listener.ListenerInstanceBuilder
-
构建实例
- buildLocaleContext(HttpServletRequest) - Method in class org.tinygroup.springmvc.tinyprocessor.SpringMvcTinyProcessor
-
Build a LocaleContext
- buildPlace(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.DefaultExceptionInfoFormater
-
- buildPlace(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.SimpleExceptionInfoFormater
-
实现报错位置输出
- buildQuery(SearchRule) - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- buildQuery(String) - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- buildQueryFields() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
构建搜索字段域
- buildQueryFields() - Method in class org.tinygroup.lucene472.builder.DynamicLuceneBuilder
-
- buildQueryFields() - Method in class org.tinygroup.lucene472.builder.StaticLuceneBuilder
-
- buildQuerySet() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- buildReason(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.DefaultExceptionInfoFormater
-
- buildReason(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.SimpleExceptionInfoFormater
-
实现报错原因输出
- buildSelectFromTable(Table) - Static method in class org.tinygroup.jsqlparser.util.SelectUtils
-
Builds select * from table.
- buildSelectFromTableAndExpressions(Table, Expression...) - Static method in class org.tinygroup.jsqlparser.util.SelectUtils
-
Builds select expr1, expr2 from table.
- buildSelectFromTableAndExpressions(Table, String...) - Static method in class org.tinygroup.jsqlparser.util.SelectUtils
-
Builds select expr1, expr2 from table.
- buildSelectFromTableAndSelectItems(Table, SelectItem...) - Static method in class org.tinygroup.jsqlparser.util.SelectUtils
-
- buildSQL(String, String) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
用实际的值替代占位符.
- buildSQL(String, String, boolean) - Method in class org.tinygroup.parsedsql.SQLBuilder
-
用实际的值替代占位符,并可以标记该SQL是否为派生SQL.
- buildSqlFuction(String) - Method in interface org.tinygroup.tinydb.dialect.Dialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.DB2Dialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.DerbyDialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.InformixDialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.MySQLDialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.OracleDialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.SQLServerDialect
-
Deprecated.
- buildSqlFuction(String) - Method in class org.tinygroup.tinydb.dialect.impl.SybaseDialect
-
Deprecated.
- buildSqlFunction(String) - Method in interface org.tinygroup.tinydb.dialect.Dialect
-
返回经过方言函数解析后的sql
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.DB2Dialect
-
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.DerbyDialect
-
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.InformixDialect
-
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.MySQLDialect
-
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.OracleDialect
-
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.SQLServerDialect
-
- buildSqlFunction(String) - Method in class org.tinygroup.tinydb.dialect.impl.SybaseDialect
-
- buildSqlParameterList(ParsedSql, SqlParameterSource) - Static method in class org.tinygroup.parsedsql.util.NamedParameterUtils
-
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
- buildSqlTypeArray(ParsedSql, SqlParameterSource) - Static method in class org.tinygroup.parsedsql.util.NamedParameterUtils
-
Convert parameter types from an SqlParameterSource into a corresponding int array.
- buildSQLWithNewToken() - Method in class org.tinygroup.parsedsql.SQLBuilder
-
用实际的值替代占位符,并返回新的构建器.
- buildTestContext() - Method in class org.tinygroup.tinytest.TinyDefaultTestContextBootstrapper
-
- buildTestContext() - Method in class org.tinygroup.tinytest.TinyWebTestContextBootstrapper
-
- buildText(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.DefaultExceptionInfoFormater
-
- buildText(TemplateExceptionInfo, StringBuilder) - Method in class org.tinygroup.template.interpret.SimpleExceptionInfoFormater
-
实现报错内容输出
- buildTinyMergedContextConfiguration() - Method in class org.tinygroup.tinytest.TinyDefaultTestContextBootstrapper
-
- buildTinyMergedContextConfiguration() - Method in class org.tinygroup.tinytest.TinyWebTestContextBootstrapper
-
- buildValueArray(ParsedSql, SqlParameterSource, List<SqlParameter>) - Static method in class org.tinygroup.parsedsql.util.NamedParameterUtils
-
Convert a Map of named parameter values to a corresponding array.
- buildValueArray(String, Map<String, ?>) - Static method in class org.tinygroup.parsedsql.util.NamedParameterUtils
-
Convert a Map of named parameter values to a corresponding array.
- buildVersion() - Method in class org.tinygroup.lucene472.builder.BaseLuceneBuilder
-
- buildView(String) - Method in class org.tinygroup.springmvc.view.TinyTemplateLayoutViewResolver
-
- buildView(String) - Method in class org.tinygroup.springwithtemplate3.impl.TinyTemplateLayoutViewResolver
-
- buildView(String) - Method in class org.tinygroup.templatespringext.springext.TinyTemplateLayoutViewResolver
-
- bundle - Static variable in class org.tinygroup.jspengine.el.util.MessageFactory
-
- bundlingDataSourceFromConfig() - Method in class org.tinygroup.databasechange.DatabaseInstallerStart
-
从application.xml配置获取数据源并创建dataSource
- BusinessResult - Class in org.tinygroup.weixinpay.result
-
支付的业务失败结果
- BusinessResult() - Constructor for class org.tinygroup.weixinpay.result.BusinessResult
-
- BusinessResultConvert - Class in org.tinygroup.weixinpay.convert.xml
-
业务失败结果转换器
- BusinessResultConvert() - Constructor for class org.tinygroup.weixinpay.convert.xml.BusinessResultConvert
-
- BusinessResultPojo - Class in org.tinygroup.weixinpay.pojo
-
支付的业务结果模型
- BusinessResultPojo() - Constructor for class org.tinygroup.weixinpay.pojo.BusinessResultPojo
-
- BusinessType - Class in org.tinygroup.metadata.config.bizdatatype
-
业务类型
- BusinessType() - Constructor for class org.tinygroup.metadata.config.bizdatatype.BusinessType
-
- BusinessTypeFileResolver - Class in org.tinygroup.metadata.fileresolver
-
- BusinessTypeFileResolver() - Constructor for class org.tinygroup.metadata.fileresolver.BusinessTypeFileResolver
-
- BusinessTypeProcessor - Interface in org.tinygroup.metadata.bizdatatype
-
- BUSINESSTYPEPROCESSOR_BEAN - Static variable in class org.tinygroup.metadata.util.MetadataUtil
-
- BusinessTypeProcessorImpl - Class in org.tinygroup.metadata.bizdatatype.impl
-
- BusinessTypeProcessorImpl() - Constructor for class org.tinygroup.metadata.bizdatatype.impl.BusinessTypeProcessorImpl
-
- BusinessTypes - Class in org.tinygroup.metadata.config.bizdatatype
-
业务类型定义
- BusinessTypes() - Constructor for class org.tinygroup.metadata.config.bizdatatype.BusinessTypes
-
- BYTE_ZERO - Static variable in class org.tinygroup.commons.tools.BasicConstant
-
- ByteArray - Class in org.tinygroup.commons.io
-
代表一个byte数组。
- ByteArray(byte[]) - Constructor for class org.tinygroup.commons.io.ByteArray
-
- ByteArray(byte[], int, int) - Constructor for class org.tinygroup.commons.io.ByteArray
-
- ByteArrayElement - Class in org.tinygroup.httpvisitor.struct
-
- ByteArrayElement(byte[]) - Constructor for class org.tinygroup.httpvisitor.struct.ByteArrayElement
-
- ByteArrayElement(String, byte[], String, String) - Constructor for class org.tinygroup.httpvisitor.struct.ByteArrayElement
-
- ByteArrayInputStream - Class in org.tinygroup.commons.io
-
- ByteArrayInputStream(byte[]) - Constructor for class org.tinygroup.commons.io.ByteArrayInputStream
-
- ByteArrayInputStream(byte[], int, int) - Constructor for class org.tinygroup.commons.io.ByteArrayInputStream
-
- ByteArrayOutputStream - Class in org.tinygroup.commons.io
-
非同步的ByteArrayOutputStream
替换方案, 执行toByteArray()
方法时返回的是只读的内部字节数组, 避免了没有必要的字节复制.
- ByteArrayOutputStream() - Constructor for class org.tinygroup.commons.io.ByteArrayOutputStream
-
- ByteArrayOutputStream(int) - Constructor for class org.tinygroup.commons.io.ByteArrayOutputStream
-
- ByteArrayToBase64 - Class in org.tinygroup.convert.base64bytearray
-
- ByteArrayToBase64() - Constructor for class org.tinygroup.convert.base64bytearray.ByteArrayToBase64
-
- byteArrayToBase64(byte[]) - Static method in class org.tinygroup.xstream.util.Base64Util
-
- ByteArrayToDouble - Class in org.tinygroup.convert.common
-
- ByteArrayToDouble() - Constructor for class org.tinygroup.convert.common.ByteArrayToDouble
-
- ByteArrayToFloat - Class in org.tinygroup.convert.common
-
- ByteArrayToFloat() - Constructor for class org.tinygroup.convert.common.ByteArrayToFloat
-
- ByteArrayToInt - Class in org.tinygroup.convert.common
-
- ByteArrayToInt() - Constructor for class org.tinygroup.convert.common.ByteArrayToInt
-
- ByteArrayToLong - Class in org.tinygroup.convert.common
-
- ByteArrayToLong() - Constructor for class org.tinygroup.convert.common.ByteArrayToLong
-
- ByteArrayToString - Class in org.tinygroup.convert.common
-
- ByteArrayToString(String) - Constructor for class org.tinygroup.convert.common.ByteArrayToString
-
- ByteArrayToString() - Constructor for class org.tinygroup.convert.common.ByteArrayToString
-
- ByteArrayToUTCDate - Class in org.tinygroup.convert.common
-
- ByteArrayToUTCDate() - Constructor for class org.tinygroup.convert.common.ByteArrayToUTCDate
-
- byteAt(int) - Method in class org.tinygroup.commons.lang.BufferString
-
- ByteBigDecimal - Class in org.tinygroup.template.rumtime.convert
-
Created by luoguo on 2014/6/5.
- ByteBigDecimal() - Constructor for class org.tinygroup.template.rumtime.convert.ByteBigDecimal
-
- ByteCharacter - Class in org.tinygroup.template.rumtime.convert
-
Created by luoguo on 2014/6/5.
- ByteCharacter() - Constructor for class org.tinygroup.template.rumtime.convert.ByteCharacter
-
- BytecodePreprocessor - Interface in org.tinygroup.jspengine.appserv
-
Third party tool vendors may implement this interface to provide code
instrumentation to the application server.
- ByteDouble - Class in org.tinygroup.template.rumtime.convert
-
Created by luoguo on 2014/6/5.
- ByteDouble() - Constructor for class org.tinygroup.template.rumtime.convert.ByteDouble
-
- ByteFloat - Class in org.tinygroup.template.rumtime.convert
-
Created by luoguo on 2014/6/5.
- ByteFloat() - Constructor for class org.tinygroup.template.rumtime.convert.ByteFloat
-
- ByteInteger - Class in org.tinygroup.template.rumtime.convert
-
Created by luoguo on 2014/6/5.
- ByteInteger() - Constructor for class org.tinygroup.template.rumtime.convert.ByteInteger
-
- byteOut - Variable in class org.tinygroup.jspengine.runtime.JspWriterImpl
-
- bytes() - Method in class org.tinygroup.httpvisitor.response.AbstractResponse
-
- bytes() - Method in interface org.tinygroup.httpvisitor.Response
-
得到字节数组
- bytesToString(byte[]) - Static method in class org.tinygroup.commons.tools.StringUtil
-
将一个byte数组转换成62进制的字符串。
- bytesToString(byte[], boolean) - Static method in class org.tinygroup.commons.tools.StringUtil
-
将一个byte数组转换成62进制的字符串。
- ByteWriter - Interface in org.tinygroup.jspengine.enterprise.web.io
-
This interface defines additional functionalities a web container can
provide for the response writer.