ThreadContext.getResources

Returns the ThreadLocal Map. This Map is used internally to bind objects to the current thread by storing each object under a unique key.

@return the map of bound resources

class ThreadContext
static
Map!(string, Object)
getResources
()

Meta