Package org.geowebcache.rest

Examples of org.geowebcache.rest.XstreamRepresentation


        Collections.sort(layerNames);

        Representation representation;
        if (extension.equalsIgnoreCase("xml")) {

            representation = new XstreamRepresentation(layerNames);
            representation.setCharacterSet(CharacterSet.UTF_8);

            final XStream xStream = ((XstreamRepresentation) representation).getXStream();
            xStream.alias("layers", List.class);
View Full Code Here

TOP

Related Classes of org.geowebcache.rest.XstreamRepresentation

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.