Package org.eclipse.jetty.util
Interface Attributes
- All Known Implementing Classes:
AsyncAttributes
,AttributeContainerMap
,Attributes.Wrapper
,AttributesMap
,ContextHandler
,ContextHandler.Context
,ContextHandler.StaticContext
,Dispatcher.ForwardAttributes
,Dispatcher.IncludeAttributes
,HttpConversation
,MovedContextHandler
,ProxyConnectionFactory.ProxyEndPoint
,ProxyCustomizer.ProxyAttributes
,SecureRequestCustomizer.SslAttributes
,Server
,ServletAttributes
,ServletContextHandler
,ServletContextHandler.Context
,WebAppContext
,WebAppContext.Context
public interface Attributes
Attributes.
Interface commonly used for storing attributes.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAttribute
(String name) default Enumeration
<String> void
removeAttribute
(String name) void
setAttribute
(String name, Object attribute) static Attributes
unwrap
(Attributes attributes)
-
Method Details
-
removeAttribute
-
setAttribute
-
getAttribute
-
getAttributeNameSet
-
getAttributeNames
-
clearAttributes
void clearAttributes() -
unwrap
-