Uses of Class
org.apache.wiki.tags.WikiTagBase

Packages that use WikiTagBase
Package
Description
Provides standard JSP tags for JSPWiki.
  • Uses of WikiTagBase in org.apache.wiki.tags

    Modifier and Type
    Class
    Description
    class 
    Writes the author name of the current page, including a link to that page, if that page exists.
    class 
    Writes the jspwiki baseURL.
    class 
    Implement a "breadcrumb" (most recently visited) trail.
    class 
    Provides a nice calendar.
    class 
    Checks whether the page is locked for editing.
    class 
    Includes body, if the request context matches.
    class 
    Does a version check on the page.
    class 
    Writes a comment link.
    class 
    Returns the app name.
    class 
    Is used as a "super include" tag, which can include the proper context based on the wikicontext.
    class 
    class 
    Writes a diff link.
    class 
    Writes an edit link.
    class 
    Outputs links to all the site feeds and APIs this Wiki/blog supports.
    class 
    Includes body if page has attachments.
    class 
    If there have been no search results, then outputs the body text.
    class 
    This tag is used to include any programmatic includes into the output stream.
    class 
    Includes an another JSP page, making sure that we actually pass the WikiContext correctly.
    class 
    Writes difference between two pages using a HTML table.
    class 
    Renders WikiPage content.
    class 
    Provides a generic link tag for all kinds of linking purposes.
    class 
    Writes a link to a parent of a Wiki page.
    class 
    Writes a link to a Wiki page.
    class 
    Returns or clears the current messages associated with the user's wiki session.
    class 
    Writes the version number of the next version of the page.
    class 
    Includes the body in case there is no such page available.
    class 
    Writes the modification date of the page, formatted as specified in the attribute "format".
    class 
    Includes the body in case the set page does exist.
    class 
    Writes a link to the Wiki PageInfo.
    class 
    Returns the currently requested page name.
    class 
    Returns the currently requested page or attachment size.
    class 
    Includes the body, if the current page is of proper type.
    class 
    Writes the version of the current page.
    class 
    Returns the parent of the currently requested page.
    class 
    Tells whether the user in the current wiki context possesses a particular permission.
    class 
    Outputs the version number of the previous version of this page.
    class 
    Provides easy access to TemplateManager.addResourceRequest().
    class 
    Writes an image link to a JSPWiki RSS file.
    class 
    Outputs the size of the search results list, if it contains any items.
    class 
    Includes the body content, if there are any search results.
    class 
    Calculate pagination string.
    class 
    Provides hidden input fields which are checked by the SpamFilter.
    class 
    Generates single tabbed page layout.
    class 
    Returns the currently used template.
    class 
    Writes a link to the upload page.
    class 
    Includes the content if an user check validates.
    class 
    Returns the current user name, or empty, if the user has not been validated.
    class 
    Returns user profile attributes, or empty strings if the user has not been validated.
    class 
    Returns the value of an Wiki variable.
    class 
    Root class for different internal wiki links.