Uses of Interface
org.apache.taglibs.io.PipeConsumer

Uses of PipeConsumer in org.apache.taglibs.io
 

Classes in org.apache.taglibs.io that implement PipeConsumer
 class HttpSoapTag
          A helper JSP Custom tag which makes a SOAP HTTP POST request.
 class HttpTag
          A JSP Custom tag to make a HTTP request and output the response.
 class 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
 class TransformerTagSupport
          An abstract base class for a text based transformation tags which take some input and produces some output.
 class URLTag
          A JSP Custom tag to make a URL request and output the response.
 class XmlRpcTag
          A helper JSP Custom tag which makes a SOAP HTTP POST request.
 

Methods in org.apache.taglibs.io that return PipeConsumer
protected  PipeConsumer TransformerTagSupport.getConsumer()
           
 



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