Package org.eclipse.jetty.server
Class ServletAttributes
- java.lang.Object
-
- org.eclipse.jetty.server.ServletAttributes
-
- All Implemented Interfaces:
Attributes
@Deprecated(since="2021-05-27") public class ServletAttributes extends java.lang.Object implements Attributes
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper
-
-
Constructor Summary
Constructors Constructor Description ServletAttributes()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clearAttributes()
Deprecated.java.lang.Object
getAttribute(java.lang.String name)
Deprecated.java.util.Set<java.lang.String>
getAttributeNameSet()
Deprecated.void
removeAttribute(java.lang.String name)
Deprecated.void
setAsyncAttributes(java.lang.String requestURI, java.lang.String contextPath, java.lang.String servletPath, java.lang.String pathInfo, java.lang.String queryString)
Deprecated.void
setAttribute(java.lang.String name, java.lang.Object attribute)
Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
-
-
-
Method Detail
-
setAsyncAttributes
public void setAsyncAttributes(java.lang.String requestURI, java.lang.String contextPath, java.lang.String servletPath, java.lang.String pathInfo, java.lang.String queryString)
Deprecated.
-
removeAttribute
public void removeAttribute(java.lang.String name)
Deprecated.- Specified by:
removeAttribute
in interfaceAttributes
-
setAttribute
public void setAttribute(java.lang.String name, java.lang.Object attribute)
Deprecated.- Specified by:
setAttribute
in interfaceAttributes
-
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
Deprecated.- Specified by:
getAttribute
in interfaceAttributes
-
getAttributeNameSet
public java.util.Set<java.lang.String> getAttributeNameSet()
Deprecated.- Specified by:
getAttributeNameSet
in interfaceAttributes
-
clearAttributes
public void clearAttributes()
Deprecated.- Specified by:
clearAttributes
in interfaceAttributes
-
-