org.eclipse.jetty.util
接口 Attributes

所有已知实现类:
AttributesMap, ContextHandler, HttpClient, HttpSpiContextHandler, MovedContextHandler, Server, ServletContextHandler, WebAppContext

public interface Attributes

Attributes. Interface commonly used for storing attributes.


方法摘要
 void clearAttributes()
           
 Object getAttribute(String name)
           
 Enumeration<String> getAttributeNames()
           
 void removeAttribute(String name)
           
 void setAttribute(String name, Object attribute)
           
 

方法详细信息

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.