public class RSSImageLinkTag extends WikiTagBase
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_title |
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.
|
java.lang.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(java.lang.String mode) |
void |
setTitle(java.lang.String title)
Sets the title for the link.
|
doCatch, doEndTag, doFinally, doStartTag, setId, setPageContextprotected java.lang.String m_title
public RSSImageLinkTag()
public void initTag()
initTag in class WikiTagBasepublic void setTitle(java.lang.String title)
title - A string for the title.public void setMode(java.lang.String mode)
public java.lang.String getTitle()
public final int doWikiStartTag() throws java.io.IOException
doWikiStartTag in class WikiTagBasejava.io.IOExceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.