org.jamwiki.taglib |
A collection of JSP tags offering JAMWiki-specific functionality.
|
Java Source File Name | Type | Comment |
AbstractButtonTag.java | Class | This abstract class implements both the "radio" tag and "checkbox" tag,
as they are very similar. |
AlternateTag.java | Class | Utility tag for alternating between two values. |
AuthMsgTag.java | Class | Utility tag for creating HTML checkboxes. |
CheckboxTag.java | Class | Utility tag for creating HTML checkboxes. |
EnabledTag.java | Class | JSP tag that executes its tag content only if the specified property has
a value of true . |
ImageLinkTag.java | Class | JSP tag used to build an HTML image link for a specified topic that
corresponds to an image that has been uploaded to the Wiki. |
LinkParamTag.java | Class | JSP tag used within
org.jamwiki.taglib.LinkTag tags to add query
parameters to the generated URL, performing any required encoding of the
query parameters. |
LinkTag.java | Class | JSP tag that creates an HTML link to a Wiki topic, generating the servlet
context and virtual wiki in the link and also properly encoding the topic
for use in the URL. |
PaginationTag.java | Class | JSP tag used to generate a pagination object. |
RadioTag.java | Class | Utility tag for creating HTML radio boxes. |
TextTag.java | Class | Utility tag for creating HTML text inputs. |
WatchlistTag.java | Class | JSP tag used to highlight the tag content if the specified topic is in the
current users's watchlist. |
WikiVersionTag.java | Class | JSP tag that displays the current Wiki version as specified by
org.jamwiki.WikiVersion.CURRENT_WIKI_VERSION . |