Package org.geoserver.importer

Examples of org.geoserver.importer.Importer.changed()


                                   //check the import for actual things to do
                                   boolean proceed = !imp.getTasks().isEmpty();
                                 
                                   if (proceed) {
                                       imp.setArchive(false);
                                       importer.changed(imp);
          
                                       PageParameters pp = new PageParameters();
                                       pp.put("id", imp.getId());
          
                                       setResponsePage(ImportPage.class, pp);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.