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