public class ServletAttributes extends Object implements Attributes
Attributes.Wrapper| Constructor and Description |
|---|
ServletAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAttributes() |
Object |
getAttribute(String name) |
Set<String> |
getAttributeNameSet() |
void |
removeAttribute(String name) |
void |
setAsyncAttributes(String requestURI,
String contextPath,
String servletPath,
String pathInfo,
String queryString) |
void |
setAttribute(String name,
Object attribute) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNames, unwrappublic void setAsyncAttributes(String requestURI, String contextPath, String servletPath, String pathInfo, String queryString)
public void removeAttribute(String name)
removeAttribute in interface Attributespublic void setAttribute(String name, Object attribute)
setAttribute in interface Attributespublic Object getAttribute(String name)
getAttribute in interface Attributespublic Set<String> getAttributeNameSet()
getAttributeNameSet in interface Attributespublic void clearAttributes()
clearAttributes in interface AttributesCopyright © 2010 - 2020 Adobe. All Rights Reserved