public class ViewClassLoader
extends org.eclipse.jetty.webapp.WebAppClassLoader
| Constructor and Description |
|---|
ViewClassLoader(ViewConfig viewConfig,
ClassLoader parent,
URL[] urls)
Constructs a new ViewClassLoader for the given URLs.
|
ViewClassLoader(ViewConfig viewConfig,
URL[] urls)
Constructs a new ViewClassLoader for the given URLs using a default parent class loader.
|
addClassFileTransformer, addClassPath, addClassPath, addJars, addTransformer, close, findClass, foundClass, getContext, getName, getPermissions, getResource, getResources, loadClass, removeClassFileTransformer, removeTransformer, runWithServerClassAccess, setName, toStringaddURL, definePackage, findResource, findResources, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic ViewClassLoader(ViewConfig viewConfig, URL[] urls) throws IOException
viewConfig - the view configurationurls - the URLs from which to load classes and resourcesIOExceptionpublic ViewClassLoader(ViewConfig viewConfig, ClassLoader parent, URL[] urls) throws IOException
viewConfig - the view configurationparent - the parent class loaderurls - the URLs from which to load classes and resourcesIOExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.