org.eclipse.jetty.util
Interface Attributes
- All Known Implementing Classes:
- AttributesMap, ContextHandler, MovedContextHandler, Server, TestServer
public interface Attributes
Attributes.
Interface commonly used for storing attributes.
removeAttribute
void removeAttribute(String name)
setAttribute
void setAttribute(String name,
Object attribute)
getAttribute
Object getAttribute(String name)
getAttributeNames
Enumeration getAttributeNames()
clearAttributes
void clearAttributes()
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.