Tomcat类加载原理(WebappClassLoader)

关系图 源码分析 //构造函数 public WebappClassLoader(ClassLoader parent) { super(new URL[0], parent); //双亲委派 this.parent = getParent(); system = getSystemClassLoader();
相关文章
相关标签/搜索