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 TypeMethodDescriptionvoid
getAttribute
(String name) private Attributes
void
removeAttribute
(String name) void
setAsyncAttributes
(String requestURI, String contextPath, String servletPath, String pathInfo, String queryString) void
setAttribute
(String name, Object attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
removeAttribute
in interfaceAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceAttributes
-
getAttributeNameSet
- Specified by:
getAttributeNameSet
in interfaceAttributes
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributes
in interfaceAttributes
-