Class ContextHandler.AliasChecksList

java.lang.Object
org.eclipse.jetty.server.handler.ContextHandler.AliasChecksList
All Implemented Interfaces:
Iterable<ContextHandler.AliasCheck>, Collection<ContextHandler.AliasCheck>, List<ContextHandler.AliasCheck>
Enclosing class:
ContextHandler

private class ContextHandler.AliasChecksList extends Object implements List<ContextHandler.AliasCheck>

A wrapper list that intercepts add/remove/clear to call correspondent methods of ContextHandler.

The goal is to make this list as unmodifiable as possible, but redirect direct list operations such as add/remove/clear to correspondent ContextHandler methods for backwards compatibility.