Package org.grails.dev.support
Class CommandLineResourceLoader
- java.lang.Object
-
- org.springframework.core.io.DefaultResourceLoader
-
- org.grails.dev.support.CommandLineResourceLoader
-
- All Implemented Interfaces:
org.springframework.core.io.ResourceLoader
public class CommandLineResourceLoader extends org.springframework.core.io.DefaultResourceLoaderLoads locations starting with /WEB-INF from the Grails web-app directory.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description CommandLineResourceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ResourcegetResource(java.lang.String location)
-