![JAR search and dependency download from the Maven repository](/logo.png)
com.alibaba.tamper.core.helper.ContextObjectHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tamper Show documentation
Show all versions of tamper Show documentation
github tamper project as open source.
The newest version!
package com.alibaba.tamper.core.helper;
import java.util.HashMap;
import java.util.Map;
/**
* 每个mapping执行过程都认为是在一个独立的Region中进行处理,在Region中会记录一下当前的一些信息
*
* @author jianghang 2012-4-5 下午02:27:41
*/
public class ContextObjectHolder {
private static volatile ContextObjectHolder singleton = null;
public static final String MAPPING_ENTER = "_mapping_enter_";
public static final String SCRIPT_CONTEXT = "_script_context_";
public static final String PROCESS_CONTEXT = "_process_context_";
private ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy