Class ServletAttributes
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.util.Attributes.Synthetic
org.eclipse.jetty.ee8.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 Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.Synthetic, Attributes.Wrapper -
Field Summary
Fields inherited from class Attributes.Synthetic
REMOVEDFields inherited from interface Attributes
NULL -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetSyntheticAttribute(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.voidsetAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString) Methods inherited from class Attributes.Synthetic
clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttributeMethods inherited from class Attributes.Wrapper
equals, getWrapped, hashCodeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Attributes
asAttributeMap
-
Method Details
-
getSyntheticAttribute
Description copied from class:Attributes.SyntheticGet the value of a specific synthetic attribute.- Specified by:
getSyntheticAttributein 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.SyntheticGet the list of known synthetic attribute names, including those that currently have a null value.- Specified by:
getSyntheticNameSetin classAttributes.Synthetic- Returns:
- A
Setof known synthetic attributes names.
-
setAsyncAttributes
public void setAsyncAttributes(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString)
-