|
||||||||||
| 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.PutTag
A http put
| Field Summary | |
private org.apache.commons.httpclient.methods.PutMethod |
_putMethod
the put method |
| Fields inherited from class org.apache.commons.jelly.tags.http.HttpTagSupport |
|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
PutTag()
Creates a new instance of PutTag |
|
| Method Summary | |
void |
addParameter(java.lang.String name,
java.lang.String value)
Fail as PUT requests don't have parameters |
protected org.apache.commons.httpclient.HttpMethod |
getHttpMethod()
Return a method to be used for put'ing |
protected void |
setParameters()
Set the current parameters on the url method ready for processing |
| Methods inherited from class org.apache.commons.jelly.tags.http.HttpTagSupport |
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.PutMethod _putMethod
| Constructor Detail |
public PutTag()
| Method Detail |
protected org.apache.commons.httpclient.HttpMethod getHttpMethod()
throws java.net.MalformedURLException
method to be used for put'ing
getHttpMethod in class HttpTagSupportjava.net.MalformedURLException - when the url or
path is invalidprotected void setParameters()
public void addParameter(java.lang.String name,
java.lang.String value)
addParameter in class HttpTagSupportname - the parameter namevalue - the parameter value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||