org.codehaus.groovy.grails.web.pages
Interface GroovyPagesUriService
- All Known Implementing Classes:
- DefaultGroovyPagesUriService
public interface GroovyPagesUriService
Provides methods to lookup URIs of views and templates
- Since:
- 1.2
- Author:
- Graeme Rocher
BEAN_ID
static final String BEAN_ID
- See Also:
- Constant Field Values
getTemplateURI
String getTemplateURI(String controllerName,
String templateName)
getDeployedViewURI
String getDeployedViewURI(String controllerName,
String viewName)
getNoSuffixViewURI
String getNoSuffixViewURI(groovy.lang.GroovyObject controller,
String viewName)
getNoSuffixViewURI
String getNoSuffixViewURI(String controllerName,
String viewName)
getTemplateURI
String getTemplateURI(groovy.lang.GroovyObject controller,
String templateName)
clear
void clear()
Copyright (c) 2005-2009 The Grails project