Package org.eclipse.jetty.server
Class ServletAttributes
java.lang.Object
org.eclipse.jetty.server.ServletAttributes
- All Implemented Interfaces:
Attributes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttribute(String name) private AttributesvoidremoveAttribute(String name) voidsetAsyncAttributes(String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) voidsetAttribute(String name, Object attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
Field Details
-
_attributes
-
_asyncAttributes
-
-
Constructor Details
-
ServletAttributes
public ServletAttributes()
-
-
Method Details
-
setAsyncAttributes
-
getAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceAttributes
-
setAttribute
- Specified by:
setAttributein interfaceAttributes
-
getAttribute
- Specified by:
getAttributein interfaceAttributes
-
getAttributeNameSet
- Specified by:
getAttributeNameSetin interfaceAttributes
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributesin interfaceAttributes
-