Package com.rila.chat.form

Examples of com.rila.chat.form.ConnexionForm


  }

  // ************** Model attribut ******************
  @ModelAttribute("connexionForm")
  public ConnexionForm getConnexionForm() {
    return new ConnexionForm();
  }
View Full Code Here

TOP

Related Classes of com.rila.chat.form.ConnexionForm

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.