Class DefaultWebApplication

  • All Implemented Interfaces:
    WebApplication, ServletContext

    public class DefaultWebApplication
    extends Object
    implements WebApplication
    The default WebApplication.

    The filters field is backed by a LinkedHashMap so we get an insertion-order key set. If you change this, be aware that methods using this field should be changed to account for that.

    The servlets field is backed by a LinkedHashMap so we get an insertion-order key set. If you change this, be aware that methods using this field should be changed to account for that.

    Author:
    Manfred Riem ([email protected])