
public class SetPaginationTag extends WikiTagBase
Attributes
Following optional attributes can be parameterized with '%s' (item count)
ATTR_CONTEXT, m_wikiContext| Constructor and Description |
|---|
SetPaginationTag() |
| 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 |
setFmtkey(String arg) |
void |
setHref(String arg) |
void |
setMaxlinks(int arg) |
void |
setOnclick(String arg) |
void |
setPagesize(int arg) |
void |
setStart(int arg) |
void |
setTotal(int arg) |
doCatch, doEndTag, doFinally, doStartTag, setId, setPageContextpublic SetPaginationTag()
public void initTag()
WikiTagBaseinitTag in class WikiTagBasepublic void setStart(int arg)
public void setTotal(int arg)
public void setPagesize(int arg)
public void setMaxlinks(int arg)
public void setOnclick(String arg)
public int doWikiStartTag() throws IOException
WikiTagBasedoWikiStartTag in class WikiTagBaseIOExceptionCopyright © 2001-2016 The Apache Software Foundation. All rights reserved.