Package funcy

Examples of funcy.Form


  public IndexPage(Result result) {
    super(result, "/");
  }

  public IndexPage save(String msg) {
    Form form = form(0);
    form.set("test", msg);
    return new IndexPage(form.submitName("Save"));
  }
View Full Code Here

TOP

Related Classes of funcy.Form

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.