@Deprecated public interface RequestFactory
RestRequest.| Modifier and Type | Field and Description |
|---|---|
static DateFormat |
DATE_FORMAT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultRequests()
Deprecated.
|
void |
addRequestBuilder(RestRequestBuilder builder)
Deprecated.
Add a request into the factory.
|
RestRequest |
getRequest(String id,
Object... args)
Deprecated.
Obtain a request given his id and the args given.
|
RestRequestBuilder |
getRequestBuilder(String id)
Deprecated.
Obtain the request builder from a given request id.
|
static final DateFormat DATE_FORMAT
void addDefaultRequests()
void addRequestBuilder(RestRequestBuilder builder)
builder - the new request to addRestRequest getRequest(String id, Object... args)
id - id of the requestargs - args passed to build the requestRestRequestBuilder getRequestBuilder(String id)
id - the id of request to seek fornull if not foundCopyright © 2009-2012 CodeLutin. All Rights Reserved.