| Type | Name and description |
|---|---|
java.lang.Object |
bannerDisplay the page banner. |
java.lang.Object |
clearCacheCall this tag from a controller to clear the cache. |
java.lang.Object |
createLoginUrlGenerate a URL for logging in the user\. |
java.lang.Object |
footerDisplays the page footer. |
java.lang.Object |
headDisplay the head page fragment. |
java.lang.Object |
loginLogoutGenerate the login/logout link |
java.lang.Object |
menuDisplay the main menu. |
java.lang.Object |
messageSource |
static java.lang.Object |
namespace |
java.lang.Object |
paginateCreates next/previous links to support pagination for the current controller. |
static java.lang.Object |
returnObjectForTags |
TagLinkService |
tagLinkService |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Display the page banner. Includes login/logout link and search box.
Usage:
Call this tag from a controller to clear the cache.
Generate a URL for logging in the user\. Generally used as a method call
rather than a tag eg.
<a href="${createLoginUrl()}">log in</a>
Displays the page footer.
Usage:
Display the head page fragment. TODO: is this supposed to work?
Generate the login/logout link
Display the main menu.
Note that highlighting of the current menu item is done by including the appropriate class in the
body tag, eg class="collections".
Usage:
Creates next/previous links to support pagination for the current controller.
<g:paginate total="${Account.count()}" />