
public class DiffLinkTag extends WikiLinkTag
Attributes
| Modifier and Type | Field and Description |
|---|---|
static String |
VER_CURRENT |
static String |
VER_LATEST |
static String |
VER_PREVIOUS |
ANCHOR, m_format, m_pageName, m_template, URLATTR_CONTEXT, m_wikiContext| Constructor and Description |
|---|
DiffLinkTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants.
|
String |
getNewVersion() |
String |
getVersion() |
void |
initTag()
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
|
void |
setNewVersion(String arg) |
void |
setVersion(String arg) |
doEndTag, getPage, getTemplate, setFormat, setPage, setTemplatedoCatch, doFinally, doStartTag, setId, setPageContextpublic static final String VER_LATEST
public static final String VER_PREVIOUS
public static final String VER_CURRENT
public DiffLinkTag()
public void initTag()
WikiTagBaseinitTag in class WikiLinkTagpublic final String getVersion()
public void setVersion(String arg)
public final String getNewVersion()
public void setNewVersion(String arg)
public final int doWikiStartTag() throws IOException
WikiTagBasedoWikiStartTag in class WikiTagBaseIOExceptionCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.