|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.core.io.DefaultResourceLocator org.codehaus.groovy.grails.web.pages.discovery.GroovyPageStaticResourceLocator
public class GroovyPageStaticResourceLocator extends DefaultResourceLocator
Extends the DefaultResourceLocator class with extra methods to evaluate static resources relative to the currently executing GSP page.
This class is used to resolve references to static resources like CSS, Javascript and images filesField Summary |
---|
Method Summary | |
---|---|
org.springframework.core.io.Resource
|
findResourceForURI(java.lang.String uri)
|
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() |
Method Detail |
---|
@Override public org.springframework.core.io.Resource findResourceForURI(java.lang.String uri)
Groovy Documentation