public class VCSThreadSafeContexts
extends java.lang.Object
Utility class to assist with the thread-safe construction of temporary contexts.
| Modifier and Type | Method and Description | 
|---|---|
| static Context | createContext()Deprecated. 
 replaced by  Contextconstructor. | 
| static Context | createContext(Context context)Deprecated. 
 replaced by  Contextconstructor. | 
| static Context | createContext(Element element)Deprecated. 
 replaced by  Contextconstructor. | 
public static final Context createContext()
Context constructor.public static final Context createContext(Context context)
Context constructor.