org.mortbay.util
Interface Attributes
- All Known Implementing Classes:
- AttributesMap, ContextHandler, Server
- public interface Attributes
Attributes.
Interface commonly used for storing attributes.
- Author:
- gregw
removeAttribute
public void removeAttribute(String name)
setAttribute
public void setAttribute(String name,
Object attribute)
getAttribute
public Object getAttribute(String name)
getAttributeNames
public Enumeration getAttributeNames()
clearAttributes
public void clearAttributes()
Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.