|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.apache.commons.jelly.tags.http.MethodSupportTag | +--org.apache.commons.jelly.tags.http.DeleteTag
Performs a HTTP POST request fron a given URL.
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
DeleteTag()
|
Method Summary | |
org.apache.commons.httpclient.HttpMethod |
getMethod()
|
Methods inherited from class org.apache.commons.jelly.tags.http.MethodSupportTag |
addHeader, createConnection, doTag, getConnection, getConnectionManager, getState, getUrl, setConnection, setConnectionManager, setUrl, setVar |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeleteTag()
Method Detail |
public org.apache.commons.httpclient.HttpMethod getMethod() throws org.apache.commons.httpclient.HttpException, java.net.MalformedURLException
getMethod
in class MethodSupportTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |