org.mortbay.util
Interface Attributes
- All Known Implementing Classes:
- AttributesMap, ContextHandler, Dispatcher.ForwardAttributes, Dispatcher.IncludeAttributes, WebAppContext
public interface Attributes
Attributes.
Interface commonly used for storing attributes.
- Author:
- gregw
removeAttribute
void removeAttribute(String name)
setAttribute
void setAttribute(String name,
Object attribute)
getAttribute
Object getAttribute(String name)
getAttributeNames
Enumeration getAttributeNames()
clearAttributes
void clearAttributes()