Constructor and Description |
---|
AopCacheException(String errorCode,
Context context) |
AopCacheException(String errorCode,
Context context,
Locale locale) |
AopCacheException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Modifier and Type | Class and Description |
---|---|
class |
BeanContextImpl |
class |
BeanExceptionCatchedContextImpl |
Modifier and Type | Field and Description |
---|---|
protected Context |
BeanContextImpl.context |
Modifier and Type | Method and Description |
---|---|
Context |
BeanContextImpl.createSubContext(String contextName) |
Context |
BeanContextImpl.getParent() |
Context |
BeanContextImpl.getSubContext(String contextName) |
Context |
BeanContextImpl.putSubContext(String contextName,
Context subContext) |
Context |
BeanContextImpl.removeSubContext(String contextName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Context> |
BeanContextImpl.getSubContextMap() |
Modifier and Type | Method and Description |
---|---|
Context |
BeanContextImpl.putSubContext(String contextName,
Context subContext) |
void |
BeanContextImpl.setParent(Context parent) |
Constructor and Description |
---|
BeanContextImpl(Context context) |
BeanExceptionCatchedContextImpl(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
BeanAssembly.assemble(String varName,
Bean object,
Context context) |
Modifier and Type | Method and Description |
---|---|
static Context |
CEPCoreUtil.getContext(Event event,
ServiceInfo info,
ClassLoader loder) |
Modifier and Type | Method and Description |
---|---|
static void |
ThreadContextUtil.parseCurrentThreadContext(Context mainContext)
从上下文中解出THREAD_CONTEXT_KEY,并设置为线程变量
|
static void |
ThreadContextUtil.putCurrentThreadContextIntoContext(Context mainContext)
将线程变量取出clone一份放入上下文,key为THREAD_CONTEXT_KEY
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceParamUtil.resetEventContext(Event event,
CEPCore core,
Context oldContext) |
Modifier and Type | Method and Description |
---|---|
ProRequest |
ProtocolOutListener.afterBizToRequestTrans(Object bizRequest,
ProRequest request,
Context context) |
ProResponse |
ProtocolInListener.afterBizToResponseTrans(Object bizResponse,
ProResponse response,
Context context) |
Object |
ProtocolInListener.afterProcess(ProRequest proRequest,
Object bizResponse,
Context context) |
ProRequest |
ProtocolInListener.afterReceived(ProRequest proRequest,
Context context) |
Object |
ProtocolInListener.afterRequestToBizTrans(ProRequest proRequest,
Object bizRequest,
Context context) |
Object |
ProtocolOutListener.afterResponseToBizTrans(ProResponse response,
Object bizResponse,
Context context) |
ProResponse |
ProtocolOutListener.afterSend(ProRequest request,
ProResponse response,
Context context) |
Object |
ProtocolOutListener.beforeSend(Object bizRequest,
Context context) |
BizResponse |
ProtocolProcess.process(BizRequest bizRequest,
Context context) |
ProRequest |
ProtocolTrans.transBizReq2ProReq(BizRequest bizRequest,
Context context)
业务请求对象转协议请求对象
|
ProResponse |
ProtocolTrans.transBizRes2ProRes(BizResponse bizResponse,
Context context)
业务响应对象转协议对象
|
BizRequest |
ProtocolTrans.transProReq2BizReq(ProRequest proRequest,
Context context)
协议请求对象转业务请求对象
|
BizResponse |
ProtocolTrans.transProRes2BizRes(ProResponse proResponse,
Context context)
协议响应对象转业务响应对象
|
Modifier and Type | Method and Description |
---|---|
protected ProRequest |
AbstractProtocolOut.afterBizToRequestTrans(Object bizRequest,
ProRequest request,
Context context) |
protected ProResponse |
AbstractProtocolIn.afterBizToResponseTrans(Object bizResponse,
ProResponse proResponse,
Context context) |
protected Object |
AbstractProtocolIn.afterProcess(ProRequest request,
Object bizResponse,
Context context) |
protected ProRequest |
AbstractProtocolIn.afterReceived(ProRequest proRequest,
Context context) |
protected Object |
AbstractProtocolIn.afterRequestToBizTrans(ProRequest proRequest,
Object bizRequest,
Context context) |
protected Object |
AbstractProtocolOut.afterResponseToBizTrans(ProResponse proResponse,
Object bizResponse,
Context context) |
protected ProResponse |
AbstractProtocolOut.afterSend(ProRequest proRequest,
ProResponse proResponse,
Context context) |
protected Object |
AbstractProtocolOut.beforeSend(Object bizRequest,
Context context) |
protected ProResponse |
BaseProtocolIn.realDeal(ProRequest proRequest,
Context context) |
protected abstract ProResponse |
AbstractProtocolIn.realDeal(ProRequest proRequest,
Context context) |
Modifier and Type | Method and Description |
---|---|
List<String> |
CodeGenerator.generate(Context context)
代码生成处理方法
|
Modifier and Type | Method and Description |
---|---|
List<String> |
CodeGeneratorDefault.generate(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
CommandSystem.getContext()
返回环境
|
Modifier and Type | Method and Description |
---|---|
void |
CommandGoalExecutor.execute(CommandSystem commandHelper,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
HelpHelpGoalExecutor.execute(CommandSystem commandSystem,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
Context.createSubContext(String contextName)
创建子上下文
|
Context |
Context.getParent()
返回父上下文对象
|
Context |
Context.getSubContext(String contextName)
返回子环境
|
Context |
Context.putSubContext(String contextName,
Context context)
添加子环境
|
Context |
Context.removeSubContext(String contextName)
删除子上下文
|
Modifier and Type | Method and Description |
---|---|
Map<String,Context> |
Context.getSubContextMap()
返回所有子上下文组装成的map
|
Modifier and Type | Method and Description |
---|---|
Context |
Context.putSubContext(String contextName,
Context context)
添加子环境
|
void |
Context.setParent(Context parent)
设置父上下文对象
|
Constructor and Description |
---|
Context2Map(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
ContextImpl |
Modifier and Type | Method and Description |
---|---|
Context |
ContextImpl.contain(String name) |
protected Context |
ContextImpl.containNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
Context |
ContextImpl.createSubContext(String contextName) |
Context |
ContextImpl.getParent() |
Context |
ContextImpl.getSubContext(String contextName) |
Context |
ContextImpl.putSubContext(String contextName,
Context context) |
Context |
ContextImpl.removeSubContext(String contextName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Context> |
ContextImpl.getSubContextMap() |
Modifier and Type | Method and Description |
---|---|
protected Context |
ContextImpl.containNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
protected boolean |
ContextImpl.existNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
protected <T> T |
ContextImpl.findNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
protected void |
ContextImpl.getTotalContext(Context contextNode,
List<Context> list) |
void |
ContextImpl.putContext(String contextName,
Context context)
设置儿子环境,但儿子的不设置当前为父亲
|
Context |
ContextImpl.putSubContext(String contextName,
Context context) |
protected boolean |
ContextImpl.renameKeyNodeMap(String key,
String newKey,
Context contextNode,
Map<Context,String> nodeMap) |
void |
ContextImpl.setParent(Context parent) |
Modifier and Type | Method and Description |
---|---|
protected Context |
ContextImpl.containNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
protected boolean |
ContextImpl.existNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
protected <T> T |
ContextImpl.findNodeMap(String name,
Context contextNode,
Map<Context,String> nodeMap) |
protected void |
ContextImpl.getTotalContext(Context contextNode,
List<Context> list) |
protected boolean |
ContextImpl.renameKeyNodeMap(String key,
String newKey,
Context contextNode,
Map<Context,String> nodeMap) |
Modifier and Type | Method and Description |
---|---|
static Context |
ContextFactory.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectAssembly.assemble(String varName,
T object,
Context context)
根据上下文参数信息进行对象组装
|
ReturnType |
ObjectGenerator.getObject(String varName,
String bean,
String className,
ClassLoader loader,
Context context)
从环境获取对象
|
Object |
ObjectGenerator.getObjectArray(String varName,
String className,
ClassLoader loader,
Context context) |
Collection<ReturnType> |
ObjectGenerator.getObjectCollection(String varName,
String collectionName,
String className,
ClassLoader loader,
Context context) |
Modifier and Type | Method and Description |
---|---|
Object |
ClassNameObjectGenerator.getObject(String varName,
String bean,
String className,
ClassLoader loader,
Context context) |
Object |
ClassNameObjectGeneratorWithException.getObject(String varName,
String bean,
String className,
ClassLoader loader,
Context context) |
Object |
ClassNameObjectGenerator.getObjectArray(String varName,
String className,
ClassLoader loader,
Context context) |
Object |
ClassNameObjectGeneratorWithException.getObjectArray(String varName,
String className,
ClassLoader loader,
Context context) |
Collection<Object> |
ClassNameObjectGenerator.getObjectCollection(String varName,
String collectionName,
String className,
ClassLoader loader,
Context context) |
Collection<Object> |
ClassNameObjectGeneratorWithException.getObjectCollection(String varName,
String collectionName,
String className,
ClassLoader loader,
Context context) |
protected Object |
BaseClassNameObjectGenerator.getPerpertyValue(String reallyName,
Context context) |
protected Object |
BaseClassNameObjectGenerator.getPerpertyValue(String preName,
String objName,
String propertyName,
Context context) |
Modifier and Type | Method and Description |
---|---|
static Object |
Context2ObjectUtil.getObject(Parameter p,
Context context,
ClassLoader loader) |
static Object |
Context2ObjectUtil.getObjectByGenerator(Parameter parameter,
Context context,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
String |
DialectReplaceFormater.format(Context context,
String string) |
Constructor and Description |
---|
DatabaseRuntimeException(String errorCode,
Context context) |
DatabaseRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
Dict |
DictFilter.filte(Context context,
Dict dict)
对字典项进行过滤
|
Dict |
DictManager.getDict(String dictTypeName,
Context context)
获取默认语言下字典类型名对应的字典对象
|
Dict |
DictLoader.getDict(String dictTypeName,
DictManager dictManager,
Context context)
返回字典对象,参考dictManager。getDict(String lang,String dictTypeName, Context context);
|
Dict |
DictManager.getDict(String lang,
String dictTypeName,
Context context)
获取指定语言下字典类型名称对应的字典对象
|
Modifier and Type | Method and Description |
---|---|
Dict |
DictManagerImpl.getDict(String dictTypeName,
Context context) |
Dict |
AbstractDictLoader.getDict(String dictTypeName,
DictManager dictManager,
Context context) |
Dict |
DictManagerImpl.getDict(String lang,
String dictTypeName,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
DocumentGenerater.evaluteString(Context context,
String inputString)
转化输入的字符串
|
void |
DocumentGenerater.generate(FileObject fileObject,
Context context,
OutputStream outputStream)
根据tinyTemplate模板文件生成文件
|
void |
DocumentGenerater.generate(String path,
Context context,
File outputFile)
根据tinyTemplate模板文件生成文件
|
void |
DocumentGenerater.generate(String path,
Context context,
OutputStream outputStream)
根据tinyTemplate模板文件生成文件
|
Modifier and Type | Method and Description |
---|---|
String |
DocumentGeneraterImpl.evaluteString(Context context,
String inputString) |
void |
DocumentGeneraterImpl.generate(FileObject fileObject,
Context context,
OutputStream writer) |
void |
DocumentGeneraterImpl.generate(String path,
Context context,
File outputFile) |
void |
DocumentGeneraterImpl.generate(String path,
Context context,
OutputStream writer) |
Modifier and Type | Method and Description |
---|---|
<T> T |
EL.execute(String expression,
Context context) |
Modifier and Type | Method and Description |
---|---|
Object |
MvelImpl.execute(String expression,
Context context) |
Modifier and Type | Method and Description |
---|---|
Object |
Mvel2Impl.execute(String expression,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
ServiceRequest.getContext() |
Modifier and Type | Method and Description |
---|---|
static Event |
Event.createEvent(String serviceId,
Context context) |
static Event |
Event.createEvent(String serviceId,
String nodeName,
Context context) |
void |
ServiceRequest.setContext(Context context) |
Constructor and Description |
---|
BaseCheckedException(String errorCode,
Context context) |
BaseCheckedException(String errorCode,
Context context,
Locale locale) |
BaseCheckedException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
BaseRuntimeException(String errorCode,
Context context) |
BaseRuntimeException(String errorCode,
Context context,
Locale locale) |
BaseRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
TinyBizRuntimeException(String errorCode,
Context context)
Deprecated.
|
TinyBizRuntimeException(String errorCode,
Context context,
Locale locale)
Deprecated.
|
TinyBizRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale)
Deprecated.
|
TinySysRuntimeException(String errorCode,
Context context)
Deprecated.
|
TinySysRuntimeException(String errorCode,
Context context,
Locale locale)
Deprecated.
|
TinySysRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Context |
FlowExecutor.getInputContext(Flow flow,
Context context) |
Context |
FlowExecutor.getOutputContext(Flow flow,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentInterface.execute(Context context)
组件执行方法
|
void |
FlowExecutor.execute(String flowId,
Context context)
表示从开始节点开始执行
|
void |
FlowExecutor.execute(String flowId,
String nodeId,
Context context)
流程执行接口方法
|
Context |
FlowExecutor.getInputContext(Flow flow,
Context context) |
Context |
FlowExecutor.getOutputContext(Flow flow,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
Node.getNextNodeId(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
AbstractFlowExecutorImpl.getInputContext(Flow flow,
Context context) |
protected Context |
AbstractFlowExecutorImpl.getNewContext(Flow flow,
Context context)
获取一个新环境
|
Context |
AbstractFlowExecutorImpl.getOutputContext(Flow flow,
Context context) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFlowExecutorImpl.checkInputParameter(Flow flow,
Context context) |
protected void |
AbstractFlowExecutorImpl.checkOutputParameter(Flow flow,
Context context) |
void |
FlowExecutorImpl.execute(String flowId,
Context context) |
void |
FlowExecutorImpl.execute(String flowId,
String nodeId,
Context context) |
Context |
AbstractFlowExecutorImpl.getInputContext(Flow flow,
Context context) |
protected Context |
AbstractFlowExecutorImpl.getNewContext(Flow flow,
Context context)
获取一个新环境
|
Context |
AbstractFlowExecutorImpl.getOutputContext(Flow flow,
Context context) |
protected void |
AbstractFlowExecutorImpl.logContext(Context context) |
protected void |
AbstractFlowExecutorImpl.setProperties(Node node,
ComponentInterface componentInstance,
Context context)
把配置的参数注入进去
|
Modifier and Type | Method and Description |
---|---|
static Object |
FlowElUtil.execute(String expression,
Context context,
ClassLoader loader) |
static boolean |
FlowElUtil.executeCondition(String condition,
Context context,
ClassLoader loader) |
static Object |
FlowElUtil.executeNotCatchException(String expression,
Context context,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTinydbService.execute(Context context) |
void |
TinydbSqlQueryService.execute(Context context) |
void |
KeyChange.execute(Context context) |
void |
CallMethod.execute(Context context) |
void |
Context2Object.execute(Context context) |
void |
QueryAllFlow.execute(Context context) |
void |
CallEl.execute(Context context) |
void |
TinydbPageQueryService.tinyService(Bean bean,
Context context,
DBOperator operator) |
abstract void |
AbstractTinydbService.tinyService(Bean bean,
Context context,
DBOperator operator) |
void |
TinydbAddService.tinyService(Bean bean,
Context context,
DBOperator operator) |
void |
TinydbUpdateService.tinyService(Bean bean,
Context context,
DBOperator operator) |
void |
TinydbDeleteService.tinyService(Bean bean,
Context context,
DBOperator operator) |
void |
TinydbQueryService.tinyService(Bean bean,
Context context,
DBOperator operator) |
void |
TinydbQueryServiceWithId.tinyService(Bean bean,
Context context,
DBOperator operator) |
Modifier and Type | Method and Description |
---|---|
void |
SubStrComponent.execute(Context context) |
void |
AssertComponent.execute(Context context) |
void |
ElExcutorComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ThrowExceptionComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
Object2FileComponent.execute(Context context) |
void |
GetFileSizeComponent.execute(Context context) |
void |
File2ObjectComponent.execute(Context context) |
void |
FileIsExistComponent.execute(Context context) |
void |
ObjectAttr2FileComponent.execute(Context context) |
void |
FileMergeComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseCodeConvertComponent.execute(Context context) |
void |
LoggerPrintComponent.execute(Context context) |
void |
MonitorPrintComponent.execute(Context context) |
void |
EnumConvertComponent.execute(Context context) |
void |
EnAndDecryptionComponent.execute(Context context) |
void |
ThreadSleepComponent.execute(Context context) |
void |
DateCalculateComponent.execute(Context context) |
void |
NewInstanceComponent.execute(Context context) |
void |
ResponseCodeSimpleConvertComponent.execute(Context context) |
void |
IniOperatorComponent.execute(Context context) |
void |
InitializationPropertiesComponent.execute(Context context) |
void |
EnumSimpleConvertComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
QuerySubNodeComponent.execute(Context context) |
void |
PrintXmlComponent.execute(Context context) |
void |
AppendValueComponent.execute(Context context) |
void |
ExportXmlComponent.execute(Context context) |
void |
DeleteSubNodeComponent.execute(Context context) |
void |
ModifyValueComponent.execute(Context context) |
void |
DeleteByNodeNameComponent.execute(Context context) |
void |
DeleteNodeComponent.execute(Context context) |
void |
ImportXmlComponent.execute(Context context) |
void |
CopyNodeComponent.execute(Context context) |
void |
QueryByNodeNameComponent.execute(Context context) |
void |
RepalceNodeComponent.execute(Context context) |
void |
MoveNodeComponent.execute(Context context) |
void |
QueryNodeComponent.execute(Context context) |
void |
InsertNodeComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionCommitComponent.execute(Context context) |
void |
QueryForOneObjectComponent.execute(Context context) |
void |
QueryForSqlRowSetComponent.execute(Context context) |
void |
JdbcTemplateUpdateComponent.execute(Context context) |
void |
TransactionBeginComponent.execute(Context context) |
void |
TransactionRollbackComponent.execute(Context context) |
void |
QueryForNumberComponent.execute(Context context) |
void |
QueryForObjectListComponent.execute(Context context) |
void |
QueryForMapListComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
DBData2FileComponent.execute(Context context) |
void |
File2DBDataComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
SerialNumberCreateComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
CallServiceComponent.execute(Context context) |
void |
CallFlow.execute(Context context) |
void |
CallPageFlow.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
String |
FormatProvider.format(Context context,
String string)
把指定的值进行处理后返回
|
Modifier and Type | Method and Description |
---|---|
String |
FormaterImpl.format(Context context,
String source)
格式化找到的内容,其余内容不变,如果找不到内容,则原样保留
|
String |
ContextFormater.format(Context context,
String string) |
Modifier and Type | Method and Description |
---|---|
void |
HelloWorldComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpClient31.init(Context context) |
protected org.apache.commons.httpclient.HttpClient |
AbstractHttpClient31.initHttpClient(Context context) |
protected void |
AbstractHttpClient31.initParams(Context context,
org.apache.commons.httpclient.HttpClient client) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.conn.HttpClientConnectionManager |
MultiClientImpl.buildHttpClientConnectionManager(Context context) |
protected org.apache.http.conn.HttpClientConnectionManager |
SingleClientImpl.buildHttpClientConnectionManager(Context context) |
protected abstract org.apache.http.conn.HttpClientConnectionManager |
AbstractHttpClient451.buildHttpClientConnectionManager(Context context) |
void |
AbstractHttpClient451.init(Context context) |
protected org.apache.http.impl.client.CloseableHttpClient |
AbstractHttpClient451.initHttpClient(Context context) |
protected void |
AbstractHttpClient451.initHttpClientContext(Context context) |
Modifier and Type | Method and Description |
---|---|
protected Context |
ClientBuilder.getContext() |
protected Context |
ClientBuilder.getContext(HttpConfigTemplate template) |
Modifier and Type | Method and Description |
---|---|
void |
ClientInterface.init(Context context)
初始化客户端
|
protected void |
AbstractClientInterface.updateHttpConfigTemplate(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConfigTemplateContext
基于HTTP通讯配置的上下文
|
Modifier and Type | Method and Description |
---|---|
String |
I18nMessageContext.format(String message,
Context context)
对mesasge进行格式化
|
String |
I18nMessages.format(String msg,
Context context) |
String |
I18nMessageContext.getMessage(String code,
Context context)
用指定代码获取信息,并从环境中填充占位符信息
|
String |
I18nMessages.getMessage(String code,
Context context) |
String |
I18nMessageContext.getMessage(String code,
Context context,
Locale locale)
用指定时区语言对mesasge进行格式化
|
String |
I18nMessages.getMessage(String code,
Context context,
Locale locale) |
String |
I18nMessageContext.getMessage(String code,
String defaultMessage,
Context context)
用指定代码获取信息,并从环境中填充占位符信息,如果没有指定代码对应的信息,则用defaultMessage
|
String |
I18nMessages.getMessage(String code,
String defaultMessage,
Context context) |
String |
I18nMessageContext.getMessage(String code,
String defaultMessage,
Context context,
Locale locale)
用指定时区语言对mesasge进行格式化,如果Code对应的信息不存在,则用defaultMessage
|
String |
I18nMessages.getMessage(String code,
String defaultMessage,
Context context,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
String |
I18nMessageImpl.format(String message,
Context context) |
String |
I18nMessageContextImpl.format(String message,
Context context) |
Locale |
I18nMessageImpl.getContextLocale(Context context) |
Locale |
I18nMessageContextImpl.getContextLocale(Context context) |
String |
I18nMessageImpl.getMessage(String code,
Context context) |
String |
I18nMessageContextImpl.getMessage(String code,
Context context) |
String |
I18nMessageImpl.getMessage(String code,
Context context,
Locale locale) |
String |
I18nMessageContextImpl.getMessage(String code,
Context context,
Locale locale) |
String |
I18nMessageImpl.getMessage(String code,
String defaultMessage,
Context context) |
String |
I18nMessageContextImpl.getMessage(String code,
String defaultMessage,
Context context) |
String |
I18nMessageImpl.getMessage(String code,
String defaultMessage,
Context context,
Locale locale) |
String |
I18nMessageContextImpl.getMessage(String code,
String defaultMessage,
Context context,
Locale locale) |
Constructor and Description |
---|
DslRuntimeException(String errorCode,
Context context) |
DslRuntimeException(String errorCode,
Context context,
Locale locale) |
DslRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
Logger.debug(Locale locale,
String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.debug(Locale locale,
String code,
Throwable t,
Context context) |
void |
Logger.debug(String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.debug(String code,
Throwable t,
Context context) |
void |
Logger.debugMessage(String message,
Context context) |
void |
Logger.debugMessage(String message,
Throwable t,
Context context) |
void |
Logger.error(Locale locale,
String code,
Context context) |
void |
Logger.error(Locale locale,
String code,
Throwable throwable,
Context context) |
void |
Logger.error(String code,
Context context) |
void |
Logger.error(String code,
Throwable throwable,
Context context) |
void |
Logger.errorMessage(String message,
Context context) |
void |
Logger.errorMessage(String message,
Throwable throwable,
Context context) |
void |
Logger.info(Locale locale,
String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.info(Locale locale,
String code,
Throwable t,
Context context) |
void |
Logger.info(String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.info(String code,
Throwable t,
Context context) |
void |
Logger.infoMessage(String message,
Context context) |
void |
Logger.infoMessage(String message,
Throwable t,
Context context) |
void |
Logger.log(LogLevel logLevel,
Locale locale,
String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.log(LogLevel logLevel,
Locale locale,
String code,
Throwable t,
Context context) |
void |
Logger.log(LogLevel logLevel,
String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.log(LogLevel logLevel,
String code,
Throwable t,
Context context) |
void |
Logger.logMessage(LogLevel logLevel,
String message,
Context context)
不对message进行格式化直接输出
|
void |
Logger.logMessage(LogLevel logLevel,
String message,
Throwable t,
Context context) |
void |
Logger.trace(Locale locale,
String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.trace(Locale locale,
String code,
Throwable t,
Context context) |
void |
Logger.trace(String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.trace(String code,
Throwable t,
Context context) |
void |
Logger.traceMessage(String message,
Context context) |
void |
Logger.traceMessage(String message,
Throwable t,
Context context) |
void |
Logger.warn(Locale locale,
String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.warn(Locale locale,
String code,
Throwable t,
Context context) |
void |
Logger.warn(String code,
Context context)
通过国际化方式进行记录
|
void |
Logger.warn(String code,
Throwable t,
Context context) |
void |
Logger.warnMessage(String message,
Context context) |
void |
Logger.warnMessage(String message,
Throwable t,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
LoggerImpl.debug(Locale locale,
String code,
Context context) |
void |
LoggerImpl.debug(Locale locale,
String code,
Throwable t,
Context context) |
void |
LoggerImpl.debug(String code,
Context context) |
void |
LoggerImpl.debug(String code,
Throwable t,
Context context) |
void |
LoggerImpl.debugMessage(String message,
Context context) |
void |
LoggerImpl.debugMessage(String message,
Throwable t,
Context context) |
void |
LoggerImpl.error(Locale locale,
String code,
Context context) |
void |
LoggerImpl.error(Locale locale,
String code,
Throwable throwable,
Context context) |
void |
LoggerImpl.error(String code,
Context context) |
void |
LoggerImpl.error(String code,
Throwable throwable,
Context context) |
void |
LoggerImpl.errorMessage(String message,
Context context) |
void |
LoggerImpl.errorMessage(String message,
Throwable throwable,
Context context) |
void |
LoggerImpl.info(Locale locale,
String code,
Context context) |
void |
LoggerImpl.info(Locale locale,
String code,
Throwable t,
Context context) |
void |
LoggerImpl.info(String code,
Context context) |
void |
LoggerImpl.info(String code,
Throwable t,
Context context) |
void |
LoggerImpl.infoMessage(String message,
Context context) |
void |
LoggerImpl.infoMessage(String message,
Throwable t,
Context context) |
void |
LoggerImpl.log(LogLevel logLevel,
Locale locale,
String code,
Context context) |
void |
LoggerImpl.log(LogLevel logLevel,
Locale locale,
String code,
Throwable t,
Context context) |
void |
LoggerImpl.log(LogLevel logLevel,
String code,
Context context) |
void |
LoggerImpl.log(LogLevel logLevel,
String code,
Throwable t,
Context context) |
void |
LoggerImpl.logMessage(LogLevel logLevel,
String message,
Context context) |
void |
LoggerImpl.logMessage(LogLevel logLevel,
String message,
Throwable t,
Context context) |
void |
LoggerImpl.trace(Locale locale,
String code,
Context context) |
void |
LoggerImpl.trace(Locale locale,
String code,
Throwable t,
Context context) |
void |
LoggerImpl.trace(String code,
Context context) |
void |
LoggerImpl.trace(String code,
Throwable t,
Context context) |
void |
LoggerImpl.traceMessage(String message,
Context context) |
void |
LoggerImpl.traceMessage(String message,
Throwable t,
Context context) |
void |
LoggerImpl.warn(Locale locale,
String code,
Context context) |
void |
LoggerImpl.warn(Locale locale,
String code,
Throwable t,
Context context) |
void |
LoggerImpl.warn(String code,
Context context) |
void |
LoggerImpl.warn(String code,
Throwable t,
Context context) |
void |
LoggerImpl.warnMessage(String message,
Context context) |
void |
LoggerImpl.warnMessage(String message,
Throwable t,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
CommandHandler.afterExecute(Context context)
命令后置操作
|
void |
CommandHandler.beforeExecute(Context context)
命令前置操作
|
CommandResult |
CommandExecutor.execute(Context context)
执行渲染,并返回处理结果
|
CommandExecutor |
MenuConfigManager.getCommandExecutor(String menuId,
String command,
Context context)
得到对应的命令执行器
|
static String |
MenuCommandConstants.getRenderPath(Context context)
得到渲染路径
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
DefaultCommandExecutor.execute(Context context) |
protected String |
DefaultCommandExecutor.getMenuId(Context context) |
protected String |
DefaultCommandExecutor.getRenderPath(Context context) |
protected String |
DefaultCommandExecutor.render(String path,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
SystemCommandHandler.afterExecute(Context context) |
void |
MenuCommandHandler.afterExecute(Context context) |
void |
QueryCommandHandler.afterExecute(Context context) |
void |
SystemCommandHandler.beforeExecute(Context context) |
void |
MenuCommandHandler.beforeExecute(Context context) |
protected void |
ShowCommandHandler.dealEnterEvent(String command,
MenuConfig config,
Context context)
只有满足菜单位置发生变动和用户配置Enter事件处理器才执行
|
protected void |
SystemCommandHandler.dealExitEvent(String command,
MenuConfig config,
Context context)
执行退出操作
|
protected abstract void |
MenuCommandHandler.execute(String command,
MenuCommand menuCommand,
Context context)
执行相关菜单逻辑,保存渲染路径和跳转菜单id
|
protected abstract void |
SystemCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context)
执行相关菜单逻辑,保存渲染路径和跳转菜单id
|
protected void |
HelpCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
BackCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
ExitCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
HomeCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
QueryCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
ShowCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected String |
SystemCommandHandler.getRenderPath(SystemCommand systemCommand,
Context context) |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
MenuConfigManagerDefault.getCommandExecutor(String menuId,
String command,
Context context) |
Constructor and Description |
---|
MetadataRuntimeException(String errorCode,
Context context) |
MetadataRuntimeException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
FullContextUrlRedirect.doExecute(Context context) |
void |
Forward.execute(Context context) |
void |
SessionRemoveOperate.execute(Context context) |
void |
SessionOperate.execute(Context context) |
void |
WriteJsonComponent.execute(Context context) |
void |
Redirect.execute(Context context) |
void |
ParserContext2Object.execute(Context context) |
void |
FullContextUrlRedirect.execute(Context context) |
void |
WriteTextComponent.execute(Context context) |
void |
WriteXmlComponent.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
int |
JDBCNamedSqlExecutor.execute(String sql,
DataSource dataSource,
Context context) |
void |
JDBCNamedSqlExecutor.extractResultSetCallback(String sql,
DataSource dataSource,
Context context,
ResultSetCallback callback) |
SqlParsedResult |
SQLParser.parse(DatabaseType databaseType,
String sql,
Context context) |
org.springframework.jdbc.support.rowset.SqlRowSet |
JDBCNamedSqlExecutor.queryForSqlRowSet(String sql,
DataSource dataSource,
Context context) |
Modifier and Type | Method and Description |
---|---|
int |
SimpleJDBCNamedSqlExecutor.execute(String sql,
DataSource dataSource,
Context context) |
void |
SimpleJDBCNamedSqlExecutor.extractResultSetCallback(String sql,
DataSource dataSource,
Context context,
ResultSetCallback callback) |
SqlParsedResult |
DefaultSQLParser.parse(DatabaseType databaseType,
String sql,
Context context) |
org.springframework.jdbc.support.rowset.SqlRowSet |
SimpleJDBCNamedSqlExecutor.queryForSqlRowSet(String sql,
DataSource dataSource,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
SQLVisitor.getContext()
获取上下文对象.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLVisitor.setContext(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
AbstractMySQLVisitor.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMySQLVisitor.setContext(Context context) |
Constructor and Description |
---|
ParseException(String code,
Context context) |
ParseException(String code,
Context context,
Locale locale) |
Constructor and Description |
---|
ConfigItemNotExistException(String errorCode,
Context context) |
ConfigItemNotExistException(String errorCode,
Context context,
Locale locale) |
ConfigItemNotExistException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Constructor and Description |
---|
SequenceException(String errorCode,
Context context) |
SequenceException(String errorCode,
Context context,
Locale locale) |
SequenceException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
Service.execute(Context context)
执行服务
|
void |
ServiceProxy.execute(Context context) |
void |
ServiceProviderInterface.execute(Service service,
Context context)
执行服务
|
void |
ServiceProviderInterface.execute(String serviceId,
Context context)
执行指定ID服务,并把服务结果放在环境当中
|
void |
ServiceProviderInterface.validateInputParameter(Service service,
Context context)
验证输入参数
|
void |
ServiceProviderInterface.validateOutputParameter(Service service,
Context context)
检查输出参数
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderImpl.execute(Service service,
Context context) |
void |
ServiceProviderImpl.execute(String serviceId,
Context context) |
void |
ServiceProviderImpl.validateInputParameter(Service service,
Context Context) |
void |
ServiceProviderImpl.validateOutputParameter(Service service,
Context context) |
Constructor and Description |
---|
ServiceWrapperException(String errorCode,
Context context) |
ServiceWrapperException(String errorCode,
Context context,
Locale locale) |
ServiceWrapperException(String errorCode,
String defaultErrorMsg,
Context context,
Locale locale) |
Modifier and Type | Class and Description |
---|---|
class |
TinyVelocityContext
web上下文
|
Modifier and Type | Class and Description |
---|---|
class |
SpringTemplateContext |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResultSetOperator.updateContext(ResultSet data,
int i,
String name,
Context context) |
Modifier and Type | Interface and Description |
---|---|
interface |
TemplateContext
模板引擎
Created by luoguo on 2014/6/4.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateContextDefault
Created by luoguo on 2014/6/6.
|
Modifier and Type | Method and Description |
---|---|
static Object |
TemplateUtil.getValueFromContext(Context context,
Object key)
从上下文获取对应标识的值
|
static Object |
TemplateUtil.getVariableValue(Context context,
Object key)
获得标识变量的值
|
Modifier and Type | Method and Description |
---|---|
Document |
TemplateIndexRender.execute(Context context) |
Modifier and Type | Method and Description |
---|---|
Document |
TemplateDocumentCreator.execute(Context context)
执行渲染逻辑
|
Document |
DynamicDocumentCreator.execute(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
RequestTemplateContext
request包装的上下文对象
|
class |
TinyWebTemplateContext
tinywebcontext包装的模板上下文
|
Modifier and Type | Method and Description |
---|---|
Bean |
TinyDBService.context2Bean(Context context,
String beanType,
List<String> properties,
String schema)
context
从context中获取一个bean对象
|
Bean |
TinyDBService.context2Bean(Context context,
String beanType,
String schema)
从context中获取一个bean对象,此方法调用必须保证容器中能获取Bean的定义
|
Modifier and Type | Method and Description |
---|---|
Bean |
TinyDBServiceImpl.context2Bean(Context c,
String beanType,
List<String> properties,
String schema) |
Bean |
TinyDBServiceImpl.context2Bean(Context c,
String beanType,
String schema) |
Modifier and Type | Method and Description |
---|---|
static Bean |
TinyDBUtil.context2Bean(Context c,
Bean bean,
List<String> properties) |
static Bean |
TinyDBUtil.context2Bean(Context c,
String beanType,
ClassLoader loader) |
static Bean |
TinyDBUtil.context2Bean(Context c,
String beanType,
List<String> properties,
String schame) |
static Bean |
TinyDBUtil.context2Bean(Context c,
String beanType,
String schame,
ClassLoader loader) |
Modifier and Type | Interface and Description |
---|---|
interface |
Warehouse
仓库,用于存放加工所用的材料或加工输出的产品
Created by luoguo on 14-1-8.
|
Modifier and Type | Class and Description |
---|---|
class |
WarehouseDefault
Created by luoguo on 14-1-8.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidateComponent.execute(Context context) |
Modifier and Type | Interface and Description |
---|---|
interface |
WebContext
功能说明:定义web上下文接口
|
Modifier and Type | Class and Description |
---|---|
class |
WebContextImpl
web上下文接口实现
|
Modifier and Type | Interface and Description |
---|---|
interface |
TwoPhaseCommitWebContext
扩展于
WebContext ,支持先提交headers,再提交全体内容。 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebContextWrapper
功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得
|
class |
CommitMonitor
保存commit的状态,用来防止重复commit。
|
class |
DefaultWebContext
功能说明:默认的上下文实现,如果filter没有自定义增强上下文的对象,那么就返回此对象
|
class |
SimpleWebContext
功能说明: 实现了
WebContext 接口,包含request、response和servletContext的信息。 |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicWebContext
这是一个基础性的web context,提供了interceptor机制,主要用于构建可扩展的安全方案。
|
Modifier and Type | Class and Description |
---|---|
class |
BasicWebContextImpl
过滤header中的crlf,将status message用HTML entities转义,限制cookie的总大小。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BufferedWebContext
对response.
getWriter() 和response.getOutputStream()
所返回的输出流进行缓存操作。 |
Modifier and Type | Class and Description |
---|---|
class |
BufferedWebContextImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyCommitWebContext
延迟提交response。有些方法的调用会导致response被提交,包括:
sendError
sendRedirect
flushBuffer
setContentLength() 或
setHeader("Content-Length", len) ,但有些servlet
engine不会在这里提交response。
Response一旦提交,就不能修改header了。这对于一些应用(例如cookie-based session)的实现是一个问题。 |
Modifier and Type | Class and Description |
---|---|
class |
LazyCommitWebContextImpl
延迟提交response的实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParserWebContext
自动解析request parameters和cookie parameters,并透明地处理upload请求的web context实现。
|
Modifier and Type | Class and Description |
---|---|
class |
ParserWebContextImpl
自动解析request parameters和cookie parameters,并透明地处理upload请求的request context实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
RewriteWebContext
重写URL及参数的web context,类似于apache的mod_rewrite模块。
|
Modifier and Type | Method and Description |
---|---|
String |
RewriteFormatProvider.format(Context context,
String varName) |
Modifier and Type | Class and Description |
---|---|
class |
RewriteWebContextImpl
重写URL及参数的request context,类似于apache的mod_rewrite模块。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionWebContext
支持session的
WebContext 实现。 |
Modifier and Type | Class and Description |
---|---|
class |
SessionWebContextImpl
支持session的
HttpRequestContext 实现。 |
Modifier and Type | Interface and Description |
---|---|
interface |
SetLocaleWebContext
实现了Servlet 2.4规范中的response的方法。包括:
response.
setCharacterEncoding() 方法,使之可以方便地设置输出字符编码,而不需要依赖于
setContentType() 方法。
response.getContentType() 方法,使之可以取得当前输出的content type。
设置区域和编码字符集。包括:
LocaleUtil.setContextLocale()
request.setCharacterEncoding()
response.setLocale()
response.setCharacterEncoding() 。
|
Modifier and Type | Class and Description |
---|---|
class |
SetLocaleWebContextImpl
SetLocaleWebContext 的实现。 |
Modifier and Type | Interface and Description |
---|---|
interface |
WeiXinContext
微信上下文
|
Modifier and Type | Class and Description |
---|---|
class |
WeiXinContextDefault
默认的微信上下文实现
|
Modifier and Type | Class and Description |
---|---|
class |
XmlSignatureWebContextImpl |
Copyright © 2006–2018 TinyGroup. All rights reserved.