|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.web.pages.GroovyPageUtils
public class GroovyPageUtils
Methods to establish template names, paths and so on. Replaced by GroovyPagesUriService / GroovyPagesUriSupport
DefaultGroovyPagesUriService
,
Created: May 1, 2009
Field Summary | |
---|---|
static String |
PATH_TO_VIEWS
Deprecated. |
Constructor Summary | |
---|---|
GroovyPageUtils()
Deprecated. |
Method Summary | |
---|---|
static String |
getDeployedViewURI(String controllerName,
String viewName)
Deprecated. |
static String |
getNoSuffixViewURI(groovy.lang.GroovyObject controller,
String viewName)
Deprecated. |
static String |
getNoSuffixViewURI(String controllerName,
String viewName)
Deprecated. |
static String |
getTemplateURI(groovy.lang.GroovyObject controller,
String templateName)
Deprecated. |
static String |
getTemplateURI(String controllerName,
String templateName)
Deprecated. |
static String |
getViewURI(groovy.lang.GroovyObject controller,
String viewName)
Deprecated. |
static String |
getViewURI(String controllerName,
String viewName)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PATH_TO_VIEWS
Constructor Detail |
---|
public GroovyPageUtils()
Method Detail |
---|
public static String getTemplateURI(groovy.lang.GroovyObject controller, String templateName)
controller
- The controller instancetemplateName
- The template name
public static String getViewURI(groovy.lang.GroovyObject controller, String viewName)
controller
- The name of the controllerviewName
- The name of the view
public static String getNoSuffixViewURI(groovy.lang.GroovyObject controller, String viewName)
controller
- The name of the controllerviewName
- The name of the view
public static String getTemplateURI(String controllerName, String templateName)
controllerName
- The controller nametemplateName
- The template name
public static String getViewURI(String controllerName, String viewName)
controllerName
- The name of the controllerviewName
- The name of the view
public static String getNoSuffixViewURI(String controllerName, String viewName)
controllerName
- The name of the controllerviewName
- The name of the view
public static String getDeployedViewURI(String controllerName, String viewName)
controllerName
- The name of the controllerviewName
- The name of the view
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |