Package com.vmware.bdd.frontend.entities

Examples of com.vmware.bdd.frontend.entities.ConnectForm


  // Connect/Disconnect
  //

  @ModelAttribute("ConnectForm")
    public ConnectForm connectForm() {
        return new ConnectForm();
    }
View Full Code Here

TOP

Related Classes of com.vmware.bdd.frontend.entities.ConnectForm

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.