org.gwtopenmaps.openlayers.client.protocol
Class HTTPProtocolOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.protocol.ProtocolOptions
org.gwtopenmaps.openlayers.client.protocol.HTTPProtocolOptions
public class HTTPProtocolOptions
- extends ProtocolOptions
- Author:
- lorenzo
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPProtocolOptions
public HTTPProtocolOptions()
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.