A B D G H I M O P S

A

addParameter(String, String) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Add a parameter to the list
addParameter(String, String) - Method in class org.apache.commons.jelly.tags.http.PutTag
Fail as PUT requests don't have parameters
addPart(Part) - Method in class org.apache.commons.jelly.tags.http.MultipartPostTag
Add a part to the message
addRequestHeader(String, String) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Add a request header to the list

B

BodyTag - class org.apache.commons.jelly.tags.http.BodyTag.
A tag to set the body for posts and puts etc
BodyTag() - Constructor for class org.apache.commons.jelly.tags.http.BodyTag
Creates a new instance of BodyTag

D

DeleteTag - class org.apache.commons.jelly.tags.http.DeleteTag.
A http delete tag
DeleteTag() - Constructor for class org.apache.commons.jelly.tags.http.DeleteTag
Creates a new instance of DeleteTag
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.BodyTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.ParameterTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.PartTag
Perform the tag functionality.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.PostTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Process the tag

G

GetTag - class org.apache.commons.jelly.tags.http.GetTag.
A http get tag
GetTag() - Constructor for class org.apache.commons.jelly.tags.http.GetTag
Creates a new instance of GetTag
getContentType() - Method in class org.apache.commons.jelly.tags.http.PartTag
Getter for property contentType.
getHost() - Method in class org.apache.commons.jelly.tags.http.Proxy
Getter for property host.
getHost() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property host.
getHttpClient() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property httpClient.
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.DeleteTag
 
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.GetTag
 
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.HeadTag
 
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
A method that must be implemented by subclasses to provide the url method implementation
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.MultipartPostTag
Return a method to be used for multi-part post'ing
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.OptionsTag
 
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.PostTag
Return a method to be used for post'ing
getHttpMethod() - Method in class org.apache.commons.jelly.tags.http.PutTag
Return a method to be used for put'ing
getName() - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Getter for property name.
getName() - Method in class org.apache.commons.jelly.tags.http.ParameterTag
Getter for property name.
getName() - Method in class org.apache.commons.jelly.tags.http.PartTag
Getter for property name.
getParameters() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Getter for property parameters.
getPath() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Getter for property path.
getPort() - Method in class org.apache.commons.jelly.tags.http.Proxy
Getter for property port.
getPort() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property port.
getProxy() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property proxy.
getProxyHost() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Helper method for proxy host property
getProxyPort() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Helper method for proxy port property
getRequestHeaders() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Getter for property requestHeaders.
getResolvedUrl() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
 
getTagClasses() - Method in class org.apache.commons.jelly.tags.http.HttpTagLibrary
 
getUri() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Getter for property uri.
getUserAgent() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property userAgent.
getValue() - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Getter for property value.
getValue() - Method in class org.apache.commons.jelly.tags.http.ParameterTag
Getter for property value.
getValue() - Method in class org.apache.commons.jelly.tags.http.PartTag
Getter for property value.
getVar() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Getter for property var.

H

HeadTag - class org.apache.commons.jelly.tags.http.HeadTag.
A http get tag
HeadTag() - Constructor for class org.apache.commons.jelly.tags.http.HeadTag
Creates a new instance of HeadTag
HeaderTag - class org.apache.commons.jelly.tags.http.HeaderTag.
A tag to hold request headers
HeaderTag() - Constructor for class org.apache.commons.jelly.tags.http.HeaderTag
Creates a new instance of HeaderTag
HttpTagLibrary - class org.apache.commons.jelly.tags.http.HttpTagLibrary.
The set of jelly tags provided by Latka
HttpTagLibrary() - Constructor for class org.apache.commons.jelly.tags.http.HttpTagLibrary
Creates a new instance of LatkaTagLibrary
HttpTagSupport - class org.apache.commons.jelly.tags.http.HttpTagSupport.
The base tag for all http requests
HttpTagSupport() - Constructor for class org.apache.commons.jelly.tags.http.HttpTagSupport
Creates a new instance of HttpTag

I

isFollowRedirects() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Getter for property followRedirects.
isProxyAvailable() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Tests whether the proxy is ready for use
isSecure() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property secure.
isStrictMode() - Method in class org.apache.commons.jelly.tags.http.SessionTag
Getter for property strictMode.

M

