org.meshcms.taglib |
Provides the taglibs classes required by the CMS.
This package defines all the Taglib classes required for the CMS to work.
See the User Documentation for details and examples on how to use
these taglibs into your site templates.
|
Java Source File Name | Type | Comment |
AbstractTag.java | Class | This class works as a base for all tags of the MeshCMS custom tags library. |
AdminMenu.java | Class | Creates a menu with the following items:
- Login,
- Control Panel,
- Edit Page,
- Edit As Plain Text,
- New Page,
- New Child Page.
Items are included when appropriate. |
AdminPath.java | Class | Writes the path of the theme folder. |
AlibMenu.java | Class | Creates a navigation menu, using a unnumbered list. |
Breadcrumbs.java | Class | Inserts breadcrumbs for the current page. |
ContextPath.java | Class | Writes the context path as returned by
HttpServletRequest.getContextPath() . |
DefaultCSS.java | Class | Writes the appropriate CSS tags. |
Editor.java | Class | This tag must include all others in a theme file. |
IfAdminPage.java | Class | This tag allows its contents to be written only when the current page is
being edited. |
IfEditing.java | Class | This tag allows its contents to be written only when the current page is
being edited. |
IfIndexed.java | Class | This tag allows its contents to be written only when the current page is
being edited. |
IfLang.java | Class | |
IfMailForm.java | Class | This tag allows its contents to be written only if a recipient has been
specified for the page. |
IfModule.java | Class | This tag allows its contents to be written only when the module indicated
by the given location is not empty. |
IfNotAdminPage.java | Class | This tag allows its contents to be written only when the current page is
being edited. |
IfNotEditing.java | Class | This tag allows its contents to be written only when the current page is
not being edited. |
IfNotIndexed.java | Class | This tag allows its contents to be written only when the current page is
being edited. |
IfNotMailForm.java | Class | This tag allows its contents to be written only if a recipient has
not been specified for the page. |
IfNotModule.java | Class | This tag allows its contents to be written only when the module indicated
by the given location is empty. |
IfNotUser.java | Class | This tag allows its contents to be written only when the no user has logged
in. |
IfUser.java | Class | This tag allows its contents to be written only when a user has logged in. |
Info.java | Class | Writes some site and system data. |
LangMenu.java | Class | |
LastModified.java | Class | Writes the date and time of last modification of the page. |
Links.java | Class | Writes a list of links related to the current page. |
ListMenu.java | Class | Creates a navigation menu, using a unnumbered list. |
MailForm.java | Class | Creates a mail form if a recipient has been specified for the page being
viewed. |
Module.java | Class | Writes a module or the needed fields to edit it. |
ModuleTitle.java | Class | This tag print the title of the specified module location, if that title
has been set when editing the page. |
PageBody.java | Class | Writes the page body or the main part of the page editor. |
PageHead.java | Class | Writes the page head. |
PageTitle.java | Class | Writes the page title. |
SearchFile.java | Class | Writes the path of the theme folder. |
SetLocale.java | Class | Writes the context path as returned by
HttpServletRequest.getContextPath() . |
SimpleMenu.java | Class | Creates a simple navigation menu. |
ThemePath.java | Class | Writes the path of the theme folder. |
TigraMenu.java | Class | Creates a navigation menu based on the TigraMenu script
created by SoftComplex. |
User.java | Class | Writes some user data (username, e-mail or user details). |