public class GroovyPageUnitTestResourceLoader
extends org.springframework.core.io.DefaultResourceLoader
ResourceLoader implementation
that loads GSP views relative to the project base directory for unit tests.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WEB_INF_PREFIX |
| Constructor and Description |
|---|
GroovyPageUnitTestResourceLoader(java.util.Map<java.lang.String,java.lang.String> groovyPages) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
getResource(java.lang.String location) |
public static final java.lang.String WEB_INF_PREFIX