|
|||||||||
| 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.PostTag
public class PostTag
A http post
| Field Summary | |
|---|---|
private org.apache.commons.httpclient.methods.PostMethod |
_postMethod
the post method |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
PostTag()
Creates a new instance of PostTag |
|
| Method Summary | |
|---|---|
protected org.apache.commons.httpclient.HttpMethod |
getHttpMethod()
Return a method to be used for post'ing |
protected void |
setParameters(org.apache.commons.httpclient.HttpMethod method)
Set the current parameters on the url method ready for processing This method must be called after getHttpUrlMethod |
| Methods inherited from class org.apache.commons.jelly.tags.http.HttpTagSupport |
|---|
addParameter, addRequestHeader, doTag, getParameters, getPath, getRequestHeaders, getResolvedUrl, getUri, getVar, isFollowRedirects, setFollowRedirects, 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.PostMethod _postMethod
| Constructor Detail |
|---|
public PostTag()
| Method Detail |
|---|
protected org.apache.commons.httpclient.HttpMethod getHttpMethod()
throws java.net.MalformedURLException
method to be used for post'ing
getHttpMethod in class HttpTagSupportjava.net.MalformedURLException - when the url or
path is invalidprotected void setParameters(org.apache.commons.httpclient.HttpMethod method)
getHttpUrlMethod
setParameters in class HttpTagSupportmethod - the method to configure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||