Package org.apache.commons.jelly.tags.http

A tag library for working with HTTP, performing HTTP GET, POST and other actions

See:
          Description

Class Summary
BodyTag A tag to set the body for posts and puts etc
DeleteTag A http delete tag
GetTag A http get tag
HeaderTag A tag to hold request headers
HeadTag A http get tag
HttpTagLibrary The set of jelly tags provided by Latka
HttpTagSupport The base tag for all http requests
MultipartPostTag A Multipart MIME message post This tag should contain one or more <part> tags, to specify the multiple parts of the message Example: <mppost uri="http://localhost?
OptionsTag A http get tag
ParameterTag A tag to hold parameters
PartTag A tag to hold a part of a multiPartPost
PostTag A http post
Proxy A class that holds proxy details for a session.
PutTag A http put
SessionTag A http session.
 

Package org.apache.commons.jelly.tags.http Description

A tag library for working with HTTP, performing HTTP GET, POST and other actions



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