net.sf.jdigg.requests
Class AbstractRequest
java.lang.Object
   net.sf.jdigg.requests.AbstractRequest
net.sf.jdigg.requests.AbstractRequest
- Direct Known Subclasses: 
- ListCommentsRequest, ListContainersRequest, ListStoriesRequest
- public abstract class AbstractRequest 
- extends java.lang.Object
Base request class for a Digg request.
 
Please read this before you use the API:
 Be Polite, Please!
- Since:
- 1.0 M1
- Author:
- Philip May
| Field Summary | 
| static java.lang.String | DIGG_SERVICE_URL
 | 
| protected  org.apache.commons.logging.Log | log
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
log
protected final org.apache.commons.logging.Log log
DIGG_SERVICE_URL
public static final java.lang.String DIGG_SERVICE_URL
- See Also:
- Constant Field Values
AbstractRequest
public AbstractRequest(RequestConfig requestConfig)
getHttpClient
protected org.apache.commons.httpclient.HttpClient getHttpClient()
- 
 
buildRequestString
protected java.lang.String buildRequestString(java.lang.String endpoint,
                                              AbstractArguments listStoriesArguments)
- 
 
getRequestConfig
protected RequestConfig getRequestConfig()
- 
 
Copyright © 2008. All Rights Reserved.