org.codehaus.groovy.grails.support
Class CommandLineResourceLoader
java.lang.Object
org.springframework.core.io.DefaultResourceLoader
org.codehaus.groovy.grails.support.CommandLineResourceLoader
- All Implemented Interfaces:
- ResourceLoader
public class CommandLineResourceLoader
- extends DefaultResourceLoader
Loads locations starting with /WEB-INF from the Grails web-app directory.
- Since:
- 1.0
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineResourceLoader
public CommandLineResourceLoader()
getResource
public Resource getResource(String location)
- Specified by:
getResource
in interface ResourceLoader
- Overrides:
getResource
in class DefaultResourceLoader