org.apache.commons.jelly.tags.http
Class PostTag

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.apache.commons.jelly.tags.http.HttpTagSupport
              |
              +--org.apache.commons.jelly.tags.http.PostTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag
Direct Known Subclasses:
MultipartPostTag

public class PostTag
extends HttpTagSupport

A http post

Author:
dion

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
 

Constructor Detail

PostTag

public PostTag()
Creates a new instance of PostTag
Method Detail

getHttpMethod

protected org.apache.commons.httpclient.HttpMethod getHttpMethod()
                                                          throws java.net.MalformedURLException
Return a method to be used for post'ing
Overrides:
getHttpMethod in class HttpTagSupport
Returns:
a HttpUrlMethod implementation
Throws:
java.net.MalformedURLException - when the url or path is invalid

setParameters

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
Overrides:
setParameters in class HttpTagSupport
Following copied from class: org.apache.commons.jelly.tags.http.HttpTagSupport
Parameters:
method - the method to configure
Throws:
java.net.MalformedURLException - when #getHttpUrlMethod() does


Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.