public class DefaultGroovyPagesUriService extends GroovyPagesUriSupport
Provides services for resolving URIs. Caches lookups in an internal ConcurrentMap cache.
Fields inherited from class | Fields |
---|---|
class GroovyPagesUriSupport |
EXTENSION, PATH_TO_VIEWS, RELATIVE_STRING, SUFFIX |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
clear() |
|
public String |
getDeployedViewURI(String controllerName, String viewName) |
|
public String |
getLogicalControllerName(GroovyObject controller) |
|
public String |
getNoSuffixViewURI(GroovyObject controller, String viewName) |
|
public String |
getNoSuffixViewURI(String controllerName, String viewName) |
|
public String |
getTemplateURI(String controllerName, String templateName) |
|
public String |
getTemplateURI(GroovyObject controller, String templateName) |
Methods inherited from class | Name |
---|---|
class GroovyPagesUriSupport |
clear, getAbsoluteTemplateURI, getAbsoluteViewURI, getDeployedAbsoluteViewURI, getDeployedViewURI, getLogicalControllerName, getNoSuffixViewURI, getNoSuffixViewURI, getTemplateURI, getTemplateURI, getTemplateURI, getTemplateURI, getViewURI, getViewURI |