|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.http.HttpTagSupport
org.apache.commons.jelly.tags.http.DeleteTag
public class DeleteTag
A http delete tag
Field Summary | |
---|---|
private org.apache.commons.httpclient.methods.DeleteMethod |
_deleteMethod
the delete method |
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
---|---|
DeleteTag()
Creates a new instance of DeleteTag |
Method Summary | |
---|---|
protected org.apache.commons.httpclient.HttpMethod |
getHttpMethod()
A method that must be implemented by subclasses to provide the url method implementation |
Methods inherited from class org.apache.commons.jelly.tags.http.HttpTagSupport |
---|
addParameter, addRequestHeader, doTag, getParameters, getPath, getRequestHeaders, getResolvedUrl, getUri, getVar, isFollowRedirects, setFollowRedirects, setParameters, setParameters, setPath, setRequestHeaders, setUri, setVar |
Methods inherited from class org.apache.commons.jelly.TagSupport |
---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.commons.httpclient.methods.DeleteMethod _deleteMethod
Constructor Detail |
---|
public DeleteTag()
Method Detail |
---|
protected org.apache.commons.httpclient.HttpMethod getHttpMethod() throws java.net.MalformedURLException
HttpTagSupport
url method
implementation
getHttpMethod
in class HttpTagSupport
java.net.MalformedURLException
- when the url is bad
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |