public interface GroovyPagesUriService
Provides methods to lookup URIs of views and templates.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
clear() |
|
public String |
getAbsoluteTemplateURI(String templateName, boolean includeExtension) |
|
public String |
getAbsoluteViewURI(String viewName) |
|
public String |
getDeployedAbsoluteViewURI(String viewName) |
|
public String |
getDeployedViewURI(String controllerName, String viewName) |
|
public String |
getNoSuffixViewURI(GroovyObject controller, String viewName) |
|
public String |
getNoSuffixViewURI(String controllerName, String viewName) |
|
public String |
getTemplateURI(String controllerName, String templateName)Obtains a template name of the given controller name and template name |
|
public String |
getTemplateURI(GroovyObject controller, String templateName) |
|
public String |
getTemplateURI(String controllerName, String templateName, boolean includeExtension) |
|
public String |
getTemplateURI(GroovyObject controller, String templateName, boolean includeExtension) |
|
public String |
getViewURI(String controllerName, String viewName)Obtains a view name for the given controller name and template name |
Obtains a template name of the given controller name and template name
controllerName - The controller nametemplateName - The template name