org.gwtopenmaps.openlayers.client.protocol
Class HTTPProtocolOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.protocol.ProtocolOptions
          extended by org.gwtopenmaps.openlayers.client.protocol.HTTPProtocolOptions

public class HTTPProtocolOptions
extends ProtocolOptions

Author:
lorenzo

Constructor Summary
HTTPProtocolOptions()
           
 
Method Summary
 void setReadWithPOST(boolean post)
          Property: readWithPOST {Boolean} true if read operations are done with POST requests instead of GET, defaults to false.
 void setUrl(String url)
          Property: url {String} Service URL, read-only, set through the options passed to constructor.
 void setWildcarded(boolean wildcarded)
          Property: wildcarded.
 
Methods inherited from class org.gwtopenmaps.openlayers.client.protocol.ProtocolOptions
setFormat
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPProtocolOptions

public HTTPProtocolOptions()
Method Detail

setUrl

public void setUrl(String url)
Property: url {String} Service URL, read-only, set through the options passed to constructor.


setReadWithPOST

public void setReadWithPOST(boolean post)
Property: readWithPOST {Boolean} true if read operations are done with POST requests instead of GET, defaults to false.


setWildcarded

public void setWildcarded(boolean wildcarded)
Property: wildcarded. {Boolean} If true percent signs are added around values read from LIKE filters, for example if the protocol read method is passed a LIKE filter whose property is "foo" and whose value is "bar" the string "foo__ilike=%bar%" will be sent in the query string; defaults to false.



Copyright © 2011 sourceforge. All Rights Reserved.