Package org.apache.struts2.util.finder
Interface ClassLoaderInterface
- All Known Implementing Classes:
ClassLoaderInterfaceDelegate
public interface ClassLoaderInterface
Classes implementing this interface can find resources and load classes, usually delegating to a class
loader
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetResource
(String name) getResourceAsStream
(String name) getResources
(String name) Class<?>
-
Field Details
-
CLASS_LOADER_INTERFACE
- See Also:
-
-
Method Details
-
loadClass
- Throws:
ClassNotFoundException
-
getResource
-
getResources
- Throws:
IOException
-
getResourceAsStream
- Throws:
IOException
-
getParent
ClassLoaderInterface getParent()
-