Class ContextHandler.AliasChecksList

  • All Implemented Interfaces:
    java.lang.Iterable<ContextHandler.AliasCheck>, java.util.Collection<ContextHandler.AliasCheck>, java.util.List<ContextHandler.AliasCheck>
    Enclosing class:
    ContextHandler

    private class ContextHandler.AliasChecksList
    extends java.lang.Object
    implements java.util.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.