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 classA Wrapper of attributesclassFields in org.eclipse.jetty.util declared as AttributesMethods in org.eclipse.jetty.util that return AttributesModifier and TypeMethodDescriptionAttributes.Wrapper.getAttributes()static AttributesAttributes.unwrap(Attributes attributes) Unwrap allAttributes.Wrappers of the attributesMethods in org.eclipse.jetty.util with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributesMap.addAll(Attributes attributes) static Enumeration<String> AttributesMap.getAttributeNamesCopy(Attributes attrs) 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 Attributes -
Uses of Attributes in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement AttributesModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycle