Package org.eclipse.jetty.server
Class ServletAttributes
java.lang.Object
org.eclipse.jetty.server.ServletAttributes
- All Implemented Interfaces:
Attributes
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.getAttribute
(String name) Deprecated.Deprecated.void
removeAttribute
(String name) Deprecated.void
setAsyncAttributes
(String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) Deprecated.void
setAttribute
(String name, 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
-
Constructor Details
-
ServletAttributes
public ServletAttributes()Deprecated.
-
-
Method Details
-
setAsyncAttributes
public void setAsyncAttributes(String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) Deprecated. -
removeAttribute
Deprecated.- Specified by:
removeAttribute
in interfaceAttributes
-
setAttribute
Deprecated.- Specified by:
setAttribute
in interfaceAttributes
-
getAttribute
Deprecated.- Specified by:
getAttribute
in interfaceAttributes
-
getAttributeNameSet
Deprecated.- Specified by:
getAttributeNameSet
in interfaceAttributes
-
clearAttributes
public void clearAttributes()Deprecated.- Specified by:
clearAttributes
in interfaceAttributes
-