Examples of LayerGroupEditPage


Examples of org.geoserver.web.data.layergroup.LayerGroupEditPage

            String wsName = workspace == null ? null : workspace.getName();
            Map<String, String> params = new HashMap<String, String>();
            params.put(LayerGroupEditPage.GROUP, layerGroup.getName());
            params.put(LayerGroupEditPage.WORKSPACE, wsName);
            PageParameters parameters = new PageParameters(params);
            LayerGroupEditPage layerGroupEditPage = new LayerGroupEditPage(parameters);
            if (returnPage != null) {
                layerGroupEditPage.setReturnPage(returnPage);
            }
            setResponsePage(layerGroupEditPage);
        }
    }
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.