Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
L
N
O
P
R
S
T
U
W
X
A
AbstractBodyTag
- class org.apache.taglibs.io.
AbstractBodyTag
.
A useful base class for BodyTags
AbstractBodyTag()
- Constructor for class org.apache.taglibs.io.
AbstractBodyTag
AbstractTag
- class org.apache.taglibs.io.
AbstractTag
.
A useful base class for Tags
AbstractTag()
- Constructor for class org.apache.taglibs.io.
AbstractTag
addHeader(String, String)
- Method in class org.apache.taglibs.io.
URLTag
Adds a HTTP header to the current request
addParameter(String, String)
- Method in class org.apache.taglibs.io.
URLTag
Adds a HTTP query parameter to the current url
B
BUFFER_SIZE
- Static variable in class org.apache.taglibs.io.
PipeHelper
Size of the buffer used when piping a stream
BeanHelper
- class org.apache.taglibs.io.
BeanHelper
.
A collection of bean and introspection helper methods.
BeanHelper()
- Constructor for class org.apache.taglibs.io.
BeanHelper
C
CLOSE_READER
- Static variable in class org.apache.taglibs.io.
PipeHelper
Temporarily disable the closing of Readers
CLOSE_READER
- Static variable in class org.apache.taglibs.io.
TransformerTagSupport
configureConnection(URLConnection)
- Method in class org.apache.taglibs.io.
HttpSoapTag
configureConnection(HttpURLConnection)
- Method in class org.apache.taglibs.io.
HttpTag
configureConnection(URLConnection)
- Method in class org.apache.taglibs.io.
URLTag
configureConnection(URLConnection)
- Method in class org.apache.taglibs.io.
XmlRpcTag
createURL(String, PageContext)
- Static method in class org.apache.taglibs.io.
URLHelper
createURL(String, HttpServletRequest, ServletContext)
- Static method in class org.apache.taglibs.io.
URLHelper
D
disconnect(URLConnection)
- Method in class org.apache.taglibs.io.
URLTag
doAfterBody()
- Method in class org.apache.taglibs.io.
TransformerTagSupport
doAfterBody()
- Method in class org.apache.taglibs.io.
URLHeaderTag
doAfterBody()
- Method in class org.apache.taglibs.io.
URLParameterTag
doEndTag()
- Method in class org.apache.taglibs.io.
URLTag
doStartTag()
- Method in class org.apache.taglibs.io.
GetTag
doStartTag()
- Method in class org.apache.taglibs.io.
TransformerTagSupport
doStartTag()
- Method in class org.apache.taglibs.io.
URLHeaderTag
doStartTag()
- Method in class org.apache.taglibs.io.
URLParameterTag
doStartTag()
- Method in class org.apache.taglibs.io.
URLTag
F
fireHeader()
- Method in class org.apache.taglibs.io.
URLHeaderTag
fireParameter()
- Method in class org.apache.taglibs.io.
URLParameterTag
G
GetTag
- class org.apache.taglibs.io.
GetTag
.
Allows a named bean, or a property of a named bean to be used as input to a pipe.
GetTag()
- Constructor for class org.apache.taglibs.io.
GetTag
getConnection()
- Method in class org.apache.taglibs.io.
URLTag
getConsumer()
- Method in class org.apache.taglibs.io.
TransformerTagSupport
getHostName()
- Static method in class org.apache.taglibs.io.
XmlRpcTag
getProperty(Object, String)
- Static method in class org.apache.taglibs.io.
BeanHelper
Gets the value of the given property
getPropertyDescriptor(Object, String)
- Static method in class org.apache.taglibs.io.
BeanHelper
getReader(Object)
- Static method in class org.apache.taglibs.io.
PipeHelper
Uses the standard pipelining guidelines to produce a Reader instance for the given object.
getURLInputStream()
- Method in class org.apache.taglibs.io.
URLTag
getURLOutputStream()
- Method in class org.apache.taglibs.io.
URLTag
getURLReader()
- Method in class org.apache.taglibs.io.
URLTag
getURLWriter()
- Method in class org.apache.taglibs.io.
URLTag
getValue()
- Method in class org.apache.taglibs.io.
GetTag
getWriter(Object)
- Static method in class org.apache.taglibs.io.
PipeHelper
Uses the standard pipelining guidelines to produce a Writer instance for the given object.
H
HOST_NAME
- Static variable in class org.apache.taglibs.io.
XmlRpcTag
HttpSoapTag
- class org.apache.taglibs.io.
HttpSoapTag
.
A helper JSP Custom tag which makes a SOAP HTTP POST request.
HttpSoapTag()
- Constructor for class org.apache.taglibs.io.
HttpSoapTag
HttpTag
- class org.apache.taglibs.io.
HttpTag
.
A JSP Custom tag to make a HTTP request and output the response.
HttpTag()
- Constructor for class org.apache.taglibs.io.
HttpTag
handleException(Exception)
- Method in class org.apache.taglibs.io.
AbstractBodyTag
Handles non-JspExceptions thrown in this instance
handleException(Exception)
- Method in class org.apache.taglibs.io.
AbstractTag
Handles non-JspExceptions thrown in this instance
I
isInputAction(String)
- Method in class org.apache.taglibs.io.
HttpTag
L
log(String)
- Method in class org.apache.taglibs.io.
AbstractTag
N
NULL_ARGUMENTS
- Static variable in class org.apache.taglibs.io.
BeanHelper
O
org.apache.taglibs.io
- package org.apache.taglibs.io
P
PipeConsumer
- interface org.apache.taglibs.io.
PipeConsumer
.
A tag which is capable of consuming a stream from a producer when pipelining between JSP custom tags.
PipeHelper
- class org.apache.taglibs.io.
PipeHelper
.
A collection of helper methods for pipelining data between tags.
PipeHelper()
- Constructor for class org.apache.taglibs.io.
PipeHelper
PipeProducer
- interface org.apache.taglibs.io.
PipeProducer
.
A tag which is capable of producing output to a stream when pipelining between JSP custom tags.
PipeTag
- class org.apache.taglibs.io.
PipeTag
.
A pipe tag can be given some input and it pipes to either its standard output or it can pipe to a parent PipeConsumer
PipeTag()
- Constructor for class org.apache.taglibs.io.
PipeTag
pipe(Reader, Writer)
- Static method in class org.apache.taglibs.io.
PipeHelper
Pipes all the input from the given reader to the given writer.
pipe(Reader, Writer, char[])
- Static method in class org.apache.taglibs.io.
PipeHelper
Pipes all the input from the given reader to the given writer.
pipe(InputStream, OutputStream)
- Static method in class org.apache.taglibs.io.
PipeHelper
Pipes all the input to the given output.
pipe(InputStream, OutputStream, byte[])
- Static method in class org.apache.taglibs.io.
PipeHelper
Pipes all the input to the given output.
R
readURL()
- Method in class org.apache.taglibs.io.
URLTag
release()
- Method in class org.apache.taglibs.io.
GetTag
release()
- Method in class org.apache.taglibs.io.
HttpTag
release()
- Method in class org.apache.taglibs.io.
TransformerTagSupport
release()
- Method in class org.apache.taglibs.io.
URLHeaderTag
release()
- Method in class org.apache.taglibs.io.
URLParameterTag
release()
- Method in class org.apache.taglibs.io.
URLTag
S
setAction(String)
- Method in class org.apache.taglibs.io.
HttpTag
setEncoding(String)
- Method in class org.apache.taglibs.io.
URLTag
Sets the character encoding
setInput(boolean)
- Method in class org.apache.taglibs.io.
URLTag
setName(String)
- Method in class org.apache.taglibs.io.
GetTag
setName(String)
- Method in class org.apache.taglibs.io.
URLHeaderTag
Sets the name of the HTTP header
setName(String)
- Method in class org.apache.taglibs.io.
URLParameterTag
Sets the name of the HTTP header
setOutput(boolean)
- Method in class org.apache.taglibs.io.
URLTag
setProperty(Object, String, Object)
- Static method in class org.apache.taglibs.io.
BeanHelper
Sets the value of the given property
setProperty(String)
- Method in class org.apache.taglibs.io.
GetTag
setReader(Reader)
- Method in interface org.apache.taglibs.io.
PipeConsumer
setReader(Reader)
- Method in class org.apache.taglibs.io.
TransformerTagSupport
setReader(Reader)
- Method in class org.apache.taglibs.io.
URLTag
setSOAPAction(String)
- Method in class org.apache.taglibs.io.
HttpSoapTag
setUrl(String)
- Method in class org.apache.taglibs.io.
URLTag
setUserAgent(String)
- Method in class org.apache.taglibs.io.
XmlRpcTag
setValue(String)
- Method in class org.apache.taglibs.io.
URLHeaderTag
Sets the value of the HTTP header.
setValue(String)
- Method in class org.apache.taglibs.io.
URLParameterTag
Sets the value of the HTTP header.
setWriter(Writer)
- Method in interface org.apache.taglibs.io.
PipeProducer
setWriter(Writer)
- Method in class org.apache.taglibs.io.
TransformerTagSupport
setWriter(Writer)
- Method in class org.apache.taglibs.io.
URLTag
T
TRACE
- Static variable in class org.apache.taglibs.io.
AbstractBodyTag
Is tracing enabled?
TRACE
- Static variable in class org.apache.taglibs.io.
AbstractTag
Is tracing enabled?
TransformerTagSupport
- class org.apache.taglibs.io.
TransformerTagSupport
.
An abstract base class for a text based transformation tags which take some input and produces some output.
TransformerTagSupport()
- Constructor for class org.apache.taglibs.io.
TransformerTagSupport
transform(Reader, Writer)
- Method in class org.apache.taglibs.io.
PipeTag
Pipe the input to the output unless my parent is a consumer in which case I'll pass my input into my parent PipeConsumer
transform(Reader, Writer)
- Method in class org.apache.taglibs.io.
TransformerTagSupport
Perform some arbitrary transformation
U
URLHeaderTag
- class org.apache.taglibs.io.
URLHeaderTag
.
Defines a HTTP header for the current HTTP request tag
URLHeaderTag()
- Constructor for class org.apache.taglibs.io.
URLHeaderTag
URLHelper
- class org.apache.taglibs.io.
URLHelper
.
Some helper methods for creating URLs that can handle relative or absolute URIs or full URLs.
URLHelper()
- Constructor for class org.apache.taglibs.io.
URLHelper
URLParameterTag
- class org.apache.taglibs.io.
URLParameterTag
.
Adds a query paramter to the current HTTP request URL
URLParameterTag()
- Constructor for class org.apache.taglibs.io.
URLParameterTag
URLTag
- class org.apache.taglibs.io.
URLTag
.
A JSP Custom tag to make a URL request and output the response.
URLTag()
- Constructor for class org.apache.taglibs.io.
URLTag
W
WARN
- Static variable in class org.apache.taglibs.io.
AbstractBodyTag
Are warnings enabled?
WARN
- Static variable in class org.apache.taglibs.io.
AbstractTag
Are warnings enabled?
warn(String)
- Method in class org.apache.taglibs.io.
AbstractBodyTag
warn(String, Exception)
- Method in class org.apache.taglibs.io.
AbstractBodyTag
warn(String)
- Method in class org.apache.taglibs.io.
AbstractTag
warn(String, Exception)
- Method in class org.apache.taglibs.io.
AbstractTag
X
XmlRpcTag
- class org.apache.taglibs.io.
XmlRpcTag
.
A helper JSP Custom tag which makes a SOAP HTTP POST request.
XmlRpcTag()
- Constructor for class org.apache.taglibs.io.
XmlRpcTag
A
B
C
D
F
G
H
I
L
N
O
P
R
S
T
U
W
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.