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