Serialized Form


Package org.apache.taglibs.io

Class org.apache.taglibs.io.AbstractBodyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Class org.apache.taglibs.io.AbstractTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class org.apache.taglibs.io.GetTag extends AbstractTag implements Serializable

Serialized Fields

name

java.lang.String name
The name used


property

java.lang.String property
The property to extract from the bean

Class org.apache.taglibs.io.HttpSoapTag extends HttpTag implements Serializable

Serialized Fields

soapAction

java.lang.String soapAction
The SOAPAction used


contentType

java.lang.String contentType
The content type used

Class org.apache.taglibs.io.HttpTag extends URLTag implements Serializable

Serialized Fields

action

java.lang.String action
HTTP request method

Class org.apache.taglibs.io.PipeTag extends TransformerTagSupport implements Serializable

Class org.apache.taglibs.io.TransformerTagSupport extends AbstractBodyTag implements Serializable

Serialized Fields

reader

java.io.Reader reader
Reader to take input from


writer

java.io.Writer writer
Writer to output to

Class org.apache.taglibs.io.URLHeaderTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Stores the name of the request


value

java.lang.String value
Stores the value of the request

Class org.apache.taglibs.io.URLParameterTag extends AbstractBodyTag implements Serializable

Serialized Fields

name

java.lang.String name
Stores the name of the request


value

java.lang.String value
Stores the value of the request

Class org.apache.taglibs.io.URLTag extends AbstractTag implements Serializable

Serialized Fields

url

java.lang.String url
URL property to request


fullURL

java.lang.String fullURL
The current full URL including any tags


encoding

java.lang.String encoding
The encoding to use (defaults to JVM encoding)


connection

java.net.URLConnection connection
URL connection


writer

java.io.Writer writer
Writer to output to


reader

java.io.Reader reader
Reader used as source of data written or POSTed to the URL


buffer

byte[] buffer
Buffer used to pipe output to JSP writer


output

boolean output
Whether or not we should read from the URL


input

boolean input
Whether or not we should write to the URL

Class org.apache.taglibs.io.XmlRpcTag extends HttpTag implements Serializable

Serialized Fields

userAgent

java.lang.String userAgent
The userAgent used


host

java.lang.String host
The host


contentType

java.lang.String contentType
The content type used



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.