Package org.apache.struts2.junit
Class ConventionPluginResourceLoader
java.lang.Object
org.springframework.core.io.DefaultResourceLoader
org.apache.struts2.junit.ConventionPluginResourceLoader
- All Implemented Interfaces:
org.springframework.core.io.ResourceLoader
public class ConventionPluginResourceLoader
extends org.springframework.core.io.DefaultResourceLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.io.DefaultResourceLoader
org.springframework.core.io.DefaultResourceLoader.ClassPathContextResource
-
Field Summary
Fields inherited from interface org.springframework.core.io.ResourceLoader
CLASSPATH_URL_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resource
getResource
(String location) Methods inherited from class org.springframework.core.io.DefaultResourceLoader
addProtocolResolver, clearResourceCaches, getClassLoader, getProtocolResolvers, getResourceByPath, getResourceCache, setClassLoader
-
Constructor Details
-
ConventionPluginResourceLoader
public ConventionPluginResourceLoader()
-
-
Method Details
-
getResource
- Specified by:
getResource
in interfaceorg.springframework.core.io.ResourceLoader
- Overrides:
getResource
in classorg.springframework.core.io.DefaultResourceLoader
-