Package com.ecyrd.jspwiki.tags

Interface Summary
ParamHandler Interface to be implemented by any tag that wishes to contain a wiki:param tag for passing dynamic name-value pairs.
 

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, including a link to that page, if that page exists.
BaseURLTag Writes the jspwiki.baseURL property.
BreadcrumbsTag Implement a "breadcrumb" (most recently visited) trail.
BreadcrumbsTag.FixedQueue Extends the LinkedList class to provide a fixed-size queue implementation
CalendarTag Provides a nice calendar.
CheckLockInfo  
CheckLockTag  
CheckRequestContextTag Includes body, if the request context matches.
CheckVersionTag Does a version check on the page.
CommentLinkTag Writes a comment link.
ContentEncodingTag Returns the app name.
ContentTag Is used as a "super include" tag, which can include the proper context based on the wikicontext.
CookieTag Sets or gets Cookie values.
DiffLinkTag Writes a diff link.
EditLinkTag Writes an edit link.
EditorIteratorInfo Just provides the TEI data for EditorIteratorTag.
EditorIteratorTag Iterates through editors.
EditorTag Creates an editor component with all the necessary parts to get it working.
FeedDiscoveryTag Outputs links to all the site feeds and APIs this Wiki/blog supports.
HasAttachmentsTag Includes body if page has attachments.
HistoryIteratorInfo Just provides the TEI data for HistoryIteratorTag.
HistoryIteratorTag Iterates through tags.
IfNoSearchResultsTag If there have been no search results, then outputs the body text.
IncludeResourcesTag This tag is used to include any programmatic includes into the output stream.
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.
LinkTag Provides a generic link tag for all kinds of linking purposes.
LinkToParentTag Writes a link to a parent of a Wiki page.
LinkToTag Writes a link to a Wiki page.
MessagesTag Returns or clears the current messages associated with the user's wiki session.
NextVersionTag Writes the version number of the next version of the 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.
ParamTag ParamTag submits name-value pairs to the first enclosing ParamHandler instance.
ParentPageNameTag Returns the parent of the currently requested page.
PermissionTag Tells whether the user in the current wiki context possesses a particular permission.
PluginTag Inserts any Wiki plugin.
PreviousVersionTag Outputs the version number of the previous version of this page.
RequestResourceTag  
RSSCoffeeCupLinkTag Deprecated.  
RSSImageLinkTag Writes an image link to the RSS file.
RSSLinkTag Deprecated.  
SearchResultIteratorInfo Just provides the TEI data for IteratorTag.
SearchResultIteratorTag Iterates through Search result results.
SearchResultsSizeTag Outputs the size of the search results list, if it contains any items.
SearchResultsTag Includes the body content, if there are any search results.
TabbedSectionTag Generates tabbed page section: container for the Tab tag.
TabTag Generates single tabbed page layout.
TemplateDirTag Returns the currently used template.
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.
UserProfileTag Returns user profile attributes, or empty strings if the user has not been validated.
VariableTag Returns the value of an Wiki variable.
WikiBodyTag This is a class that provides the same services as the WikiTagBase, but this time it works for the BodyTagSupport base class.
WikiLinkTag Root class for different internal wiki links.
WikiTagBase Base class for JSPWiki tags.