Package cn.bran.japid.tags.Each

Examples of cn.bran.japid.tags.Each.ContinueLoop


  /**
   * @deprecated the Each tag is deprecated in favor of using native loop
   */
  protected void continueLoop() {
    throw new ContinueLoop();
  }
View Full Code Here


  /**
   * @deprecated the Each tag is deprecated in favor of using native loop
   */
  protected void continueLoop() {
    throw new ContinueLoop();
  }
View Full Code Here

TOP

Related Classes of cn.bran.japid.tags.Each.ContinueLoop

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.