Class Attributes.Wrapper
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
- All Implemented Interfaces:
Attributes
- Direct Known Subclasses:
AsyncAttributes, Dispatcher.ForwardAttributes, Dispatcher.IncludeAttributes, ProxyCustomizer.ProxyAttributes, SecureRequestCustomizer.SslAttributes
- Enclosing interface:
Attributes
-
Nested Class Summary
Nested classes/interfaces inherited from interface Attributes
Attributes.Wrapper -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttribute(String name) voidremoveAttribute(String name) voidsetAttribute(String name, Object attribute) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attributes
getAttributeNames
-
Field Details
-
_attributes
-
-
Constructor Details
-
Wrapper
-
-
Method Details
-
getAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceAttributes
-
setAttribute
- Specified by:
setAttributein interfaceAttributes
-
getAttribute
- Specified by:
getAttributein interfaceAttributes
-
getAttributeNameSet
- Specified by:
getAttributeNameSetin interfaceAttributes
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributesin interfaceAttributes
-