Class AccumulativeListItemsTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.jstl.core.LoopTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

    public class AccumulativeListItemsTag
    extends AbstractListItemsTag
    Iterate over items.

    If an instance of SilverpeasList is given, optimizations are offered

    Author:
    silveryocha
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport

        org.apache.taglibs.standard.tag.common.core.ForEachSupport.ForEachIterator, org.apache.taglibs.standard.tag.common.core.ForEachSupport.SimpleForEachIterator
    • Field Summary

      • Fields inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport

        items, rawItems
      • Fields inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport

        begin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected AccumulativeListPaneTag getListPane()  
      protected <T> SilverpeasList<T> optimize​(List<T> list)  
      • Methods inherited from class org.apache.taglibs.standard.tag.rt.core.ForEachTag

        setBegin, setEnd, setStep
      • Methods inherited from class org.apache.taglibs.standard.tag.common.core.ForEachSupport

        hasNext, next, prepare, release, supportedTypeForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator, toForEachIterator
      • Methods inherited from class javax.servlet.jsp.jstl.core.LoopTagSupport

        doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getDelims, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
      • Methods inherited from interface javax.servlet.jsp.tagext.IterationTag

        doAfterBody
      • Methods inherited from interface javax.servlet.jsp.jstl.core.LoopTag

        getCurrent, getLoopStatus
      • Methods inherited from interface javax.servlet.jsp.tagext.Tag

        doEndTag, doStartTag, getParent, release, setPageContext, setParent