Class Attributes.Layer

java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.util.Attributes.Layer
All Implemented Interfaces:
Attributes
Direct Known Subclasses:
ContextHandler.ScopedContext
Enclosing interface:
Attributes

public static class Attributes.Layer extends Attributes.Wrapper
An Attributes implementation backed by another Attributes instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.