org.eclipse.jetty.util
Interface Attributes
- All Known Implementing Classes:
- AttributesMap, ContextHandler, HttpClient, MovedContextHandler, Server, ServletContextHandler, WebAppContext
public interface Attributes
Attributes.
Interface commonly used for storing attributes.
removeAttribute
void removeAttribute(java.lang.String name)
setAttribute
void setAttribute(java.lang.String name,
java.lang.Object attribute)
getAttribute
java.lang.Object getAttribute(java.lang.String name)
getAttributeNames
java.util.Enumeration<java.lang.String> getAttributeNames()
clearAttributes
void clearAttributes()
Copyright © 2012. All Rights Reserved.