Class ArrayLinesTag

  • 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 ArrayLinesTag
    extends org.apache.taglibs.standard.tag.rt.core.ForEachTag
    Iterate over lines.

    If an instance of SilverpeasList is given, optimizations are offered

    Author:
    Yohann Chastagnier
    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 
      Modifier and Type Field Description
      static String AJAX_EXPORT_PARAMETER_NAME  
      • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayLinesTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ArrayPane getArrayPane()  
      void setItems​(Object items)  
      • 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
    • Constructor Detail

      • ArrayLinesTag

        public ArrayLinesTag()
    • Method Detail

      • setItems

        public void setItems​(Object items)
                      throws javax.servlet.jsp.JspTagException
        Overrides:
        setItems in class org.apache.taglibs.standard.tag.rt.core.ForEachTag
        Throws:
        javax.servlet.jsp.JspTagException
      • getArrayPane

        public ArrayPane getArrayPane()