Package com.ecyrd.jspwiki.tags

Class Summary
AttachmentsIteratorInfo Just provides the TEI data for AttachmentsIteratorTag.
AttachmentsIteratorTag Iterates through the list of attachments one has.
AuthorTag Writes the author name of the current page.
BreadcrumbsTag Implement a "breadcrumb" (most recently visited) trail.
CalendarTag Provides a nice calendar.
CheckLockInfo  
CheckLockTag  
CheckRequestContextTag Includes body, if the request context matches.
CheckVersionTag Does a version check on the page.
ContentEncodingTag Returns the app name.
DiffLinkTag Writes a diff link.
EditLinkTag Writes an edit link.
HasAttachmentsTag Includes body if page has attachments.
HistoryIteratorInfo Just provides the TEI data for HistoryIteratorTag.
HistoryIteratorTag Iterates through tags.
IncludeTag Includes an another JSP page, making sure that we actually pass the WikiContext correctly.
InsertDiffTag Writes difference between two pages using a HTML table.
InsertPageTag Writes page content in HTML.
IteratorTag Iterates through tags.
LinkToParentTag Writes a link to a parent of a Wiki page.
LinkToTag Writes a link to a Wiki page.
NoSuchPageTag Includes the body in case there is no such page available.
PageDateTag Writes the modification date of the page, formatted as specified in the attribute "format".
PageExistsTag Includes the body in case the set page does exist.
PageInfoLinkTag Writes a link to the Wiki PageInfo.
PageNameTag Returns the currently requested page name.
PageSizeTag Returns the currently requested page or attachment size.
PageTypeTag Includes the body, if the current page is of proper type.
PageVersionTag Writes the version of the current page.
ParentPageNameTag Returns the parent of the currently requested page.
PermissionTag Tells if a page may be edited.
PluginTag Inserts any Wiki plugin.
RSSCoffeeCupLinkTag Writes an image link to the RSS file with the Coffee Cup for Userland aggregation.
RSSImageLinkTag Writes an image link to the RSS file.
RSSLinkTag Writes a link to the RSS file (using the "link" attribute).
SearchResultIteratorInfo Just provides the TEI data for IteratorTag.
SearchResultIteratorTag Iterates through Search result results.
TranslateTag Converts the body text into HTML content.
UploadLinkTag Writes a link to the upload page.
UserCheckTag Includes the content if an user check validates.
UserNameTag Returns the current user name, or empty, if the user has not been validated.
VariableTag Returns the value of an Wiki variable.
WikiLinkTag Root class for different internal wiki links.
WikiTagBase Base class for JSPWiki tags.