Package ch.galinet.xml.xmlmerge
Class XmlMergeContext
java.lang.Object
ch.galinet.xml.xmlmerge.XmlMergeContext
Holds thread local context information that would otherwise be difficult to pass into
each part of the framework. Is intentionally designed to be extensible.
CAVEAT:
* Do not abuse. It could be used as general thread-local global variables
* There is a potential security risk here (do not put confidential info in here)
- Author:
- Philipp H. Oser (POS)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final ThreadLocal<Map<String,Object>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENTITY_RESOLVER_KEY
- See Also:
-
m_context
-
-
Constructor Details
-
XmlMergeContext
public XmlMergeContext()
-
-
Method Details
-
getEntityResolver
-
setEntityResolver
-