public class BundleClassLoaderInterface extends Object implements com.opensymphony.xwork2.util.finder.ClassLoaderInterface
Constructor and Description |
---|
BundleClassLoaderInterface() |
Modifier and Type | Method and Description |
---|---|
com.opensymphony.xwork2.util.finder.ClassLoaderInterface |
getParent() |
URL |
getResource(String name) |
InputStream |
getResourceAsStream(String name) |
Enumeration<URL> |
getResources(String name) |
Class<?> |
loadClass(String name) |
public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass
in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
ClassNotFoundException
public URL getResource(String name)
getResource
in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
public Enumeration<URL> getResources(String name) throws IOException
getResources
in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
IOException
public InputStream getResourceAsStream(String name) throws IOException
getResourceAsStream
in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
IOException
public com.opensymphony.xwork2.util.finder.ClassLoaderInterface getParent()
getParent
in interface com.opensymphony.xwork2.util.finder.ClassLoaderInterface
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.