|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.livedata.selector.HttpRequestDefinition
public class HttpRequestDefinition
Request definition.
| Field Summary | |
|---|---|
static Comparator<HttpRequestDefinition> |
CASE_INSENCITIVE_ORDER
comparator |
| Constructor Summary | |
|---|---|
HttpRequestDefinition(String url)
Creates GET request definition. |
|
HttpRequestDefinition(String url,
String content)
Creates POST request definition. |
|
| Method Summary | |
|---|---|
ContentProvider |
getContentProvider()
Gets content provider. |
String |
getUrl()
Gets URL. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Comparator<HttpRequestDefinition> CASE_INSENCITIVE_ORDER
| Constructor Detail |
|---|
public HttpRequestDefinition(String url)
url - URL
public HttpRequestDefinition(String url,
String content)
url - URLcontent - POST body| Method Detail |
|---|
public String getUrl()
public ContentProvider getContentProvider()
null for GET requestpublic String toString()
toString in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||