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.WrapperclassAttributesMapFields 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)Methods 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)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
-