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