Package cn.bran.japid.template.FooController

Examples of cn.bran.japid.template.FooController.ModelUser


    System.out.println(a1);
   
    long x = System.currentTimeMillis() - t;
    System.out.println("--------> took time(ms): " + x);
   
    a1 = new FooController().tee(new ModelUser("me and you"));
    System.out.println(a1);
  }
View Full Code Here


    System.out.println(a1);
   
    long x = System.currentTimeMillis() - t;
    System.out.println("--------> took time(ms): " + x);
   
    a1 = new FooController().tee(new ModelUser("me and you"));
    System.out.println(a1);
  }
View Full Code Here

TOP

Related Classes of cn.bran.japid.template.FooController.ModelUser

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.