org.mmbase.bridge.jsp.taglib
Interface WriterReferrer

All Known Implementing Classes:
CompareTag, TimeTag

public interface WriterReferrer

A Tag which (sometimes) needs to refer to a Writer can implement this interface. For convenience, the implementation is in ContextReferrer, but conceptually this is not really correct.

Version:
$Id: WriterReferrer.java,v 1.4 2003/06/06 10:03:10 pierre Exp $
Author:
Michiel Meeuwissen

Method Summary
 Writer findWriter()
          Returns the parent writer;
 void setWriter(String w)
          A WriterReferrer has a 'writer' attribute.
 

Method Detail

setWriter

public void setWriter(String w)
               throws JspTagException
A WriterReferrer has a 'writer' attribute.

Throws:
JspTagException

findWriter

public Writer findWriter()
                  throws JspTagException
Returns the parent writer;

Throws:
JspTagException


MMBase build 1.8.1.20060716