Class AccumulativeListPaneTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.list.AbstractListPaneTag
-
- org.silverpeas.core.web.util.viewgenerator.html.list.AccumulativeListPaneTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class AccumulativeListPaneTag extends AbstractListPaneTag
Create a new simple list pane.- Author:
- silveryocha
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumulativeListPaneTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
int
doStartTag()
void
setBatchSize(int batchSize)
void
setNextActionLabel(String nextActionLabel)
void
setTargetListId(String targetListId)
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.list.AbstractListPaneTag
getRequest, getRoutingAddress, getSession, setRoutingAddress, setVar
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
setTargetListId
public void setTargetListId(String targetListId)
-
setNextActionLabel
public void setNextActionLabel(String nextActionLabel)
-
setBatchSize
public void setBatchSize(int batchSize)
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classAbstractListPaneTag
- Throws:
javax.servlet.jsp.JspException
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.BodyTagSupport
- Throws:
javax.servlet.jsp.JspException
-
-