Class WebappLoader

    • Constructor Detail

      • WebappLoader

        public WebappLoader()
        Deprecated.
    • Method Detail

      • init

        public void init​(org.apache.commons.collections.ExtendedProperties configuration)
        Deprecated.
        Description copied from class: WebappResourceLoader
        This is abstract in the base class, so we need it.
        NOTE: this expects that the ServletContext has already been placed in the runtime's application attributes under its full class name (i.e. "javax.servlet.ServletContext").
        Overrides:
        init in class WebappResourceLoader
        Parameters:
        configuration - the ExtendedProperties associated with this resource loader.