MultipartPostTag - class org.apache.commons.jelly.tags.http.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?
MultipartPostTag() - Constructor for class org.apache.commons.jelly.tags.http.MultipartPostTag
Creates a new instance of MppostTag

O

OptionsTag - class org.apache.commons.jelly.tags.http.OptionsTag.
A http get tag
OptionsTag() - Constructor for class org.apache.commons.jelly.tags.http.OptionsTag
Creates a new instance of OptionsTag
org.apache.commons.jelly.tags.http - package org.apache.commons.jelly.tags.http
A tag library for working with HTTP, performing HTTP GET, POST and other actions

P

PORT_UNSPECIFIED - Static variable in class org.apache.commons.jelly.tags.http.Proxy
the port number that represents port is unassigned
ParameterTag - class org.apache.commons.jelly.tags.http.ParameterTag.
A tag to hold parameters
ParameterTag() - Constructor for class org.apache.commons.jelly.tags.http.ParameterTag
Creates a new instance of ParameterTag
PartTag - class org.apache.commons.jelly.tags.http.PartTag.
A tag to hold a part of a multiPartPost
PartTag() - Constructor for class org.apache.commons.jelly.tags.http.PartTag
Creates a new instance of PartTag
PostTag - class org.apache.commons.jelly.tags.http.PostTag.
A http post
PostTag() - Constructor for class org.apache.commons.jelly.tags.http.PostTag
Creates a new instance of PostTag
Proxy - class org.apache.commons.jelly.tags.http.Proxy.
A class that holds proxy details for a session.
Proxy() - Constructor for class org.apache.commons.jelly.tags.http.Proxy
Creates a new instance of Proxy
Proxy(String, int) - Constructor for class org.apache.commons.jelly.tags.http.Proxy
Create a proxy given a host name and port number .
PutTag - class org.apache.commons.jelly.tags.http.PutTag.
A http put
PutTag() - Constructor for class org.apache.commons.jelly.tags.http.PutTag
Creates a new instance of PutTag

S

SessionTag - class org.apache.commons.jelly.tags.http.SessionTag.
A http session.
SessionTag() - Constructor for class org.apache.commons.jelly.tags.http.SessionTag
Creates a new instance of SessionTag
setContentType(String) - Method in class org.apache.commons.jelly.tags.http.PartTag
Setter for property contentType.
setFollowRedirects(boolean) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Setter for property followRedirects.
setHost(String) - Method in class org.apache.commons.jelly.tags.http.Proxy
Setter for property host.
setHost(String) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property host.
setHttpClient(HttpClient) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property httpClient.
setName(String) - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Setter for property name.
setName(String) - Method in class org.apache.commons.jelly.tags.http.ParameterTag
Setter for property name.
setName(String) - Method in class org.apache.commons.jelly.tags.http.PartTag
Setter for property name.
setParameters(HttpMethod) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Set the current parameters on the url method ready for processing
setParameters(List) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Setter for property parameters.
setParameters(HttpMethod) - Method in class org.apache.commons.jelly.tags.http.MultipartPostTag
Set the current parameters on the url method ready for processing This method basically It must be called after getHttpUrlMethod
setParameters(HttpMethod) - Method in class org.apache.commons.jelly.tags.http.PostTag
Set the current parameters on the url method ready for processing This method must be called after getHttpUrlMethod
setParameters() - Method in class org.apache.commons.jelly.tags.http.PutTag
Set the current parameters on the url method ready for processing
setPath(String) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Setter for property path.
setPort(int) - Method in class org.apache.commons.jelly.tags.http.Proxy
Setter for property port.
setPort(String) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property port.
setProxy(Proxy) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property proxy.
setProxyHost(String) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Helper method for proxy host property
setProxyPort(int) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Helper method for proxy port property
setRequestHeaders(List) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Setter for property requestHeaders.
setSecure(boolean) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property secure.
setStrictMode(boolean) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property strictMode.
setUri(String) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Setter for property uri.
setUserAgent(String) - Method in class org.apache.commons.jelly.tags.http.SessionTag
Setter for property userAgent.
setValue(String) - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Setter for property value.
setValue(String) - Method in class org.apache.commons.jelly.tags.http.ParameterTag
Setter for property value.
setValue(String) - Method in class org.apache.commons.jelly.tags.http.PartTag
Setter for property value.
setVar(String) - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
Setter for property var.

A B D G H I M O P S

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