|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.grails.web.pages.GroovyPagesUriSupport
public class GroovyPagesUriSupport
Methods to establish template names, paths and so on.
| Field Summary | |
|---|---|
static java.lang.String |
PATH_TO_VIEWS
|
| Fields inherited from interface org.codehaus.groovy.grails.web.pages.GroovyPagesUriService |
|---|
BEAN_ID |
| Constructor Summary | |
|---|---|
GroovyPagesUriSupport()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
java.lang.String |
getAbsoluteTemplateURI(java.lang.String templateName)
Used to resolve template names that are not relative to a controller. |
java.lang.String |
getAbsoluteViewURI(java.lang.String viewName)
Obtains a view URI that is not relative to any given controller |
java.lang.String |
getDeployedAbsoluteViewURI(java.lang.String viewName)
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context |
java.lang.String |
getDeployedViewURI(java.lang.String controllerName,
java.lang.String viewName)
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context |
java.lang.String |
getLogicalControllerName(groovy.lang.GroovyObject controller)
|
java.lang.String |
getNoSuffixViewURI(groovy.lang.GroovyObject controller,
java.lang.String viewName)
Obtains a view URI of the given controller and view name without the suffix |
java.lang.String |
getNoSuffixViewURI(java.lang.String controllerName,
java.lang.String viewName)
Obtains a view URI of the given controller name and view name without the suffix |
java.lang.String |
getTemplateURI(groovy.lang.GroovyObject controller,
java.lang.String templateName)
Obtains a template URI for the given controller instance and template name |
java.lang.String |
getTemplateURI(java.lang.String controllerName,
java.lang.String templateName)
Obtains the URI to a template using the controller name and template name |
java.lang.String |
getViewURI(groovy.lang.GroovyObject controller,
java.lang.String viewName)
Obtains a view URI of the given controller and view name |
java.lang.String |
getViewURI(java.lang.String controllerName,
java.lang.String viewName)
Obtains a view URI of the given controller name and view name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PATH_TO_VIEWS
| Constructor Detail |
|---|
public GroovyPagesUriSupport()
| Method Detail |
|---|
public java.lang.String getTemplateURI(groovy.lang.GroovyObject controller,
java.lang.String templateName)
getTemplateURI in interface GroovyPagesUriServicecontroller - The controller instancetemplateName - The template name
public void clear()
clear in interface GroovyPagesUriService
public java.lang.String getViewURI(groovy.lang.GroovyObject controller,
java.lang.String viewName)
controller - The name of the controllerviewName - The name of the view
public java.lang.String getNoSuffixViewURI(groovy.lang.GroovyObject controller,
java.lang.String viewName)
getNoSuffixViewURI in interface GroovyPagesUriServicecontroller - The name of the controllerviewName - The name of the view
public java.lang.String getLogicalControllerName(groovy.lang.GroovyObject controller)
public java.lang.String getTemplateURI(java.lang.String controllerName,
java.lang.String templateName)
getTemplateURI in interface GroovyPagesUriServicecontrollerName - The controller nametemplateName - The template name
public java.lang.String getAbsoluteTemplateURI(java.lang.String templateName)
getAbsoluteTemplateURI in interface GroovyPagesUriServicetemplateName - The template name normally beginning with /
public java.lang.String getViewURI(java.lang.String controllerName,
java.lang.String viewName)
getViewURI in interface GroovyPagesUriServicecontrollerName - The name of the controllerviewName - The name of the view
public java.lang.String getAbsoluteViewURI(java.lang.String viewName)
getAbsoluteViewURI in interface GroovyPagesUriServiceviewName - The name of the view
public java.lang.String getNoSuffixViewURI(java.lang.String controllerName,
java.lang.String viewName)
getNoSuffixViewURI in interface GroovyPagesUriServicecontrollerName - The name of the controllerviewName - The name of the view
public java.lang.String getDeployedViewURI(java.lang.String controllerName,
java.lang.String viewName)
getDeployedViewURI in interface GroovyPagesUriServicecontrollerName - The name of the controllerviewName - The name of the view
public java.lang.String getDeployedAbsoluteViewURI(java.lang.String viewName)
getDeployedAbsoluteViewURI in interface GroovyPagesUriServiceviewName - The name of the view
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||