Groovy Documentation

grails.test.mixin.support
[Java] Class GroovyPageUnitTestResourceLoader

java.lang.Object
  org.springframework.core.io.DefaultResourceLoader
      grails.test.mixin.support.GroovyPageUnitTestResourceLoader

public class GroovyPageUnitTestResourceLoader
extends org.springframework.core.io.DefaultResourceLoader

A org.springframework.core.io.ResourceLoader implementation that loads GSP views relative to the project base directory for unit tests.

Authors:
Graeme Rocher
Since:
2.0


Field Summary
static java.lang.String WEB_INF_PREFIX

 
Fields inherited from class org.springframework.core.io.DefaultResourceLoader
CLASSPATH_URL_PREFIX
 
Constructor Summary
GroovyPageUnitTestResourceLoader(java.util.Map groovyPages)

 
Method Summary
org.springframework.core.io.Resource getResource(java.lang.String location)

 
Methods inherited from class org.springframework.core.io.DefaultResourceLoader
org.springframework.core.io.DefaultResourceLoader#getClassLoader(), org.springframework.core.io.DefaultResourceLoader#getResource(java.lang.String), org.springframework.core.io.DefaultResourceLoader#setClassLoader(java.lang.ClassLoader), org.springframework.core.io.DefaultResourceLoader#wait(), org.springframework.core.io.DefaultResourceLoader#wait(long, int), org.springframework.core.io.DefaultResourceLoader#wait(long), org.springframework.core.io.DefaultResourceLoader#equals(java.lang.Object), org.springframework.core.io.DefaultResourceLoader#toString(), org.springframework.core.io.DefaultResourceLoader#hashCode(), org.springframework.core.io.DefaultResourceLoader#getClass(), org.springframework.core.io.DefaultResourceLoader#notify(), org.springframework.core.io.DefaultResourceLoader#notifyAll()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

WEB_INF_PREFIX

public static final java.lang.String WEB_INF_PREFIX


 
Constructor Detail

GroovyPageUnitTestResourceLoader

public GroovyPageUnitTestResourceLoader(java.util.Map groovyPages)


 
Method Detail

getResource

@Override
public org.springframework.core.io.Resource getResource(java.lang.String location)


 

Groovy Documentation