Package org.eclipse.jetty.util
Class Attributes.Wrapper
- java.lang.Object
 - 
- org.eclipse.jetty.util.Attributes.Wrapper
 
 
- 
- All Implemented Interfaces:
 Attributes
- Enclosing interface:
 - Attributes
 
@Deprecated(since="2021-05-27") public abstract static class Attributes.Wrapper extends java.lang.Object implements Attributes
Deprecated. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Wrapper(Attributes attributes)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclearAttributes()Deprecated.java.lang.ObjectgetAttribute(java.lang.String name)Deprecated.java.util.Set<java.lang.String>getAttributeNameSet()Deprecated.AttributesgetAttributes()Deprecated.voidremoveAttribute(java.lang.String name)Deprecated.voidsetAttribute(java.lang.String name, java.lang.Object attribute)Deprecated.- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Wrapper
public Wrapper(Attributes attributes)
Deprecated. 
 - 
 
- 
Method Detail
- 
getAttributes
public Attributes getAttributes()
Deprecated. 
- 
removeAttribute
public void removeAttribute(java.lang.String name)
Deprecated.- Specified by:
 removeAttributein interfaceAttributes
 
- 
setAttribute
public void setAttribute(java.lang.String name, java.lang.Object attribute)Deprecated.- Specified by:
 setAttributein interfaceAttributes
 
- 
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
Deprecated.- Specified by:
 getAttributein interfaceAttributes
 
- 
getAttributeNameSet
public java.util.Set<java.lang.String> getAttributeNameSet()
Deprecated.- Specified by:
 getAttributeNameSetin interfaceAttributes
 
- 
clearAttributes
public void clearAttributes()
Deprecated.- Specified by:
 clearAttributesin interfaceAttributes
 
 - 
 
 -