public class CalendarTag extends WikiTagBase
m_wikiContext| Constructor and Description |
|---|
CalendarTag() |
| 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 |
setMonthurlformat(java.lang.String format)
Set the format to be used for links for the months.
|
void |
setPageformat(java.lang.String format)
Sets the page format.
|
void |
setUrlformat(java.lang.String format)
Set the URL format.
|
doCatch, doEndTag, doFinally, doStartTag, setId, setPageContextpublic CalendarTag()
public void initTag()
initTag in class WikiTagBasepublic void setPageformat(java.lang.String format)
format - The format in the SimpleDateFormat fashion.SimpleDateFormat,
WeblogPluginpublic void setUrlformat(java.lang.String format)
format - The URL format in the SimpleDateFormat fashion.SimpleDateFormatpublic void setMonthurlformat(java.lang.String format)
format - The format to set in the SimpleDateFormat fashion.SimpleDateFormatpublic final int doWikiStartTag() throws java.io.IOException
doWikiStartTag in class WikiTagBasejava.io.IOExceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.