Package org.eclipse.jetty.util
Interface Attributes
- All Known Implementing Classes:
AttributeContainerMap
,Attributes.Wrapper
,AttributesMap
,ContextHandler
,ContextHandler.Context
,ContextHandler.StaticContext
,HttpConversation
,MovedContextHandler
,ProxyConnectionFactory.ProxyEndPoint
,Server
,ServletAttributes
,ServletContextHandler
,ServletContextHandler.Context
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Attributes.
Interface commonly used for storing attributes.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.getAttribute
(String name) Deprecated.default Enumeration
<String> Deprecated.Deprecated.void
removeAttribute
(String name) Deprecated.void
setAttribute
(String name, Object attribute) Deprecated.static Attributes
unwrap
(Attributes attributes) Deprecated.
-
Method Details
-
removeAttribute
Deprecated. -
setAttribute
Deprecated. -
getAttribute
Deprecated. -
getAttributeNameSet
Deprecated. -
getAttributeNames
Deprecated. -
clearAttributes
void clearAttributes()Deprecated. -
unwrap
Deprecated.
-