Class JstlIterationStatus

    • Constructor Detail

      • JstlIterationStatus

        public JstlIterationStatus​(boolean first,
                                   boolean last,
                                   int index,
                                   Integer begin,
                                   Integer end,
                                   Integer step)
      • JstlIterationStatus

        public JstlIterationStatus​(boolean first,
                                   boolean last,
                                   int index,
                                   Integer begin,
                                   Integer end,
                                   Integer step,
                                   Object current,
                                   int iterationCount)