org.eclipse.jetty.util
接口 Attributes
- 所有已知实现类:
- AttributesMap, ContextHandler, HttpClient, HttpSpiContextHandler, MovedContextHandler, Server, ServletContextHandler, WebAppContext
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<String> getAttributeNames()
clearAttributes
void clearAttributes()
Copyright © 2013. All Rights Reserved.