Package org.eclipse.jetty.util
Class Attributes.Wrapper
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
- All Implemented Interfaces:
Attributes
- Enclosing interface:
- Attributes
A Wrapper of attributes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAttribute
(String name) void
removeAttribute
(String name) void
setAttribute
(String name, Object attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
Field Details
-
_attributes
-
-
Constructor Details
-
Wrapper
-
-
Method Details
-
getAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceAttributes
-
getAttributeNameSet
- Specified by:
getAttributeNameSet
in interfaceAttributes
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributes
in interfaceAttributes
-