Uses of Class
org.apache.wiki.tags.WikiTagBase
| Package | Description |
|---|---|
| org.apache.wiki.tags |
Provides standard JSP tags for JSPWiki.
|
-
Uses of WikiTagBase in org.apache.wiki.tags
Subclasses of WikiTagBase in org.apache.wiki.tags Modifier and Type Class Description classAuthorTagWrites the author name of the current page, including a link to that page, if that page exists.classBaseURLTagWrites the jspwiki baseURL.classBreadcrumbsTagImplement a "breadcrumb" (most recently visited) trail.classCalendarTagProvides a nice calendar.classCheckLockTagChecks whether the page is locked for editing.classCheckRequestContextTagIncludes body, if the request context matches.classCheckVersionTagDoes a version check on the page.classCommentLinkTagWrites a comment link.classContentEncodingTagReturns the app name.classContentTagIs used as a "super include" tag, which can include the proper context based on the wikicontext.classDiffLinkTagWrites a diff link.classEditLinkTagWrites an edit link.classFeedDiscoveryTagOutputs links to all the site feeds and APIs this Wiki/blog supports.classHasAttachmentsTagIncludes body if page has attachments.classIfNoSearchResultsTagIf there have been no search results, then outputs the body text.classIncludeResourcesTagThis tag is used to include any programmatic includes into the output stream.classIncludeTagIncludes an another JSP page, making sure that we actually pass the WikiContext correctly.classInsertDiffTagWrites difference between two pages using a HTML table.classInsertPageTagRenders WikiPage content.classLinkTagProvides a generic link tag for all kinds of linking purposes.classLinkToParentTagWrites a link to a parent of a Wiki page.classLinkToTagWrites a link to a Wiki page.classMessagesTagReturns or clears the current messages associated with the user's wiki session.classNextVersionTagWrites the version number of the next version of the page.classNoSuchPageTagIncludes the body in case there is no such page available.classPageDateTagWrites the modification date of the page, formatted as specified in the attribute "format".classPageExistsTagIncludes the body in case the set page does exist.classPageInfoLinkTagWrites a link to the Wiki PageInfo.classPageNameTagReturns the currently requested page name.classPageSizeTagReturns the currently requested page or attachment size.classPageTypeTagIncludes the body, if the current page is of proper type.classPageVersionTagWrites the version of the current page.classParentPageNameTagReturns the parent of the currently requested page.classPermissionTagTells whether the user in the current wiki context possesses a particular permission.classPreviousVersionTagOutputs the version number of the previous version of this page.classRequestResourceTagProvides easy access to TemplateManager.addResourceRequest().classRSSImageLinkTagWrites an image link to a JSPWiki RSS file.classSearchResultsSizeTagOutputs the size of the search results list, if it contains any items.classSearchResultsTagIncludes the body content, if there are any search results.classSetPaginationTagCalculate pagination string.classSpamFilterInputsTagProvides hidden input fields which are checked by theSpamFilter.classTabTagGenerates single tabbed page layout.classTemplateDirTagReturns the currently used template.classUploadLinkTagWrites a link to the upload page.classUserCheckTagIncludes the content if an user check validates.classUserNameTagReturns the current user name, or empty, if the user has not been validated.classUserProfileTagReturns user profile attributes, or empty strings if the user has not been validated.classVariableTagReturns the value of an Wiki variable.classWikiLinkTagRoot class for different internal wiki links.