All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.protocol.HTTPProtocol Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
/**
 * 
 */
package org.gwtopenmaps.openlayers.client.protocol;


/**
 * @author lorenzo
 *
 */
public class HTTPProtocol extends Protocol{

	public HTTPProtocol(HTTPProtocolOptions options) {
		super(HTTPProtocolImpl.create(options.getJSObject()));
		// TODO Auto-generated constructor stub
		
	}


	@Override
	public void read(CRUDOptions options) {
		// TODO Auto-generated method stub
		HTTPProtocolImpl.read(this.getJSObject(), options.getJSObject());
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy