Module org.eclipse.jetty.ee8.nested
Package org.eclipse.jetty.ee8.nested
Class ServletCoreRequest.ServletAttributes
java.lang.Object
org.eclipse.jetty.ee8.nested.ServletCoreRequest.ServletAttributes
- All Implemented Interfaces:
org.eclipse.jetty.util.Attributes
- Enclosing class:
ServletCoreRequest
public static class ServletCoreRequest.ServletAttributes
extends Object
implements org.eclipse.jetty.util.Attributes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
org.eclipse.jetty.util.Attributes.Layer, org.eclipse.jetty.util.Attributes.Lazy, org.eclipse.jetty.util.Attributes.Mapped, org.eclipse.jetty.util.Attributes.Synthetic, org.eclipse.jetty.util.Attributes.Wrapper -
Field Summary
Fields inherited from interface org.eclipse.jetty.util.Attributes
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttribute(String name) removeAttribute(String name) setAttribute(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
asAttributeMap, equals, hashCode
-
Constructor Details
-
ServletAttributes
public ServletAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
-
-
Method Details
-
removeAttribute
-
setAttribute
-
getAttribute
-
getAttributeNameSet
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributesin interfaceorg.eclipse.jetty.util.Attributes
-