org.mortbay.util
public interface Attributes
Modifier and Type | Method and Description |
---|---|
void |
clearAttributes() |
java.lang.Object |
getAttribute(java.lang.String name) |
java.util.Enumeration |
getAttributeNames() |
void |
removeAttribute(java.lang.String name) |
void |
setAttribute(java.lang.String name,
java.lang.Object attribute) |
void removeAttribute(java.lang.String name)
void setAttribute(java.lang.String name, java.lang.Object attribute)
java.lang.Object getAttribute(java.lang.String name)
java.util.Enumeration getAttributeNames()
void clearAttributes()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.