|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.httpclient.HttpMethodBase | +--org.apache.commons.httpclient.methods.DeleteMethod | +--org.apache.commons.httpclient.methods.UrlDeleteMethod
HttpUrlMethod version of DeleteMethod.
Field Summary |
---|
Fields inherited from class org.apache.commons.httpclient.HttpMethodBase |
---|
USER_AGENT |
Constructor Summary | |
---|---|
UrlDeleteMethod()
Deprecated. No-arg constructor. |
|
UrlDeleteMethod(java.lang.String url)
Deprecated. Path-setting constructor. |
Method Summary | |
---|---|
java.lang.String |
getUrl()
Deprecated. Gets the URL. |
void |
setUrl(java.lang.String url)
Deprecated. Sets the URL. |
Methods inherited from class org.apache.commons.httpclient.methods.DeleteMethod |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UrlDeleteMethod()
public UrlDeleteMethod(java.lang.String url) throws java.net.MalformedURLException
url
- the path of the request
java.net.MalformedURLException
- If the url is not valid.Method Detail |
public void setUrl(java.lang.String url) throws java.net.MalformedURLException
setUrl
in interface HttpUrlMethod
url
- - the URL for this request.
java.net.MalformedURLException
- If the url is not valid.public java.lang.String getUrl()
getUrl
in interface HttpUrlMethod
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |