public static class ContextAttributes.Impl extends ContextAttributes implements Serializable
ContextAttributes.Impl| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(Object key)
Accessor for value of specified attribute
|
static ContextAttributes |
getEmpty() |
ContextAttributes |
withoutSharedAttribute(Object key) |
ContextAttributes |
withPerCallAttribute(Object key,
Object value)
Mutator used during call (via context) to set value of "non-shared"
part of attribute set.
|
ContextAttributes |
withSharedAttribute(Object key,
Object value) |
ContextAttributes |
withSharedAttributes(Map<?,?> shared) |
public static ContextAttributes getEmpty()
public ContextAttributes withSharedAttribute(Object key, Object value)
withSharedAttribute in class ContextAttributespublic ContextAttributes withSharedAttributes(Map<?,?> shared)
withSharedAttributes in class ContextAttributespublic ContextAttributes withoutSharedAttribute(Object key)
withoutSharedAttribute in class ContextAttributespublic Object getAttribute(Object key)
ContextAttributesgetAttribute in class ContextAttributespublic ContextAttributes withPerCallAttribute(Object key, Object value)
ContextAttributeswithPerCallAttribute in class ContextAttributesCopyright © 2010 - 2020 Adobe. All Rights Reserved