
public class RSSImageLinkTag extends WikiTagBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_title |
ATTR_CONTEXT, m_wikiContext| Constructor and Description |
|---|
RSSImageLinkTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doWikiStartTag()
This method is allowed to do pretty much whatever he wants.
|
String |
getTitle()
Returns the title.
|
void |
initTag()
This method is called when the tag is encountered within a new request,
but before the setXXX() methods are called.
|
void |
setMode(String mode) |
void |
setTitle(String title)
Sets the title for the link.
|
doCatch, doEndTag, doFinally, doStartTag, setId, setPageContextpublic RSSImageLinkTag()
public void initTag()
initTag in class WikiTagBasepublic void setTitle(String title)
title - A string for the title.public final int doWikiStartTag() throws IOException
doWikiStartTag in class WikiTagBaseIOExceptionCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.