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 Object
implements Attributes
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.getAttribute(String name) Deprecated.Deprecated.Deprecated.voidremoveAttribute(String name) Deprecated.voidsetAttribute(String name, Object attribute) Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
Constructor Details
-
Wrapper
Deprecated.
-
-
Method Details
-
getAttributes
Deprecated. -
removeAttribute
Deprecated.- Specified by:
removeAttributein interfaceAttributes
-
setAttribute
Deprecated.- Specified by:
setAttributein interfaceAttributes
-
getAttribute
Deprecated.- Specified by:
getAttributein interfaceAttributes
-
getAttributeNameSet
Deprecated.- Specified by:
getAttributeNameSetin interfaceAttributes
-
clearAttributes
public void clearAttributes()Deprecated.- Specified by:
clearAttributesin interfaceAttributes
-