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.
  • Method Details

    • removeAttribute

      void removeAttribute(String name)
    • setAttribute

      void setAttribute(String name, Object attribute)
    • getAttribute

      Object getAttribute(String name)
    • getAttributeNameSet

      Set<String> getAttributeNameSet()
    • getAttributeNames

      default Enumeration<String> getAttributeNames()
    • clearAttributes

      void clearAttributes()
    • unwrap

      static Attributes unwrap(Attributes attributes)