| Package | Description |
|---|---|
| LinkFuture.Core.ContentManager.ContentResource | |
| LinkFuture.Core.GenericRepository.Repository | |
| LinkFuture.Core.WebClient |
| Modifier and Type | Field and Description |
|---|---|
HttpMethod |
WebContentResourceMetaInfo.Method |
| Modifier and Type | Method and Description |
|---|---|
protected <R> Object |
GenericWebRepository.genericDBResourceLoad(HttpMethod method,
R requestObject) |
protected <R> Object |
GenericRepository.genericDBResourceLoad(HttpMethod method,
R requestObject) |
protected abstract <R> Object |
BaseRepository.genericDBResourceLoad(HttpMethod method,
R requestObject) |
protected <R> Object |
GenericWebRepository.genericDBResourceLoad(String requestUrl,
HttpMethod method,
R requestObject) |
protected <R> Object |
GenericRepository.genericDBResourceLoad(String contentName,
HttpMethod method,
R requestObject) |
protected abstract <R> Object |
BaseRepository.genericDBResourceLoad(String contentName,
HttpMethod method,
R requestObject) |
| Modifier and Type | Field and Description |
|---|---|
HttpMethod |
WebRequestInfo.RequestMethod |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WebClientResultInfo |
WebClient.sendRequest(String url,
HttpMethod method,
ArrayList<NameValuePair> postData) |
static WebClientResultInfo |
WebClient.sendRequest(URL url,
HttpMethod method,
ArrayList<NameValuePair> postData) |
Copyright © 2016. All rights reserved.