Package org.apache.struts2.util.finder
Class ClassLoaderInterfaceDelegate
java.lang.Object
org.apache.struts2.util.finder.ClassLoaderInterfaceDelegate
- All Implemented Interfaces:
- ClassLoaderInterface
Default implementation of ClassLoaderInterface, which delegates to an actual ClassLoader
- 
Field SummaryFields inherited from interface org.apache.struts2.util.finder.ClassLoaderInterfaceCLASS_LOADER_INTERFACE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetResource(String className) getResourceAsStream(String name) getResources(String name) Class<?>
- 
Constructor Details- 
ClassLoaderInterfaceDelegate
 
- 
- 
Method Details- 
loadClass- Specified by:
- loadClassin interface- ClassLoaderInterface
- Throws:
- ClassNotFoundException
 
- 
getResource- Specified by:
- getResourcein interface- ClassLoaderInterface
 
- 
getResources- Specified by:
- getResourcesin interface- ClassLoaderInterface
- Throws:
- IOException
 
- 
getResourceAsStream- Specified by:
- getResourceAsStreamin interface- ClassLoaderInterface
 
- 
getParent- Specified by:
- getParentin interface- ClassLoaderInterface
 
 
-