Package net.sourceforge.gedapi.view

Examples of net.sourceforge.gedapi.view.BaseView


      }
      gedcomURL.setIndividualId(indi.getId());
    }
   
    //switch on the view to know how to get the correct view data into X-JSON format
    BaseView baseView = null;
    switch(view)
    {
      case FAMILY_VIEW:
        LOG.finest("The gedapi view is: family: "+indi);
        //create family view java classes like described in vraptor2 (spouse, individual, parent, child, marriage), populate the
View Full Code Here

TOP

Related Classes of net.sourceforge.gedapi.view.BaseView

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.