public class ContextMapHelper extends Object
| Constructor and Description |
|---|
ContextMapHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ContextMap |
getScopeAwareContextMap() |
static ContextMapPropagator |
getScopeAwarePropagator() |
static void |
registerContextFactoryForPrefixNamed(String prefixName,
ContextViewFactory factory)
ViewCapable objects are created by the context propagation framework
when needed using the ContextViewFactory registered against the
specified context name
|
public static ContextMap getScopeAwareContextMap()
public static ContextMapPropagator getScopeAwarePropagator()
public static void registerContextFactoryForPrefixNamed(String prefixName, ContextViewFactory factory)
prefixName - This is the name of the context that should be instantiated
with the corresponding factory.factory - A ContextViewFactory.Copyright © 2019. All rights reserved.