Uses of Interface
org.eclipse.jetty.util.Attributes
-
Packages that use Attributes Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Management -
-
Uses of Attributes in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Attributes Modifier and Type Class Description static classAttributes.WrapperA Wrapper of attributesclassAttributesMapFields in org.eclipse.jetty.util declared as Attributes Modifier and Type Field Description protected AttributesAttributes.Wrapper. _attributesMethods in org.eclipse.jetty.util that return Attributes Modifier and Type Method Description AttributesAttributes.Wrapper. getAttributes()static AttributesAttributes. unwrap(Attributes attributes)Unwrap allAttributes.Wrappers of the attributesMethods in org.eclipse.jetty.util with parameters of type Attributes Modifier and Type Method Description voidAttributesMap. addAll(Attributes attributes)static java.util.Enumeration<java.lang.String>AttributesMap. getAttributeNamesCopy(Attributes attrs)static AttributesAttributes. unwrap(Attributes attributes)Unwrap allAttributes.Wrappers of the attributesstatic <T extends Attributes.Wrapper>
TAttributes. unwrap(Attributes attributes, java.lang.Class<T> target)Unwrap attributes to a specific attributeAttributes.Wrapper.Constructors in org.eclipse.jetty.util with parameters of type Attributes Constructor Description Wrapper(Attributes attributes) -
Uses of Attributes in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Attributes Modifier and Type Class Description classAttributeContainerMapAn Attributes implementation that holds it's values in an immutableContainerLifeCycle
-