Groovy Documentation

org.codehaus.groovy.grails.web.pages.discovery
[Java] Class CachingGroovyPageLocator

java.lang.Object
  org.codehaus.groovy.grails.web.pages.discovery.DefaultGroovyPageLocator
      org.codehaus.groovy.grails.web.pages.discovery.CachingGroovyPageLocator

public class CachingGroovyPageLocator
extends DefaultGroovyPageLocator

An implementation of the GroovyPageLocator interface that caches the searches for pages

Authors:
Graeme Rocher
Since:
2.0


Field Summary
 
Fields inherited from class DefaultGroovyPageLocator
pluginManager, resourceLoaders
 
Method Summary
GroovyPageScriptSource findPage(java.lang.String uri)

GroovyPageScriptSource findPageInBinding(java.lang.String uri, GroovyPageBinding binding)

 
Methods inherited from class DefaultGroovyPageLocator
addResourceLoader, findBinaryScriptSource, findPage, findPageInBinding, findPageInBinding, findResourceScriptPathForSearchPaths, findResourceScriptSource, findResourceScriptSourceInPlugins, getPluginViewPathInfo, removePrecompiledPage, setApplicationContext, setPluginManager, setPrecompiledGspMap, setResourceLoader, setServletContext
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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

findPage

@Override
public GroovyPageScriptSource findPage(java.lang.String uri)


findPageInBinding

@Override
public GroovyPageScriptSource findPageInBinding(java.lang.String uri, GroovyPageBinding binding)


 

Groovy Documentation