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 TypeMethodDescriptionvoidDeprecated.getAttribute(String name) Deprecated.Deprecated.voidremoveAttribute(String name) Deprecated.voidsetAsyncAttributes(String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) Deprecated.voidsetAttribute(String name, Object attribute) Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
removeAttributein interfaceAttributes
-
setAttribute
Deprecated.- Specified by:
setAttributein interfaceAttributes
-
getAttribute
Deprecated.- Specified by:
getAttributein interfaceAttributes
-
getAttributeNameSet
Deprecated.- Specified by:
getAttributeNameSetin interfaceAttributes
-
clearAttributes
public void clearAttributes()Deprecated.- Specified by:
clearAttributesin interfaceAttributes
-