Package japidviews.cn.bran.japid.template.FooController

Examples of japidviews.cn.bran.japid.template.FooController.foo


  public String bar(String p) {
    return JapidRenderer.renderWith(foo.class, p);
  }

  public String bar2(String p) {
    return new foo().render(p);
  }
View Full Code Here

TOP

Related Classes of japidviews.cn.bran.japid.template.FooController.foo

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.