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 in org.apache.commons.jelly.tags.http
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 in org.apache.commons.jelly.tags.http
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.SessionTag
Process the tag

G

getConfiguredHttpMethod() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
retrieve the method from the subclass and configure it ready for execution
getContentType() - Method in class org.apache.commons.jelly.tags.http.PartTag
Getter for property contentType.
getContentType() - Method in class org.apache.commons.jelly.tags.http.PartTag.MyStringPart
 
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.HttpTagSupport
return a HttpClient shared on the session tag, or a new one if no session tag exists
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
 
getSessionTag() - Method in class org.apache.commons.jelly.tags.http.HttpTagSupport
retrieve the optional parent session tag
GetTag - Class in org.apache.commons.jelly.tags.http
A http get tag
GetTag() - Constructor for class org.apache.commons.jelly.tags.http.GetTag
Creates a new instance of GetTag
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

HEADER_NAME_USER_AGENT - Static variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
the header name for the user agent
HeaderTag - Class in org.apache.commons.jelly.tags.http
A tag to hold request headers
HeaderTag() - Constructor for class org.apache.commons.jelly.tags.http.HeaderTag
Creates a new instance of HeaderTag
HeadTag - Class in org.apache.commons.jelly.tags.http
A http get tag
HeadTag() - Constructor for class org.apache.commons.jelly.tags.http.HeadTag
Creates a new instance of HeadTag
HttpTagLibrary - Class in org.apache.commons.jelly.tags.http
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 in org.apache.commons.jelly.tags.http
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 in org.apache.commons.jelly.tags.http
A Multipart MIME message post This tag should contain one or more <part> tags, to specify the multiple parts of the message Example:
MultipartPostTag() - Constructor for class org.apache.commons.jelly.tags.http.MultipartPostTag
Creates a new instance of MppostTag

O

OptionsTag - Class in org.apache.commons.jelly.tags.http
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

ParameterTag - Class in org.apache.commons.jelly.tags.http
A tag to hold parameters
ParameterTag() - Constructor for class org.apache.commons.jelly.tags.http.ParameterTag
Creates a new instance of ParameterTag
PartTag - Class in org.apache.commons.jelly.tags.http
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
PartTag.MyStringPart - Class in org.apache.commons.jelly.tags.http
Extend StringPart so that I can specify the content type (ex: text/plain)
PartTag.MyStringPart(String, String, String) - Constructor for class org.apache.commons.jelly.tags.http.PartTag.MyStringPart
 
PORT_UNSPECIFIED - Static variable in class org.apache.commons.jelly.tags.http.Proxy
the port number that represents port is unassigned
PostTag - Class in org.apache.commons.jelly.tags.http
A http post
PostTag() - Constructor for class org.apache.commons.jelly.tags.http.PostTag
Creates a new instance of PostTag
Proxy - Class in org.apache.commons.jelly.tags.http
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 in org.apache.commons.jelly.tags.http
A http put
PutTag() - Constructor for class org.apache.commons.jelly.tags.http.PutTag
Creates a new instance of PutTag

S

SessionTag - Class in org.apache.commons.jelly.tags.http
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.

_

_contentType - Variable in class org.apache.commons.jelly.tags.http.PartTag
parameter type (like text/plain)
_contentType - Variable in class org.apache.commons.jelly.tags.http.PartTag.MyStringPart
 
_deleteMethod - Variable in class org.apache.commons.jelly.tags.http.DeleteTag
the delete method
_followRedirects - Variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
whether or not to follow redirects
_getMethod - Variable in class org.apache.commons.jelly.tags.http.GetTag
the get method
_headMethod - Variable in class org.apache.commons.jelly.tags.http.HeadTag
the head method
_host - Variable in class org.apache.commons.jelly.tags.http.Proxy
the host to use as a proxy
_host - Variable in class org.apache.commons.jelly.tags.http.SessionTag
default host for requests
_httpClient - Variable in class org.apache.commons.jelly.tags.http.SessionTag
http client used to store state and execute requests
_name - Variable in class org.apache.commons.jelly.tags.http.HeaderTag
parameter name
_name - Variable in class org.apache.commons.jelly.tags.http.ParameterTag
parameter name
_name - Variable in class org.apache.commons.jelly.tags.http.PartTag
parameter name
_optionsMethod - Variable in class org.apache.commons.jelly.tags.http.OptionsTag
the options method
_parameters - Variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
list of parameters as name value pairs
_parts - Variable in class org.apache.commons.jelly.tags.http.MultipartPostTag
list of parts as name value pairs
_path - Variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
the path to be tested relative to the host/port specifed on the parent suite tag.
_port - Variable in class org.apache.commons.jelly.tags.http.Proxy
the port to send proxied requests on
_port - Variable in class org.apache.commons.jelly.tags.http.SessionTag
default port for requests
_postMethod - Variable in class org.apache.commons.jelly.tags.http.MultipartPostTag
the post method
_postMethod - Variable in class org.apache.commons.jelly.tags.http.PostTag
the post method
_proxy - Variable in class org.apache.commons.jelly.tags.http.SessionTag
Proxy details for requests
_putMethod - Variable in class org.apache.commons.jelly.tags.http.PutTag
the put method
_requestHeaders - Variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
list of headers as name value pairs
_secure - Variable in class org.apache.commons.jelly.tags.http.SessionTag
whether the default is for secure comms
_strictMode - Variable in class org.apache.commons.jelly.tags.http.SessionTag
strict compliance
_uri - Variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
The complete uri to be processed Either this property or the path and the suite's host must be provided.
_userAgent - Variable in class org.apache.commons.jelly.tags.http.SessionTag
the browser identifier
_value - Variable in class org.apache.commons.jelly.tags.http.HeaderTag
parameter value
_value - Variable in class org.apache.commons.jelly.tags.http.ParameterTag
parameter value
_value - Variable in class org.apache.commons.jelly.tags.http.PartTag
parameter value
_var - Variable in class org.apache.commons.jelly.tags.http.HttpTagSupport
unique identifier of the tag/ variable to store result in

A B D G H I M O P S _