org.apache.taglibs.io
Interface PipeProducer

All Known Implementing Classes:
URLTag

public interface PipeProducer

A tag which is capable of producing output to a stream when pipelining between JSP custom tags.

Version:
$Revision$
Author:
James Strachan

Method Summary
 void setWriter(java.io.Writer writer)
           
 

Method Detail

setWriter

public void setWriter(java.io.Writer writer)


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