Class RepeatDirective.RepeatScope

java.lang.Object
java.util.AbstractMap<Object,Object>
org.apache.velocity.runtime.directive.Scope
org.mybatis.scripting.velocity.RepeatDirective.RepeatScope
All Implemented Interfaces:
Map<Object,Object>
Enclosing class:
RepeatDirective

public static class RepeatDirective.RepeatScope extends org.apache.velocity.runtime.directive.Scope
  • Field Details

    • index

      protected int index
    • hasNext

      protected boolean hasNext
    • var

      protected final String var
  • Constructor Details

  • Method Details

    • getIndex

      public int getIndex()
    • getCount

      public int getCount()
    • hasNext

      public boolean hasNext()
    • getHasNext

      public boolean getHasNext()
    • isFirst

      public boolean isFirst()
    • getFirst

      public boolean getFirst()
    • isLast

      public boolean isLast()
    • getLast

      public boolean getLast()
    • getVar

      public String getVar()