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(java.lang.String w)
          A WriterReferrer has a 'writer' attribute.
 

Method Detail

setWriter

public void setWriter(java.lang.String w)
               throws javax.servlet.jsp.JspTagException
A WriterReferrer has a 'writer' attribute.

Throws:
javax.servlet.jsp.JspTagException

findWriter

public Writer findWriter()
                  throws javax.servlet.jsp.JspTagException
Returns the parent writer;

Throws:
javax.servlet.jsp.JspTagException


MMBase build 1.7.1.20041002