Package org.eclipse.jetty.ee9.nested
Class ServletAttributes
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.util.Attributes.Synthetic
org.eclipse.jetty.ee9.nested.ServletAttributes
- All Implemented Interfaces:
Attributes
An implementation of Attributes that supports the standard SSL and async attributes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.Synthetic, Attributes.Wrapper
-
Field Summary
Fields inherited from class org.eclipse.jetty.util.Attributes.Synthetic
REMOVED
Fields inherited from interface org.eclipse.jetty.util.Attributes
NULL
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getSyntheticAttribute
(String name) Get the value of a specific synthetic attribute.Get the list of known synthetic attribute names, including those that currently have a null value.void
setAsyncAttributes
(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString) Methods inherited from class org.eclipse.jetty.util.Attributes.Synthetic
clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttribute
Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
equals, getWrapped, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.Attributes
asAttributeMap
-
Method Details
-
getSyntheticAttribute
Description copied from class:Attributes.Synthetic
Get the value of a specific synthetic attribute.- Specified by:
getSyntheticAttribute
in classAttributes.Synthetic
- Parameters:
name
- The name of the attribute- Returns:
- The value for the attribute, which may be computed on request, or
null
-
getSyntheticNameSet
Description copied from class:Attributes.Synthetic
Get the list of known synthetic attribute names, including those that currently have a null value.- Specified by:
getSyntheticNameSet
in classAttributes.Synthetic
- Returns:
- A
Set
of known synthetic attributes names.
-
setAsyncAttributes
public void setAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString)
-