Package org.meshcms.taglib

Provides the taglibs classes required by the CMS.

See:
          Description

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

Package org.meshcms.taglib Description

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.