Class WebArchiveClassLoader

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class WebArchiveClassLoader
    extends org.jboss.shrinkwrap.api.classloader.ShrinkWrapClassLoader
    ClassLoader implementation extending the ShrinkWrapClassLoader to serve as an indirection between the requested resource and the Web Specification's root under which resources are to be served ("WEB-INF/classes"). It also handles the contents of WEB-INF/lib to search for resources.
    Author:
    Martin Kouba, ALR
    See Also:
    SHRINKWRAP-369