Package org.apache.velocity.runtime.directive.contrib


package org.apache.velocity.runtime.directive.contrib
  • Classes
    Class
    Description
    The #for directive provides the behavior of the #foreach directive but also provides an 'index' keyword that allows the user to define an optional index variable that tracks the loop iterations.