Uses of Interface
org.eclipse.jetty.util.Attributes
Packages that use Attributes
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
-
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement AttributesModifier and TypeClassDescriptionstatic classAnAttributesimplementation backed by anotherAttributesinstance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.static classAnAttributesimplementation that lazily creates a backing map iff it is actually needed.static classAn Attributes implementation backed by aConcurrentHashMap.static classAn abstract implementation ofAttributes.Wrapperthat provides a mechanism for synthetic attributes that can be modified or deleted.static classA Wrapper of attributesclassDeprecated.Fields in org.eclipse.jetty.util declared as AttributesMethods in org.eclipse.jetty.util that return AttributesModifier and TypeMethodDescriptionAttributes.Layer.getPersistentAttributes()Attributes.Wrapper.getWrapped()static AttributesAttributes.unwrap(Attributes attributes) Unwrap allAttributes.Wrappers of the attributesMethods in org.eclipse.jetty.util with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributes.Lazy.addAll(Attributes attributes) voidAttributes.Mapped.addAll(Attributes attributes) voidAttributesMap.addAll(Attributes attributes) Deprecated.static booleanAttributes.equals(Attributes attributes, Object o) static Enumeration<String> AttributesMap.getAttributeNamesCopy(Attributes attrs) Deprecated.AttributesMap.getAttributeNameSetCopy(Attributes attrs) Deprecated.static intAttributes.hashCode(Attributes attributes) static AttributesAttributes.unwrap(Attributes attributes) Unwrap allAttributes.Wrappers of the attributesstatic <T extends Attributes.Wrapper>
TAttributes.unwrap(Attributes attributes, Class<T> target) Unwrap attributes to a specific attributeAttributes.Wrapper.Constructors in org.eclipse.jetty.util with parameters of type AttributesModifierConstructorDescriptionLayer(Attributes persistent) Layer(Attributes persistent, Attributes layer) protectedSynthetic(Attributes base) Wrapper(Attributes wrapped) -
Uses of Attributes in org.eclipse.jetty.util.component
Subinterfaces of Attributes in org.eclipse.jetty.util.componentModifier and TypeInterfaceDescriptioninterfaceA named runtime environment containing aClassLoaderandAttributes.Classes in org.eclipse.jetty.util.component that implement AttributesModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCyclestatic classConstructors in org.eclipse.jetty.util.component with parameters of type Attributes
Attributes.Mapped