Uses of Interface
dev.getelements.elements.sdk.MutableAttributes
Packages that use MutableAttributes
Package
Description
-
Uses of MutableAttributes in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return MutableAttributesModifier and TypeMethodDescriptionResource.getAttributes()Gets theAttributesassociated with thisResource -
Uses of MutableAttributes in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact that return MutableAttributes -
Uses of MutableAttributes in dev.getelements.elements.sdk
Methods in dev.getelements.elements.sdk that return MutableAttributesModifier and TypeMethodDescriptionElementScope.getMutableAttributes()Gets the Attributes associated with this scope. -
Uses of MutableAttributes in dev.getelements.elements.sdk.guice
Constructor parameters in dev.getelements.elements.sdk.guice with type arguments of type MutableAttributesModifierConstructorDescriptionReentrantThreadLocalScope(Class<ScopedT> scoped, ReentrantThreadLocal<ScopedT> instance, Function<ScopedT, MutableAttributes> resolver) ReentrantThreadLocalScope(Class<ScopedT> scoped, Supplier<ScopedT> instanceSupplier, Function<ScopedT, MutableAttributes> resolver) -
Uses of MutableAttributes in dev.getelements.elements.sdk.spi
Methods in dev.getelements.elements.sdk.spi that return MutableAttributes -
Uses of MutableAttributes in dev.getelements.elements.sdk.util
Classes in dev.getelements.elements.sdk.util that implement MutableAttributesModifier and TypeClassDescriptionfinal recordA set of attributes that inherits from a base set of attributes.classAn instance ofAttributesbacked by aPropertiesinstance.final recordSimple implementation ofAttributesbacked by aMap<String,.Object> Methods in dev.getelements.elements.sdk.util that return MutableAttributesModifier and TypeMethodDescriptionInheritedMutableAttributes.current()Returns the value of thecurrentrecord component.Methods in dev.getelements.elements.sdk.util with parameters of type MutableAttributesModifier and TypeMethodDescriptionInheritedAttributes.newDerivativeFrom(MutableAttributes attributes) Derives a new set of attributes from the current set of attributes.InheritedMutableAttributes.newDerivativeFrom(MutableAttributes attributes) Derives a new set of attributes from the current set of attributes.Constructors in dev.getelements.elements.sdk.util with parameters of type MutableAttributesModifierConstructorDescriptionInheritedMutableAttributes(Attributes base, MutableAttributes current) Creates an instance of aInheritedMutableAttributesrecord class. -
Uses of MutableAttributes in dev.getelements.elements.servlet
Classes in dev.getelements.elements.servlet that implement MutableAttributes