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 TypeMethodDescriptionvoidgetAttribute(String name) default Enumeration<String> voidremoveAttribute(String name) voidsetAttribute(String name, Object attribute) static Attributesunwrap(Attributes attributes)
-
Method Details
-
removeAttribute
-
setAttribute
-
getAttribute
-
getAttributeNameSet
-
getAttributeNames
-
clearAttributes
void clearAttributes() -
unwrap
-